Skip to content

Commit

Permalink
fix(infra-apps): Update Argo CD from 2.12.0 to 2.12.4 (#1323)
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare authored Sep 27, 2024
1 parent 1612fe6 commit fa43c27
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 9 deletions.
27 changes: 21 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.219.0
version: 0.220.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,24 @@ annotations:
artifacthub.io/containsSecurityUpdates: "true"
artifacthub.io/changes: |
- kind: changed
description: "feat: Update rbac-manager to 1.9.0"
description: "fix: Update Argo CD from 2.12.0 to 2.12.4"
links:
- name: "RBAC Manager 1.9.0"
url: https://github.com/FairwindsOps/rbac-manager/releases/tag/v1.9.0
- name: "Helm Change"
url: https://github.com/FairwindsOps/charts/pull/1505
- name: "Argo CD: 2.12.1"
url: https://github.com/argoproj/argo-cd/releases/tag/v2.12.1
- name: "Argo CD: 2.12.2"
url: https://github.com/argoproj/argo-cd/releases/tag/v2.12.2
- name: "Argo CD: 2.12.3"
url: https://github.com/argoproj/argo-cd/releases/tag/v2.12.3
- name: "Argo CD: 2.12.4"
url: https://github.com/argoproj/argo-cd/releases/tag/v2.12.4
- kind: changed
description: "feat: Update Helm chart from 7.4.2 to 7.6.5"
links:
- name: "fix: Align imagePullSecrets for redis-secret-init Job"
url: https://github.com/argoproj/argo-helm/pull/2928
- name: "feat: add multi-namespace support for ApplicationSet controller RBAC"
url: https://github.com/argoproj/argo-helm/pull/2935
- name: "feat: allow setting runtime class name"
url: https://github.com/argoproj/argo-helm/pull/2930
- name: "chore: bump redis-ha"
url: https://github.com/argoproj/argo-helm/pull/2900
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: 7.4.2
targetRevision: 7.6.5
# -- 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 fa43c27

Please sign in to comment.