Skip to content

Commit 6a692a7

Browse files
committed
chore: use new testing-tools image
1 parent a8aa03c commit 6a692a7

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/modules/hive/examples/getting_started/hive-test-helper.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ spec:
1818
spec:
1919
containers:
2020
- name: hive-test-helper
21-
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
21+
image: oci.stackable.tech/sdp/testing-tools/hive:0.3.0-stackable0.0.0-dev
2222
stdin: true
2323
tty: true

tests/templates/kuttl/kerberos-hdfs/70-install-access-hive.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ commands:
1515
serviceAccountName: test-sa
1616
containers:
1717
- name: access-hive
18-
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
18+
image: oci.stackable.tech/sdp/testing-tools/hive:0.3.0-stackable0.0.0-dev
1919
imagePullPolicy: IfNotPresent
2020
env:
2121
- name: KRB5_CONFIG

tests/templates/kuttl/kerberos-s3/70-install-access-hive.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ commands:
1515
serviceAccountName: test-sa
1616
containers:
1717
- name: access-hive
18-
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
18+
image: oci.stackable.tech/sdp/testing-tools/hive:0.3.0-stackable0.0.0-dev
1919
imagePullPolicy: IfNotPresent
2020
env:
2121
- name: KRB5_CONFIG

tests/templates/kuttl/logging/05-install-hive-test-runner.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ spec:
1717
spec:
1818
containers:
1919
- name: hive-test-runner
20-
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
20+
image: oci.stackable.tech/sdp/testing-tools/hive:0.3.0-stackable0.0.0-dev
2121
stdin: true
2222
tty: true

tests/templates/kuttl/smoke/70-install-test-metastore.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
spec:
1818
containers:
1919
- name: test-metastore
20-
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
20+
image: oci.stackable.tech/sdp/testing-tools/hive:0.3.0-stackable0.0.0-dev
2121
stdin: true
2222
tty: true
2323
resources:

0 commit comments

Comments
 (0)