Skip to content

Commit

Permalink
feat(infra-apps): Update Argo CD from 2.9.0 to 2.9.1 (#1149)
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare authored Nov 17, 2023
1 parent 01a7250 commit 158cc27
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 13 deletions.
17 changes: 7 additions & 10 deletions charts/infra-apps/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: infra-apps
description: Argo CD app-of-apps config for infrastructure components
type: application
version: 0.185.0
version: 0.186.0
home: https://github.com/adfinis/helm-charts/tree/main/charts/infra-apps
sources:
- https://github.com/adfinis/helm-charts
Expand All @@ -15,17 +15,14 @@ dependencies:
version: 0.9.0
repository: https://charts.adfinis.com
annotations:
artifacthub.io/containsSecurityUpdates: "true"
artifacthub.io/changes: |
- kind: changed
description: "feat(argo-cd): Update from 2.8.5 to 2.9.0"
description: "feat(argo-cd): Update from 2.9.0 to 2.9.1"
links:
- name: GitHub Release 2.9.0
url: https://github.com/argoproj/argo-cd/releases/tag/v2.9.0
- name: GitHub Release 2.9.1
url: https://github.com/argoproj/argo-cd/releases/tag/v2.9.1
- kind: changed
description: "feat(argo-cd): Update helm chart from 5.49.0 to 5.51.0"
description: "feat(argo-cd): Update helm chart from 5.51.0 to 5.51.2"
links:
- name: "feat: Argo CD 2.9.0"
url: https://github.com/argoproj/argo-helm/pull/2318
- name: "fix: Create notifications ClusterRole and ClusterRoleBinding"
url: https://github.com/argoproj/argo-helm/pull/2326
- name: "fix: Add permission for Applications in any namespace"
url: https://github.com/argoproj/argo-helm/pull/2341
4 changes: 2 additions & 2 deletions charts/infra-apps/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion charts/infra-apps/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ argocd:
# -- Chart
chart: argo-cd
# -- [argo-cd Helm chart](https://github.com/argoproj/argo-helm/tree/main/charts/argo-cd) version
targetRevision: 5.51.0
targetRevision: 5.51.2
# -- Helm values
# @default -- [upstream values](https://github.com/argoproj/argo-helm/blob/main/charts/argo-cd/values.yaml)
values: {}
Expand Down

0 comments on commit 158cc27

Please sign in to comment.