Skip to content

Commit

Permalink
helmfile: fixup for argocd-config 1.0.8 (#1847)
Browse files Browse the repository at this point in the history
Unfortunately 1.0.8 was mistakenly configured to use
https://github.com/wbstack/charts.git rather than
https://wbstack.github.io/charts and therefore
wasn't correctly parsing the chart without a path.
1.0.9 is a fixup for this that uses the correct
repoUrl

Bug: T375195
  • Loading branch information
tarrow authored Nov 15, 2024
1 parent d89b96a commit 27c9eab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/helmfile/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ releases:
- name: argocd-config
namespace: argocd
chart: wbstack/argocd-config
version: '{{ if eq .Environment.Name "production" }} 1.0.7 {{ else }} 1.0.8 {{ end }}'
version: '{{ if eq .Environment.Name "production" }} 1.0.7 {{ else }} 1.0.9 {{ end }}'
<<: *default_release

- name: redirects
Expand Down

0 comments on commit 27c9eab

Please sign in to comment.