Skip to content

Commit fa0ab0f

Browse files
committed
chore: update demos to use bitnamilegacy
1 parent 34fb57a commit fa0ab0f

File tree

14 files changed

+103
-6
lines changed

14 files changed

+103
-6
lines changed

demos/data-lakehouse-iceberg-trino-spark/load-test-data.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ spec:
88
spec:
99
containers:
1010
- name: load-test-data
11-
image: "bitnami/minio:2024-debian-12"
11+
image: "bitnamilegacy/minio:2024-debian-12"
1212
# Please try to order the load jobs from small to large datasets
1313
command:
1414
- bash

demos/jupyterhub-keycloak/load-gas-data.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ spec:
88
spec:
99
containers:
1010
- name: load-gas-data
11-
image: "bitnami/minio:2022-debian-10"
11+
image: "bitnamilegacy/minio:2022-debian-10"
1212
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/;"]
1313
volumeMounts:
1414
- name: minio-s3-credentials

demos/spark-k8s-anomaly-detection-taxi-data/load-test-data.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ spec:
88
spec:
99
containers:
1010
- name: load-ny-taxi-data
11-
image: "bitnami/minio:2022-debian-10"
11+
image: "bitnamilegacy/minio:2022-debian-10"
1212
# yamllint disable-line rule:line-length
1313
command:
1414
- "bash"

demos/trino-taxi-data/load-test-data.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ spec:
88
spec:
99
containers:
1010
- name: load-ny-taxi-data
11-
image: "bitnami/minio:2024-debian-12"
11+
image: "bitnamilegacy/minio:2024-debian-12"
1212
# yamllint disable-line rule:line-length
1313
command:
1414
- bash

stacks/_templates/postgresql-airflow.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,14 @@ options:
1212
username: airflow
1313
password: airflow
1414
database: airflow
15+
global:
16+
security:
17+
allowInsecureImages: true
18+
image:
19+
repository: bitnamilegacy/postgresql
20+
volumePermissions:
21+
image:
22+
repository: bitnamilegacy/os-shell
23+
metrics:
24+
image:
25+
repository: bitnamilegacy/postgres-exporter

stacks/_templates/postgresql-druid.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,14 @@ options:
1212
username: druid
1313
password: druid
1414
database: druid
15+
global:
16+
security:
17+
allowInsecureImages: true
18+
image:
19+
repository: bitnamilegacy/postgresql
20+
volumePermissions:
21+
image:
22+
repository: bitnamilegacy/os-shell
23+
metrics:
24+
image:
25+
repository: bitnamilegacy/postgres-exporter

stacks/_templates/postgresql-hive-iceberg.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,14 @@ options:
1212
username: hive
1313
password: hive
1414
database: hive
15+
global:
16+
security:
17+
allowInsecureImages: true
18+
image:
19+
repository: bitnamilegacy/postgresql
20+
volumePermissions:
21+
image:
22+
repository: bitnamilegacy/os-shell
23+
metrics:
24+
image:
25+
repository: bitnamilegacy/postgres-exporter

stacks/_templates/postgresql-hive.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,14 @@ options:
1212
username: hive
1313
password: hive
1414
database: hive
15+
global:
16+
security:
17+
allowInsecureImages: true
18+
image:
19+
repository: bitnamilegacy/postgresql
20+
volumePermissions:
21+
image:
22+
repository: bitnamilegacy/os-shell
23+
metrics:
24+
image:
25+
repository: bitnamilegacy/postgres-exporter

stacks/_templates/postgresql-hivehdfs.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,14 @@ options:
1212
username: hive
1313
password: hive
1414
database: hivehdfs
15+
global:
16+
security:
17+
allowInsecureImages: true
18+
image:
19+
repository: bitnamilegacy/postgresql
20+
volumePermissions:
21+
image:
22+
repository: bitnamilegacy/os-shell
23+
metrics:
24+
image:
25+
repository: bitnamilegacy/postgres-exporter

stacks/_templates/postgresql-hives3.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,14 @@ options:
1212
username: hive
1313
password: hive
1414
database: hives3
15+
global:
16+
security:
17+
allowInsecureImages: true
18+
image:
19+
repository: bitnamilegacy/postgresql
20+
volumePermissions:
21+
image:
22+
repository: bitnamilegacy/os-shell
23+
metrics:
24+
image:
25+
repository: bitnamilegacy/postgres-exporter

0 commit comments

Comments
 (0)