Skip to content

Commit

Permalink
feat(infra-apps): Update Argo CD from 2.8.4 to 2.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare committed Nov 8, 2023
1 parent 44765d5 commit 97dd1ce
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 7 deletions.
23 changes: 19 additions & 4 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.183.0
version: 0.184.0
home: https://github.com/adfinis/helm-charts/tree/main/charts/infra-apps
sources:
- https://github.com/adfinis/helm-charts
Expand All @@ -17,8 +17,23 @@ dependencies:
annotations:
artifacthub.io/containsSecurityUpdates: "true"
artifacthub.io/changes: |
- kind: changed
description: "feat(argo-cd): Update from 2.8.4 to 2.8.5"
links:
- name: GitHub Release 2.8.5
url: https://github.com/argoproj/argo-cd/releases/tag/v2.8.5
- kind: security
description: "feat(infra-apps): Update ingress-nginx from 4.7.1 to 4.8.3"
description: "feat(argo-cd): Update helm chart from 5.46.7 to 5.49.0"
links:
- name: "fix: updates to ingress-nginx 1.9.4 to fix CVE-2023-5043 and CVE-2023-5044"
url: https://github.com/kubernetes/ingress-nginx/pull/10568
- name: "feat: add notification cluster role"
url: https://github.com/argoproj/argo-helm/pull/2315
- name: "fix: Update Bitbucket SSH key"
url: https://github.com/argoproj/argo-helm/pull/2317
- name: "fix: Upgrade Argo CD to v2.8.5"
url: https://github.com/argoproj/argo-helm/pull/2313
- name: "feat: add terminationGracePeriodSeconds"
url: https://github.com/argoproj/argo-helm/pull/2310
- name: "fix: Sync redis / redis-ha readOnlyRootFilesystem from upstream"
url: https://github.com/argoproj/argo-helm/pull/2294
- name: "fix: Redis to 7.0.13 to fix CVE-2022-48174"
url: https://github.com/argoproj/argo-helm/pull/2279
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.46.7
targetRevision: 5.49.0
# -- 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 97dd1ce

Please sign in to comment.