Skip to content

Commit 9380980

Browse files
Update Helm release argo-cd to v7.8.4 (#1053)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 48a1b92 commit 9380980

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

applications/base/argocd/application.libsonnet

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ app.new(
77
).withChart(
88
name='argo-cd',
99
repoURL='https://argoproj.github.io/argo-helm',
10-
targetRevision='7.8.3',
10+
targetRevision='7.8.4',
1111
releaseName='argocd',
1212
values='values.yaml'
1313
)

hack/extra/argocd/kustomization.yaml

+1-1
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.3
7+
version: 7.8.4
88
releaseName: argocd
99
namespace: argocd
1010
valuesFile: values.yaml

talos/extras/argocd/kustomization.yaml

+1-1
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.3
7+
version: 7.8.4
88
releaseName: argocd
99
namespace: argocd
1010
valuesFile: values.yaml

0 commit comments

Comments
 (0)