Skip to content

Commit

Permalink
feat(infra-apps): Update Argo CD from 2.11.4 to 2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare committed Aug 12, 2024
1 parent af9e9b3 commit 84259e3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
19 changes: 13 additions & 6 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.216.0
version: 0.217.0
home: https://github.com/adfinis/helm-charts/tree/main/charts/infra-apps
sources:
- https://github.com/adfinis/helm-charts
Expand All @@ -18,9 +18,16 @@ annotations:
artifacthub.io/containsSecurityUpdates: "true"
artifacthub.io/changes: |
- kind: changed
description: "chore: update mimir chart to 5.4.0, mimir version to 2.13.0"
description: "feat: Update Argo CD from 2.11.4 to 2.12.0"
links:
- url: "https://github.com/grafana/mimir/releases/tag/mimir-2.13.0"
name: "Grafana Mimir Release 2.13.0"
- url: "https://grafana.com/docs/helm-charts/mimir-distributed/latest/release-notes/v5.4/"
name: "Grafana Mimir Helm Chart Release Notes 5.4.0"
- name: "Argo CD 2.12.0 Release"
url: https://github.com/argoproj/argo-cd/releases/tag/v2.12.0
- kind: changed
description: "chore: Update argo-cd Helm chart from 7.3.5 to 7.4.2"
links:
- name: "fix: Redis race condition due to optional REDIS_PASSWORD"
url: https://github.com/argoproj/argo-helm/pull/2839
- name: "fix: Set TTL on redis-secret-init Job"
url: https://github.com/argoproj/argo-helm/pull/2861
- name: "feat: Upgrade to Argo CD 2.12.0"
url: https://github.com/argoproj/argo-helm/pull/2820
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: 7.3.5
targetRevision: 7.4.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 84259e3

Please sign in to comment.