Skip to content

Commit

Permalink
update ArgoCD to latest (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
dtzar authored May 17, 2024
1 parent 93dd80b commit 17b15a8
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
values:
addonChart: argo-cd
# anything not staging or prod use this version
addonChartVersion: 6.7.14
addonChartVersion: 6.9.2
addonChartRepositoryNamespace: argocd
addonChartRepository: https://argoproj.github.io/argo-helm
selector:
Expand All @@ -30,13 +30,13 @@ spec:
matchLabels:
environment: control-plane
values:
addonChartVersion: 6.7.14
addonChartVersion: 6.9.2
- clusters:
selector:
matchLabels:
environment: prod
values:
addonChartVersion: 6.7.14
addonChartVersion: 6.9.2
template:
metadata:
name: addon-{{name}}-{{values.addonChart}}
Expand Down

0 comments on commit 17b15a8

Please sign in to comment.