Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change bitnami-shell to os-shell #250

Merged
merged 1 commit into from
Jan 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions class/defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ parameters:
tag: 11.21.0-debian-11-r37
bitnamishell:
registry: docker.io
repository: bitnami/bitnami-shell
tag: 11-debian-11-r76
repository: bitnami/os-shell
tag: 11-debian-11-r93
charts:
keycloakx:
source: https://codecentric.github.io/helm-charts
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ spec:
cp /tmp/certs/* /opt/bitnami/postgresql/certs/
chown -R 1001:1001 /opt/bitnami/postgresql/certs/
chmod 600 /opt/bitnami/postgresql/certs/tls.key
image: docker.io/bitnami/bitnami-shell:11-debian-11-r76
image: docker.io/bitnami/os-shell:11-debian-11-r93
imagePullPolicy: IfNotPresent
name: init-chmod-data
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ spec:
- |
cp /tmp/certs/* /opt/bitnami/postgresql/certs/
chmod 600 /opt/bitnami/postgresql/certs/tls.key
image: docker.io/bitnami/bitnami-shell:11-debian-11-r76
image: docker.io/bitnami/os-shell:11-debian-11-r93
imagePullPolicy: IfNotPresent
name: copy-certs
resources:
Expand Down
Loading