Skip to content

Commit 39d98ec

Browse files
authored
chore: use new testing-tools image (#733)
* chore: use new testing-tools image * chore: changelog
1 parent 3c2c5f9 commit 39d98ec

10 files changed

Lines changed: 14 additions & 9 deletions

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,17 @@
77
- Support objectOverrides using `.spec.objectOverrides`.
88
See [objectOverrides concepts page](https://docs.stackable.tech/home/nightly/concepts/overrides/#object-overrides) for details ([#726]).
99

10+
### Changed
11+
12+
- Bump testing-tools to `0.3.0-stackable0.0.0-dev` ([#733]).
13+
1014
### Fixed
1115

1216
- Default `API_WORKERS` to 1 (instead of letting Airflow default to 4) to prevent crashloop and update/correct docs to reflect this ([#727]).
1317

1418
[#726]: https://github.com/stackabletech/airflow-operator/pull/726
1519
[#727]: https://github.com/stackabletech/airflow-operator/pull/727
20+
[#733]: https://github.com/stackabletech/airflow-operator/pull/733
1621

1722
## [25.11.0] - 2025-11-07
1823

tests/templates/kuttl/ldap/70-install-airflow-python.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-airflow-python
20-
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
20+
image: oci.stackable.tech/sdp/testing-tools:0.3.0-stackable0.0.0-dev
2121
imagePullPolicy: IfNotPresent
2222
stdin: true
2323
tty: true

tests/templates/kuttl/logging/50-install-airflow-python.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-airflow-python
20-
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
20+
image: oci.stackable.tech/sdp/testing-tools:0.3.0-stackable0.0.0-dev
2121
imagePullPolicy: IfNotPresent
2222
stdin: true
2323
tty: true

tests/templates/kuttl/mount-dags-configmap/40-install-airflow-python.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-airflow-python
20-
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
20+
image: oci.stackable.tech/sdp/testing-tools:0.3.0-stackable0.0.0-dev
2121
imagePullPolicy: IfNotPresent
2222
stdin: true
2323
tty: true

tests/templates/kuttl/mount-dags-gitsync/40-install-airflow-python.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-airflow-python
20-
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
20+
image: oci.stackable.tech/sdp/testing-tools:0.3.0-stackable0.0.0-dev
2121
imagePullPolicy: IfNotPresent
2222
stdin: true
2323
tty: true

tests/templates/kuttl/oidc/50-install-test-container.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ spec:
5555
fsGroup: 1000
5656
containers:
5757
- name: python
58-
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
58+
image: oci.stackable.tech/sdp/testing-tools:0.3.0-stackable0.0.0-dev
5959
imagePullPolicy: IfNotPresent
6060
stdin: true
6161
tty: true

tests/templates/kuttl/opa/40-install-test-container.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ spec:
5555
fsGroup: 1000
5656
containers:
5757
- name: test-runner
58-
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
58+
image: oci.stackable.tech/sdp/testing-tools:0.3.0-stackable0.0.0-dev
5959
imagePullPolicy: IfNotPresent
6060
stdin: true
6161
tty: true

tests/templates/kuttl/remote-logging/50-install-airflow-python.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-airflow-python
20-
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
20+
image: oci.stackable.tech/sdp/testing-tools:0.3.0-stackable0.0.0-dev
2121
imagePullPolicy: IfNotPresent
2222
stdin: true
2323
tty: true

tests/templates/kuttl/smoke/50-install-airflow-python.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-airflow-python
20-
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
20+
image: oci.stackable.tech/sdp/testing-tools:0.3.0-stackable0.0.0-dev
2121
imagePullPolicy: IfNotPresent
2222
stdin: true
2323
tty: true

tests/templates/kuttl/triggerer/40-install-airflow-python.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-airflow-python
20-
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
20+
image: oci.stackable.tech/sdp/testing-tools:0.3.0-stackable0.0.0-dev
2121
imagePullPolicy: IfNotPresent
2222
stdin: true
2323
tty: true

0 commit comments

Comments
 (0)