Skip to content

Commit 2bd5540

Browse files
committed
adapt to bitnami legacy
1 parent db85464 commit 2bd5540

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

demos/argo-cd-git-ops/applications/airflow-postgres.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,17 @@ spec:
1818
# TODO this breaks naming as long as we use the airflow stack yaml which needs this svc name
1919
releaseName: postgresql-airflow
2020
valuesObject:
21+
global:
22+
security:
23+
allowInsecureImages: true
24+
image:
25+
repository: bitnamilegacy/postgresql
26+
volumePermissions:
27+
image:
28+
repository: bitnamilegacy/os-shell
29+
metrics:
30+
image:
31+
repository: bitnamilegacy/postgres-exporter
2132
commonLabels:
2233
stackable.tech/vendor: Stackable
2334
auth:

stacks/argo-cd-git-ops/applications/sealed-secrets.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ spec:
1313
helm:
1414
releaseName: sealed-secrets-controller
1515
valuesObject:
16+
global:
17+
security:
18+
allowInsecureImages: true
19+
image:
20+
repository: bitnamilegacy/sealed-secrets-controller
1621
secretName: sealed-secrets-key
1722
# TODO(@maltesander): This should be parameterized with customGitUrl and customGitBranch parameters.
1823
# Currently these parameters are defined in the demo-v2.yaml and are

0 commit comments

Comments
 (0)