Skip to content

Commit 2b82f46

Browse files
authored
Merge branch 'main' into feat/spark-4
2 parents 7869337 + 714bd61 commit 2b82f46

21 files changed

+268
-8
lines changed

kind/minio.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ spec:
2929
spec:
3030
containers:
3131
- name: minio-mc
32-
image: bitnami/minio:2022-debian-10
32+
image: bitnamilegacy/minio:2022-debian-10
3333
stdin: true
3434
tty: true

tests/templates/kuttl/delta-lake/20-setup-minio.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spec:
2323
restartPolicy: Never
2424
containers:
2525
- name: minio-client
26-
image: docker.io/bitnami/minio-client:2024-debian-12
26+
image: docker.io/bitnamilegacy/minio-client:2024-debian-12
2727
command: ["bash", "-c", "sleep infinity"]
2828
stdin: true
2929
tty: true

tests/templates/kuttl/delta-lake/helm-bitnami-minio-values.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
11
---
2+
global:
3+
security:
4+
allowInsecureImages: true # needed starting with Chart version 14.9.0 if modifying images
5+
6+
image:
7+
repository: bitnamilegacy/minio
8+
clientImage:
9+
repository: bitnamilegacy/minio-client
10+
defaultInitContainers:
11+
volumePermissions: # volumePermissions moved under defaultInitContainers starting with Chart version 17.0.0
12+
enabled: false
13+
image:
14+
repository: bitnamilegacy/os-shell
15+
console:
16+
image:
17+
repository: bitnamilegacy/minio-object-browser
18+
19+
# volumePermissions can be removed starting with Chart version 17.0.0, moved under defaultInitContainers
220
volumePermissions:
321
enabled: false
22+
image:
23+
repository: bitnamilegacy/os-shell
424

525
podSecurityContext:
626
enabled: false

tests/templates/kuttl/logging/02-setup-s3.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ spec:
6363
restartPolicy: Never
6464
containers:
6565
- name: minio-client
66-
image: docker.io/bitnami/minio-client:2023.3.20-debian-11-r1
66+
image: docker.io/bitnamilegacy/minio-client:2023.3.20-debian-11-r1
6767
command: ["bash", "-c", "sleep infinity"]
6868
stdin: true
6969
tty: true

tests/templates/kuttl/logging/helm-bitnami-eventlog-minio-values.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
11
---
2+
global:
3+
security:
4+
allowInsecureImages: true # needed starting with Chart version 14.9.0 if modifying images
5+
6+
image:
7+
repository: bitnamilegacy/minio
8+
clientImage:
9+
repository: bitnamilegacy/minio-client
10+
defaultInitContainers:
11+
volumePermissions: # volumePermissions moved under defaultInitContainers starting with Chart version 17.0.0
12+
enabled: false
13+
image:
14+
repository: bitnamilegacy/os-shell
15+
console:
16+
image:
17+
repository: bitnamilegacy/minio-object-browser
18+
19+
# volumePermissions can be removed starting with Chart version 17.0.0, moved under defaultInitContainers
220
volumePermissions:
321
enabled: false
22+
image:
23+
repository: bitnamilegacy/os-shell
424

525
podSecurityContext:
626
enabled: false

tests/templates/kuttl/overrides/helm-bitnami-eventlog-minio-values.yaml.j2

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,21 @@
11
---
2+
global:
3+
security:
4+
allowInsecureImages: true # needed starting with Chart version 14.9.0 if modifying images
5+
6+
image:
7+
repository: bitnamilegacy/minio
8+
clientImage:
9+
repository: bitnamilegacy/minio-client
10+
defaultInitContainers:
11+
volumePermissions: # volumePermissions moved under defaultInitContainers starting with Chart version 17.0.0
12+
enabled: false
13+
image:
14+
repository: bitnamilegacy/os-shell
15+
console:
16+
image:
17+
repository: bitnamilegacy/minio-object-browser
18+
219
mode: standalone
320
disableWebUI: false
421
extraEnvVars:
@@ -25,8 +42,11 @@ provisioning:
2542
containerSecurityContext:
2643
enabled: false
2744

45+
# volumePermissions can be removed starting with Chart version 17.0.0, moved under defaultInitContainers
2846
volumePermissions:
2947
enabled: false
48+
image:
49+
repository: bitnamilegacy/os-shell
3050

3151
podSecurityContext:
3252
enabled: false

tests/templates/kuttl/overrides/helm-bitnami-minio-values.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,21 @@
11
---
2+
global:
3+
security:
4+
allowInsecureImages: true # needed starting with Chart version 14.9.0 if modifying images
5+
6+
image:
7+
repository: bitnamilegacy/minio
8+
clientImage:
9+
repository: bitnamilegacy/minio-client
10+
defaultInitContainers:
11+
volumePermissions: # volumePermissions moved under defaultInitContainers starting with Chart version 17.0.0
12+
enabled: false
13+
image:
14+
repository: bitnamilegacy/os-shell
15+
console:
16+
image:
17+
repository: bitnamilegacy/minio-object-browser
18+
219
mode: standalone
320
disableWebUI: false
421
extraEnvVars:
@@ -25,8 +42,11 @@ provisioning:
2542
containerSecurityContext:
2643
enabled: false
2744

45+
# volumePermissions can be removed starting with Chart version 17.0.0, moved under defaultInitContainers
2846
volumePermissions:
2947
enabled: false
48+
image:
49+
repository: bitnamilegacy/os-shell
3050

3151
podSecurityContext:
3252
enabled: false

tests/templates/kuttl/pyspark-ny-public-s3-image/02-setup-minio.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spec:
2323
restartPolicy: Never
2424
containers:
2525
- name: minio-client
26-
image: docker.io/bitnami/minio-client:2024-debian-12
26+
image: docker.io/bitnamilegacy/minio-client:2024-debian-12
2727
command: ["bash", "-c", "sleep infinity"]
2828
stdin: true
2929
tty: true

tests/templates/kuttl/pyspark-ny-public-s3-image/helm-bitnami-minio-values.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
11
---
2+
global:
3+
security:
4+
allowInsecureImages: true # needed starting with Chart version 14.9.0 if modifying images
5+
6+
image:
7+
repository: bitnamilegacy/minio
8+
clientImage:
9+
repository: bitnamilegacy/minio-client
10+
defaultInitContainers:
11+
volumePermissions: # volumePermissions moved under defaultInitContainers starting with Chart version 17.0.0
12+
enabled: false
13+
image:
14+
repository: bitnamilegacy/os-shell
15+
console:
16+
image:
17+
repository: bitnamilegacy/minio-object-browser
18+
19+
# volumePermissions can be removed starting with Chart version 17.0.0, moved under defaultInitContainers
220
volumePermissions:
321
enabled: false
22+
image:
23+
repository: bitnamilegacy/os-shell
424

525
podSecurityContext:
626
enabled: false

tests/templates/kuttl/pyspark-ny-public-s3/02-setup-minio.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spec:
2323
restartPolicy: Never
2424
containers:
2525
- name: minio-client
26-
image: docker.io/bitnami/minio-client:2024-debian-12
26+
image: docker.io/bitnamilegacy/minio-client:2024-debian-12
2727
command: ["bash", "-c", "sleep infinity"]
2828
stdin: true
2929
tty: true

0 commit comments

Comments
 (0)