Skip to content

Commit dbe2f0d

Browse files
committed
Update docker.io/bitnami/os-shell Docker tag to v12-debian-12-r32
Signed-off-by: Renovate Bot <tech+renovate@vshn.ch>
1 parent c0b8d67 commit dbe2f0d

File tree

3 files changed

+3
-3
lines changed
  • class
  • tests/golden
    • builtin/builtin/builtin/01_keycloak_helmchart/postgresql/templates/primary
    • openshift-postgres/openshift-postgres/openshift-postgres/01_keycloak_helmchart/postgresql/templates/primary

3 files changed

+3
-3
lines changed

class/defaults.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ parameters:
5555
bitnamishell:
5656
registry: docker.io
5757
repository: bitnami/os-shell
58-
tag: 12-debian-12-r31
58+
tag: 12-debian-12-r32
5959
charts:
6060
keycloakx:
6161
source: https://codecentric.github.io/helm-charts

tests/golden/builtin/builtin/builtin/01_keycloak_helmchart/postgresql/templates/primary/statefulset.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ spec:
162162
cp /tmp/certs/* /opt/bitnami/postgresql/certs/
163163
chown -R 1001:1001 /opt/bitnami/postgresql/certs/
164164
chmod 600 /opt/bitnami/postgresql/certs/tls.key
165-
image: docker.io/bitnami/os-shell:12-debian-12-r31
165+
image: docker.io/bitnami/os-shell:12-debian-12-r32
166166
imagePullPolicy: IfNotPresent
167167
name: init-chmod-data
168168
resources:

tests/golden/openshift-postgres/openshift-postgres/openshift-postgres/01_keycloak_helmchart/postgresql/templates/primary/statefulset.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ spec:
152152
- |
153153
cp /tmp/certs/* /opt/bitnami/postgresql/certs/
154154
chmod 600 /opt/bitnami/postgresql/certs/tls.key
155-
image: docker.io/bitnami/os-shell:12-debian-12-r31
155+
image: docker.io/bitnami/os-shell:12-debian-12-r32
156156
imagePullPolicy: IfNotPresent
157157
name: copy-certs
158158
resources:

0 commit comments

Comments
 (0)