Skip to content

chore: update demos to use bitnamilegacy #290

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

Merged
merged 2 commits into from
Aug 13, 2025
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
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
spec:
containers:
- name: load-test-data
image: "bitnami/minio:2024-debian-12"
image: "bitnamilegacy/minio:2024-debian-12"
# Please try to order the load jobs from small to large datasets
command:
- bash
Expand Down
2 changes: 1 addition & 1 deletion demos/jupyterhub-keycloak/load-gas-data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
spec:
containers:
- name: load-gas-data
image: "bitnami/minio:2022-debian-10"
image: "bitnamilegacy/minio:2022-debian-10"
command: ["bash", "-c", "cd /tmp; curl -O https://repo.stackable.tech/repository/misc/datasets/gas-sensor-data/20160930_203718.csv && mc --insecure alias set minio http://minio:9000/ $(cat /minio-s3-credentials/accessKey) $(cat /minio-s3-credentials/secretKey) && mc cp 20160930_203718.csv minio/demo/gas-sensor/raw/;"]
volumeMounts:
- name: minio-s3-credentials
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
spec:
containers:
- name: load-ny-taxi-data
image: "bitnami/minio:2022-debian-10"
image: "bitnamilegacy/minio:2022-debian-10"
# yamllint disable-line rule:line-length
command:
- "bash"
Expand Down
2 changes: 1 addition & 1 deletion demos/trino-taxi-data/load-test-data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
spec:
containers:
- name: load-ny-taxi-data
image: "bitnami/minio:2024-debian-12"
image: "bitnamilegacy/minio:2024-debian-12"
# yamllint disable-line rule:line-length
command:
- bash
Expand Down
11 changes: 11 additions & 0 deletions stacks/_templates/postgresql-airflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,14 @@ options:
username: airflow
password: airflow
database: airflow
global:
security:
allowInsecureImages: true
image:
repository: bitnamilegacy/postgresql
volumePermissions:
image:
repository: bitnamilegacy/os-shell
metrics:
image:
repository: bitnamilegacy/postgres-exporter
11 changes: 11 additions & 0 deletions stacks/_templates/postgresql-druid.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,14 @@ options:
username: druid
password: druid
database: druid
global:
security:
allowInsecureImages: true
image:
repository: bitnamilegacy/postgresql
volumePermissions:
image:
repository: bitnamilegacy/os-shell
metrics:
image:
repository: bitnamilegacy/postgres-exporter
11 changes: 11 additions & 0 deletions stacks/_templates/postgresql-hive-iceberg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,14 @@ options:
username: hive
password: hive
database: hive
global:
security:
allowInsecureImages: true
image:
repository: bitnamilegacy/postgresql
volumePermissions:
image:
repository: bitnamilegacy/os-shell
metrics:
image:
repository: bitnamilegacy/postgres-exporter
11 changes: 11 additions & 0 deletions stacks/_templates/postgresql-hive.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,14 @@ options:
username: hive
password: hive
database: hive
global:
security:
allowInsecureImages: true
image:
repository: bitnamilegacy/postgresql
volumePermissions:
image:
repository: bitnamilegacy/os-shell
metrics:
image:
repository: bitnamilegacy/postgres-exporter
11 changes: 11 additions & 0 deletions stacks/_templates/postgresql-hivehdfs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,14 @@ options:
username: hive
password: hive
database: hivehdfs
global:
security:
allowInsecureImages: true
image:
repository: bitnamilegacy/postgresql
volumePermissions:
image:
repository: bitnamilegacy/os-shell
metrics:
image:
repository: bitnamilegacy/postgres-exporter
11 changes: 11 additions & 0 deletions stacks/_templates/postgresql-hives3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,14 @@ options:
username: hive
password: hive
database: hives3
global:
security:
allowInsecureImages: true
image:
repository: bitnamilegacy/postgresql
volumePermissions:
image:
repository: bitnamilegacy/os-shell
metrics:
image:
repository: bitnamilegacy/postgres-exporter
11 changes: 11 additions & 0 deletions stacks/_templates/postgresql-superset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,14 @@ options:
username: superset
password: superset
database: superset
global:
security:
allowInsecureImages: true
image:
repository: bitnamilegacy/postgresql
volumePermissions:
image:
repository: bitnamilegacy/os-shell
metrics:
image:
repository: bitnamilegacy/postgres-exporter
2 changes: 1 addition & 1 deletion stacks/authentication/openldap-tls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
spec:
containers:
- name: openldap
image: docker.io/bitnami/openldap:2.6
image: docker.io/bitnamilegacy/openldap:2.6
env:
# The Admin credentials. These are used to bind later.
- name: LDAP_ADMIN_USERNAME
Expand Down
2 changes: 1 addition & 1 deletion stacks/end-to-end-security/setup-postgresql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
mountPath: /dump/
containers:
- name: restore-postgres
image: docker.io/bitnami/postgresql:16.1.0-debian-11-r11 # Same image as the bitnami postgres helm-chart is using
image: docker.io/bitnamilegacy/postgresql:16.1.0-debian-11-r11 # Same image as the bitnami postgres helm-chart is using
command:
- bash
- -c
Expand Down