Skip to content

Commit 19cf07e

Browse files
xeniapeadwk67
andauthored
chore: fix minio Chart values for bitnami migration (#623)
* chore: fix minio Chart values for bitnami migration * correct indentation --------- Co-authored-by: Andrew Kenworthy <[email protected]>
1 parent 96e0836 commit 19cf07e

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

tests/templates/kuttl/kerberos-s3/helm-bitnami-minio-values.yaml.j2

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ image:
88
clientImage:
99
repository: bitnamilegacy/minio-client
1010
defaultInitContainers:
11-
volumePermissions:
11+
volumePermissions: # volumePermissions moved under defaultInitContainers starting with Chart version 17.0.0
12+
enabled: false
1213
image:
1314
repository: bitnamilegacy/os-shell
1415
console:
@@ -43,8 +44,11 @@ provisioning:
4344
containerSecurityContext:
4445
enabled: false
4546

47+
# volumePermissions can be removed starting with Chart version 17.0.0, moved under defaultInitContainers
4648
volumePermissions:
4749
enabled: false
50+
image:
51+
repository: bitnamilegacy/os-shell
4852

4953
podSecurityContext:
5054
enabled: false

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ image:
88
clientImage:
99
repository: bitnamilegacy/minio-client
1010
defaultInitContainers:
11-
volumePermissions:
11+
volumePermissions: # volumePermissions moved under defaultInitContainers starting with Chart version 17.0.0
12+
enabled: false
1213
image:
1314
repository: bitnamilegacy/os-shell
1415
console:
@@ -43,8 +44,11 @@ provisioning:
4344
containerSecurityContext:
4445
enabled: false
4546

47+
# volumePermissions can be removed starting with Chart version 17.0.0, moved under defaultInitContainers
4648
volumePermissions:
4749
enabled: false
50+
image:
51+
repository: bitnamilegacy/os-shell
4852

4953
podSecurityContext:
5054
enabled: false

0 commit comments

Comments
 (0)