Skip to content

Commit

Permalink
local/staging: use argocd-config 1.1.0 (#1908)
Browse files Browse the repository at this point in the history
* add chart versions for argocd

* add app-of-apps chart version

* use argocd-config chart 1.1.0

* no production

* fix chart version
  • Loading branch information
deer-wmde authored Dec 12, 2024
1 parent 76e376a commit 296bbec
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 2 deletions.
3 changes: 3 additions & 0 deletions k8s/argocd/local/app-of-apps.values.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
chartVersions:
wbaasUi: 0.4.0
wbaasApi: 0.32.1
redis: 17.3.8
redis2: 19.6.4
3 changes: 3 additions & 0 deletions k8s/argocd/production/app-of-apps.values.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
chartVersions:
wbaasUi: 0.4.0
wbaasApi: 0.32.1
redis: 17.3.8
redis2: 19.6.4
3 changes: 3 additions & 0 deletions k8s/argocd/staging/app-of-apps.values.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
chartVersions:
wbaasUi: 0.4.0
wbaasApi: 0.32.1
redis: 17.3.8
redis2: 19.6.4
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
environment: production

appOfAppsVersion: 1.1.0
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: 1.0.10
version: '{{ if eq .Environment.Name "production" }} 1.0.10 {{ else }} 1.1.0 {{ end }}'
<<: *default_release

- name: redirects
Expand Down

0 comments on commit 296bbec

Please sign in to comment.