Skip to content

Commit

Permalink
Feat: Followup to definition of extraParameters under the main
Browse files Browse the repository at this point in the history
- This is a followup to issue validatedpatterns#510
- We now pass the extraParamaters to the hub and spoke ArgoCD instances.
- This will allow the existence of the parameters defined in both ArgoCD environments.
- Update ESO to 0.9.18 from sync from main
  • Loading branch information
claudiol committed May 17, 2024
1 parent 8198f38 commit e0790af
Show file tree
Hide file tree
Showing 9 changed files with 514 additions and 289 deletions.
2 changes: 1 addition & 1 deletion golang-external-secrets/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ name: golang-external-secrets
version: 0.0.3
dependencies:
- name: external-secrets
version: "0.9.16"
version: "0.9.18"
repository: "https://charts.external-secrets.io"
#"https://external-secrets.github.io/kubernetes-external-secrets"
Binary file not shown.
Binary file not shown.
6 changes: 3 additions & 3 deletions golang-external-secrets/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ clusterGroup:

external-secrets:
image:
tag: v0.9.16-ubi
tag: v0.9.18-ubi
webhook:
image:
tag: v0.9.16-ubi
tag: v0.9.18-ubi
certController:
image:
tag: v0.9.16-ubi
tag: v0.9.18-ubi
159 changes: 102 additions & 57 deletions tests/golang-external-secrets-industrial-edge-factory.expected.yaml

Large diffs are not rendered by default.

159 changes: 102 additions & 57 deletions tests/golang-external-secrets-industrial-edge-hub.expected.yaml

Large diffs are not rendered by default.

159 changes: 102 additions & 57 deletions tests/golang-external-secrets-medical-diagnosis-hub.expected.yaml

Large diffs are not rendered by default.

159 changes: 102 additions & 57 deletions tests/golang-external-secrets-naked.expected.yaml

Large diffs are not rendered by default.

159 changes: 102 additions & 57 deletions tests/golang-external-secrets-normal.expected.yaml

Large diffs are not rendered by default.

0 comments on commit e0790af

Please sign in to comment.