We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48a1b92 commit 9380980Copy full SHA for 9380980
applications/base/argocd/application.libsonnet
@@ -7,7 +7,7 @@ app.new(
7
).withChart(
8
name='argo-cd',
9
repoURL='https://argoproj.github.io/argo-helm',
10
- targetRevision='7.8.3',
+ targetRevision='7.8.4',
11
releaseName='argocd',
12
values='values.yaml'
13
)
hack/extra/argocd/kustomization.yaml
@@ -4,7 +4,7 @@ kind: Kustomization
4
helmCharts:
5
- name: argo-cd
6
repo: https://argoproj.github.io/argo-helm
- version: 7.8.3
+ version: 7.8.4
releaseName: argocd
namespace: argocd
valuesFile: values.yaml
talos/extras/argocd/kustomization.yaml
0 commit comments