Skip to content

Commit 0584c74

Browse files
committed
Update product image versions for tests and switch to testing-tools 0.2.0 (#236)
1 parent 623f2d5 commit 0584c74

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,11 @@ All notable changes to this project will be documented in this file.
77
### Changed
88

99
- `operator-rs` `0.38.0` -> `0.41.0` ([#235]).
10+
- Use 0.0.0-dev product images for testing ([#236])
11+
- Use testing-tools 0.2.0 ([#236])
1012

1113
[#235]: https://github.com/stackabletech/spark-k8s-operator/pull/235
14+
[#236]: https://github.com/stackabletech/spark-k8s-operator/pull/236
1215

1316
## [23.4.0] - 2023-04-17
1417

docs/modules/spark-k8s/examples/example-history-server.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
spec:
77
image:
88
productVersion: 3.3.0
9-
stackableVersion: 0.3.0
9+
stackableVersion: 0.0.0-dev
1010
logFileDirectory: # <1>
1111
s3:
1212
prefix: eventlogs/ # <2>

tests/templates/kuttl/logging/09-install-test-runner.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ spec:
1717
spec:
1818
containers:
1919
- name: test-runner
20-
image: docker.stackable.tech/stackable/testing-tools:0.1.0-stackable0.1.0
20+
image: docker.stackable.tech/stackable/testing-tools:0.2.0-stackable0.0.0-dev
2121
stdin: true
2222
tty: true

tests/templates/kuttl/spark-history-server/20-test-logs.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spec:
1010
activeDeadlineSeconds: 100
1111
containers:
1212
- name: history-api-check
13-
image: docker.stackable.tech/stackable/testing-tools:0.1.0-stackable0.1.0
13+
image: docker.stackable.tech/stackable/testing-tools:0.2.0-stackable0.0.0-dev
1414
command:
1515
[
1616
"bash",

tests/test-definition.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dimensions:
1010
- "false"
1111
- name: spark
1212
values:
13-
- 3.3.0-stackable23.4.0-rc2
13+
- 3.3.0-stackable0.0.0-dev
1414
- name: ny-tlc-report
1515
values:
1616
- 0.1.0

0 commit comments

Comments
 (0)