diff --git a/demos/data-lakehouse-iceberg-trino-spark/load-test-data.yaml b/demos/data-lakehouse-iceberg-trino-spark/load-test-data.yaml index 0821b6ef..1f810ba0 100644 --- a/demos/data-lakehouse-iceberg-trino-spark/load-test-data.yaml +++ b/demos/data-lakehouse-iceberg-trino-spark/load-test-data.yaml @@ -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 diff --git a/demos/jupyterhub-keycloak/load-gas-data.yaml b/demos/jupyterhub-keycloak/load-gas-data.yaml index c230a1c1..d0268d60 100644 --- a/demos/jupyterhub-keycloak/load-gas-data.yaml +++ b/demos/jupyterhub-keycloak/load-gas-data.yaml @@ -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 diff --git a/demos/spark-k8s-anomaly-detection-taxi-data/load-test-data.yaml b/demos/spark-k8s-anomaly-detection-taxi-data/load-test-data.yaml index 0276431c..e9595de6 100644 --- a/demos/spark-k8s-anomaly-detection-taxi-data/load-test-data.yaml +++ b/demos/spark-k8s-anomaly-detection-taxi-data/load-test-data.yaml @@ -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" diff --git a/demos/trino-taxi-data/load-test-data.yaml b/demos/trino-taxi-data/load-test-data.yaml index ec8ca345..63892d4f 100644 --- a/demos/trino-taxi-data/load-test-data.yaml +++ b/demos/trino-taxi-data/load-test-data.yaml @@ -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 diff --git a/stacks/_templates/postgresql-airflow.yaml b/stacks/_templates/postgresql-airflow.yaml index a1b01357..00f05f04 100644 --- a/stacks/_templates/postgresql-airflow.yaml +++ b/stacks/_templates/postgresql-airflow.yaml @@ -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 diff --git a/stacks/_templates/postgresql-druid.yaml b/stacks/_templates/postgresql-druid.yaml index 2bbcf81b..fb80139b 100644 --- a/stacks/_templates/postgresql-druid.yaml +++ b/stacks/_templates/postgresql-druid.yaml @@ -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 diff --git a/stacks/_templates/postgresql-hive-iceberg.yaml b/stacks/_templates/postgresql-hive-iceberg.yaml index c1f9409e..76a9985d 100644 --- a/stacks/_templates/postgresql-hive-iceberg.yaml +++ b/stacks/_templates/postgresql-hive-iceberg.yaml @@ -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 diff --git a/stacks/_templates/postgresql-hive.yaml b/stacks/_templates/postgresql-hive.yaml index 91e49bb1..8e09513c 100644 --- a/stacks/_templates/postgresql-hive.yaml +++ b/stacks/_templates/postgresql-hive.yaml @@ -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 diff --git a/stacks/_templates/postgresql-hivehdfs.yaml b/stacks/_templates/postgresql-hivehdfs.yaml index 09d4deee..204ed6a8 100644 --- a/stacks/_templates/postgresql-hivehdfs.yaml +++ b/stacks/_templates/postgresql-hivehdfs.yaml @@ -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 diff --git a/stacks/_templates/postgresql-hives3.yaml b/stacks/_templates/postgresql-hives3.yaml index 00e27045..ecc41f00 100644 --- a/stacks/_templates/postgresql-hives3.yaml +++ b/stacks/_templates/postgresql-hives3.yaml @@ -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 diff --git a/stacks/_templates/postgresql-superset.yaml b/stacks/_templates/postgresql-superset.yaml index 861f4095..9774966b 100644 --- a/stacks/_templates/postgresql-superset.yaml +++ b/stacks/_templates/postgresql-superset.yaml @@ -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 diff --git a/stacks/_templates/redis-airflow.yaml b/stacks/_templates/redis-airflow.yaml index 05c516aa..9c5d1ec9 100644 --- a/stacks/_templates/redis-airflow.yaml +++ b/stacks/_templates/redis-airflow.yaml @@ -12,3 +12,23 @@ options: password: airflow replica: replicaCount: 1 + global: + security: + allowInsecureImages: true + image: + repository: bitnamilegacy/redis + sentinel: + image: + repository: bitnamilegacy/redis-sentinel + metrics: + image: + repository: bitnamilegacy/redis-exporter + volumePermissions: + image: + repository: bitnamilegacy/os-shell + kubectl: + image: + repository: bitnamilegacy/kubectl + sysctl: + image: + repository: bitnamilegacy/os-shell diff --git a/stacks/authentication/openldap-tls.yaml b/stacks/authentication/openldap-tls.yaml index 6850fd2e..f62a58b0 100644 --- a/stacks/authentication/openldap-tls.yaml +++ b/stacks/authentication/openldap-tls.yaml @@ -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 diff --git a/stacks/end-to-end-security/setup-postgresql.yaml b/stacks/end-to-end-security/setup-postgresql.yaml index fe545f5d..a47dea6b 100644 --- a/stacks/end-to-end-security/setup-postgresql.yaml +++ b/stacks/end-to-end-security/setup-postgresql.yaml @@ -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