Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 59ced79

Browse files
authoredApr 2, 2025··
chore(deps): update helm release argo-cd to v7.8.21
1 parent 74b9bcd commit 59ced79

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎apps/argocd/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ kind: Kustomization
44
helmCharts:
55
- name: argo-cd
66
repo: https://argoproj.github.io/argo-helm
7-
version: 7.8.13
7+
version: 7.8.21
88
releaseName: argocd
99
namespace: argocd
1010
includeCRDs: true

‎helmfile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ releases:
66
- name: argocd
77
namespace: argocd
88
chart: argo/argo-cd
9-
version: 7.8.13
9+
version: 7.8.21
1010
values:
1111
- apps/argocd/values.yaml
1212
strategicMergePatches:

0 commit comments

Comments
 (0)
Please sign in to comment.