Skip to content

Commit

Permalink
feat(infra-apps): Update Argo CD from 2.11.3 to 2.11.4 (#1287)
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare authored Jul 12, 2024
1 parent b20a819 commit 5152daa
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 10 deletions.
25 changes: 18 additions & 7 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.213.0
version: 0.214.0
home: https://github.com/adfinis/helm-charts/tree/main/charts/infra-apps
sources:
- https://github.com/adfinis/helm-charts
Expand All @@ -18,11 +18,22 @@ annotations:
artifacthub.io/containsSecurityUpdates: "true"
artifacthub.io/changes: |
- kind: changed
description: "chore: Update cert-manager from 1.15.0 to 1.15.1"
description: "fix: Update Argo CD from 2.11.3 to 2.11.4"
links:
- name: "Release Notes"
url: https://github.com/cert-manager/cert-manager/releases/tag/v1.15.1
- name: "CVE-2024-35255: Elevation of Privilege in Azure Identity Libraries and Microsoft Authentication Library"
url: https://github.com/cert-manager/cert-manager/pull/7092
- name: "CVE-2024-6104: go-retryablehttp can leak basic auth credentials to log files"
url: https://github.com/cert-manager/cert-manager/pull/7130
url: https://github.com/argoproj/argo-cd/releases/tag/v2.11.4
- kind: changed
description: "chore: Update Argo CD chart from 7.2.0 to 7.3.5"
links:
- name: "fix: Default repo-server init container resources to empty"
url: https://github.com/argoproj/argo-helm/pull/2786
- name: "feat: make PrometheusRule deployment conditional on CRD existing"
url: https://github.com/argoproj/argo-helm/pull/2791
- name: "chore: add shard option for clusterCredentials"
url: https://github.com/argoproj/argo-helm/pull/2779
- name: "feat: add support for passing redis - sentinel credentials"
url: https://github.com/argoproj/argo-helm/pull/2492
- name: "fix: Make REDIS_PASSWORD environment variables optional always"
url: https://github.com/argoproj/argo-helm/pull/2800
- name: "fix: Address oversights of feature namespaceOverride"
url: https://github.com/argoproj/argo-helm/pull/2821
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.2.0
targetRevision: 7.3.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 5152daa

Please sign in to comment.