Skip to content

Commit a8c96f5

Browse files
Use an emptyDir instead of a persistentVolumeClaim for MinIO in the integration tests (#513)
1 parent 003219e commit a8c96f5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

tests/templates/kuttl/snapshot-export/10-install-minio.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ kind: TestStep
44
commands:
55
- script: >-
66
helm install minio oci://registry-1.docker.io/bitnamicharts/minio
7-
--version 14.1.7
7+
--version 14.6.9
88
--values 10_helm-bitnami-minio-values.yaml
99
--namespace $NAMESPACE
1010
timeout: 240

tests/templates/kuttl/snapshot-export/10_helm-bitnami-minio-values.yaml.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
persistence:
3+
enabled: false # "false" means, that an emptyDir is used instead of a persistentVolumeClaim
34
size: 64Mi
45

56
provisioning:

0 commit comments

Comments
 (0)