Skip to content

Commit

Permalink
Revert "local/staging: use argocd-config 1.1.0 (#1908)" (#1909)
Browse files Browse the repository at this point in the history
This reverts commit 296bbec.
  • Loading branch information
deer-wmde authored Dec 12, 2024
1 parent 296bbec commit 7c6f724
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 11 deletions.
3 changes: 0 additions & 3 deletions k8s/argocd/local/app-of-apps.values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
chartVersions:
wbaasUi: 0.4.0
wbaasApi: 0.32.1
redis: 17.3.8
redis2: 19.6.4
3 changes: 0 additions & 3 deletions k8s/argocd/production/app-of-apps.values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
chartVersions:
wbaasUi: 0.4.0
wbaasApi: 0.32.1
redis: 17.3.8
redis2: 19.6.4
3 changes: 0 additions & 3 deletions k8s/argocd/staging/app-of-apps.values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
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: '{{ if eq .Environment.Name "production" }} 1.0.10 {{ else }} 1.1.0 {{ end }}'
version: 1.0.10
<<: *default_release

- name: redirects
Expand Down

0 comments on commit 7c6f724

Please sign in to comment.