Skip to content

Commit 3dcc5a1

Browse files
committed
pinned minio version for tests (#100)
# Description Pinned min-io version to 4.0.2
1 parent ae59c52 commit 3dcc5a1

File tree

5 files changed

+6
-0
lines changed

5 files changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@ All notable changes to this project will be documented in this file.
77
### Changed
88

99
- Include chart name when installing with a custom release name ([#97])
10+
- Pinned MinIO version for tests ([#100])
1011

1112
[#97]: https://github.com/stackabletech/spark-k8s-operator/pull/92
13+
[#100]: https://github.com/stackabletech/spark-k8s-operator/pull/100
1214

1315
## [0.3.0] - 2022-06-30
1416

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ commands:
55
- script: >-
66
helm install test-minio
77
--namespace $NAMESPACE
8+
--version 4.0.2
89
--set mode=standalone
910
--set replicas=1
1011
--set persistence.enabled=false

tests/templates/kuttl/spark-ny-public-s3/00-setup-minio.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ commands:
55
- script: >-
66
helm install test-minio
77
--namespace $NAMESPACE
8+
--version 4.0.2
89
--set mode=standalone
910
--set replicas=1
1011
--set persistence.enabled=false

tests/templates/kuttl/spark-pi-private-s3/00-setup-minio.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ commands:
55
- script: >-
66
helm install test-minio
77
--namespace $NAMESPACE
8+
--version 4.0.2
89
--set mode=standalone
910
--set replicas=1
1011
--set persistence.enabled=false

tests/templates/kuttl/spark-pi-public-s3/00-setup-minio.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ commands:
55
- script: >-
66
helm install test-minio
77
--namespace $NAMESPACE
8+
--version 4.0.2
89
--set mode=standalone
910
--set replicas=1
1011
--set persistence.enabled=false

0 commit comments

Comments
 (0)