Skip to content

Commit

Permalink
prod: use argocd-config 1.1.0 (#1901)
Browse files Browse the repository at this point in the history
* use argocd-config 1.1.0

* use appOfApps v1.1.1

* Update helmfile.yaml
  • Loading branch information
deer-wmde authored Dec 13, 2024
1 parent 410ad24 commit 9f02493
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion k8s/helmfile/env/production/argocd-config.values.yaml.gotmpl
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
environment: production
appOfAppsVersion: 1.1.0
appOfAppsVersion: 1.1.1

2 changes: 1 addition & 1 deletion k8s/helmfile/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ releases:
- name: argocd-config
namespace: argocd
chart: wbstack/argocd-config
version: '{{ if eq .Environment.Name "production" }} 1.0.10 {{ else }} 1.1.0 {{ end }}'
version: 1.1.0
<<: *default_release

- name: redirects
Expand Down

0 comments on commit 9f02493

Please sign in to comment.