Skip to content

Commit f8256bb

Browse files
authored
chore: update examples to use bitnamilegacy (#37)
1 parent f0bd7cc commit f8256bb

17 files changed

Lines changed: 305 additions & 1 deletion

examples/suites/tests/templates/kuttl/cluster-operation/helm-bitnami-postgresql-values.yaml.j2

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,22 @@
11
---
2+
global:
3+
security:
4+
allowInsecureImages: true # needed starting with Chart version 16.3.0 if modifying images
5+
6+
image:
7+
repository: bitnamilegacy/postgresql
8+
29
volumePermissions:
310
enabled: false
11+
image:
12+
repository: bitnamilegacy/os-shell
413
securityContext:
514
runAsUser: auto
615

16+
metrics:
17+
image:
18+
repository: bitnamilegacy/postgres-exporter
19+
720
primary:
821
podSecurityContext:
922
{% if test_scenario['values']['openshift'] == 'true' %}

examples/suites/tests/templates/kuttl/cluster-operation/helm-bitnami-redis-values.yaml.j2

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,34 @@
11
---
2+
global:
3+
security:
4+
allowInsecureImages: true
5+
6+
image:
7+
repository: bitnamilegacy/redis
8+
9+
sentinel:
10+
image:
11+
repository: bitnamilegacy/redis-sentinel
12+
13+
metrics:
14+
image:
15+
repository: bitnamilegacy/redis-exporter
16+
217
volumePermissions:
318
enabled: false
19+
image:
20+
repository: bitnamilegacy/os-shell
421
containerSecurityContext:
522
runAsUser: auto
623

24+
kubectl:
25+
image:
26+
repository: bitnamilegacy/kubectl
27+
28+
sysctl:
29+
image:
30+
repository: bitnamilegacy/os-shell
31+
732
master:
833
podSecurityContext:
934
{% if test_scenario['values']['openshift'] == 'true' %}

examples/suites/tests/templates/kuttl/ldap/03-install-openldap.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ commands:
4040
serviceAccountName: "ldap-sa"
4141
containers:
4242
- name: openldap
43-
image: docker.io/bitnami/openldap:2.5
43+
image: docker.io/bitnamilegacy/openldap:2.5
4444
env:
4545
- name: LDAP_ADMIN_USERNAME
4646
value: admin

examples/suites/tests/templates/kuttl/ldap/helm-bitnami-postgresql-values.yaml.j2

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,22 @@
11
---
2+
global:
3+
security:
4+
allowInsecureImages: true # needed starting with Chart version 16.3.0 if modifying images
5+
6+
image:
7+
repository: bitnamilegacy/postgresql
8+
29
volumePermissions:
310
enabled: false
11+
image:
12+
repository: bitnamilegacy/os-shell
413
securityContext:
514
runAsUser: auto
615

16+
metrics:
17+
image:
18+
repository: bitnamilegacy/postgres-exporter
19+
720
primary:
821
podSecurityContext:
922
{% if test_scenario['values']['openshift'] == 'true' %}

examples/suites/tests/templates/kuttl/ldap/helm-bitnami-redis-values.yaml.j2

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,34 @@
11
---
2+
global:
3+
security:
4+
allowInsecureImages: true
5+
6+
image:
7+
repository: bitnamilegacy/redis
8+
9+
sentinel:
10+
image:
11+
repository: bitnamilegacy/redis-sentinel
12+
13+
metrics:
14+
image:
15+
repository: bitnamilegacy/redis-exporter
16+
217
volumePermissions:
318
enabled: false
19+
image:
20+
repository: bitnamilegacy/os-shell
421
containerSecurityContext:
522
runAsUser: auto
623

24+
kubectl:
25+
image:
26+
repository: bitnamilegacy/kubectl
27+
28+
sysctl:
29+
image:
30+
repository: bitnamilegacy/os-shell
31+
732
master:
833
podSecurityContext:
934
{% if test_scenario['values']['openshift'] == 'true' %}

examples/suites/tests/templates/kuttl/logging/helm-bitnami-postgresql-values.yaml.j2

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,22 @@
11
---
2+
global:
3+
security:
4+
allowInsecureImages: true # needed starting with Chart version 16.3.0 if modifying images
5+
6+
image:
7+
repository: bitnamilegacy/postgresql
8+
29
volumePermissions:
310
enabled: false
11+
image:
12+
repository: bitnamilegacy/os-shell
413
securityContext:
514
runAsUser: auto
615

16+
metrics:
17+
image:
18+
repository: bitnamilegacy/postgres-exporter
19+
720
primary:
821
podSecurityContext:
922
{% if test_scenario['values']['openshift'] == 'true' %}

examples/suites/tests/templates/kuttl/logging/helm-bitnami-redis-values.yaml.j2

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,34 @@
11
---
2+
global:
3+
security:
4+
allowInsecureImages: true
5+
6+
image:
7+
repository: bitnamilegacy/redis
8+
9+
sentinel:
10+
image:
11+
repository: bitnamilegacy/redis-sentinel
12+
13+
metrics:
14+
image:
15+
repository: bitnamilegacy/redis-exporter
16+
217
volumePermissions:
318
enabled: false
19+
image:
20+
repository: bitnamilegacy/os-shell
421
containerSecurityContext:
522
runAsUser: auto
623

24+
kubectl:
25+
image:
26+
repository: bitnamilegacy/kubectl
27+
28+
sysctl:
29+
image:
30+
repository: bitnamilegacy/os-shell
31+
732
master:
833
podSecurityContext:
934
{% if test_scenario['values']['openshift'] == 'true' %}

examples/suites/tests/templates/kuttl/mount-dags-configmap/helm-bitnami-postgresql-values.yaml.j2

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,22 @@
11
---
2+
global:
3+
security:
4+
allowInsecureImages: true # needed starting with Chart version 16.3.0 if modifying images
5+
6+
image:
7+
repository: bitnamilegacy/postgresql
8+
29
volumePermissions:
310
enabled: false
11+
image:
12+
repository: bitnamilegacy/os-shell
413
securityContext:
514
runAsUser: auto
615

16+
metrics:
17+
image:
18+
repository: bitnamilegacy/postgres-exporter
19+
720
primary:
821
podSecurityContext:
922
{% if test_scenario['values']['openshift'] == 'true' %}

examples/suites/tests/templates/kuttl/mount-dags-configmap/helm-bitnami-redis-values.yaml.j2

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,34 @@
11
---
2+
global:
3+
security:
4+
allowInsecureImages: true
5+
6+
image:
7+
repository: bitnamilegacy/redis
8+
9+
sentinel:
10+
image:
11+
repository: bitnamilegacy/redis-sentinel
12+
13+
metrics:
14+
image:
15+
repository: bitnamilegacy/redis-exporter
16+
217
volumePermissions:
318
enabled: false
19+
image:
20+
repository: bitnamilegacy/os-shell
421
containerSecurityContext:
522
runAsUser: auto
623

24+
kubectl:
25+
image:
26+
repository: bitnamilegacy/kubectl
27+
28+
sysctl:
29+
image:
30+
repository: bitnamilegacy/os-shell
31+
732
master:
833
podSecurityContext:
934
{% if test_scenario['values']['openshift'] == 'true' %}

examples/suites/tests/templates/kuttl/mount-dags-gitsync/helm-bitnami-postgresql-values.yaml.j2

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,22 @@
11
---
2+
global:
3+
security:
4+
allowInsecureImages: true # needed starting with Chart version 16.3.0 if modifying images
5+
6+
image:
7+
repository: bitnamilegacy/postgresql
8+
29
volumePermissions:
310
enabled: false
11+
image:
12+
repository: bitnamilegacy/os-shell
413
securityContext:
514
runAsUser: auto
615

16+
metrics:
17+
image:
18+
repository: bitnamilegacy/postgres-exporter
19+
720
primary:
821
podSecurityContext:
922
{% if test_scenario['values']['openshift'] == 'true' %}

0 commit comments

Comments
 (0)