Skip to content

Commit f0bd7cc

Browse files
authored
chore: update to oci references (#36)
* chore: update to oci references * add changelog entry
1 parent 957073f commit f0bd7cc

File tree

6 files changed

+12
-7
lines changed

6 files changed

+12
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,20 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7-
## Fixed
7+
### Changed
8+
9+
- Update registry references to oci ([#36]).
10+
11+
### Fixed
812

913
- Cap generated test ids to 255 characters to avoid file system errors ([#35]).
1014

1115
[#35]: https://github.com/stackabletech/beku.py/pull/35
16+
[#36]: https://github.com/stackabletech/beku.py/pull/36
1217

1318
## 0.0.10 - 2024-11-06
1419

15-
## Added
20+
### Added
1621

1722
- Nix build files ([#18])
1823
- Raise build versions ([#18])

examples/suites/tests/templates/kuttl/ldap/07-install-airflow-python.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: test-airflow-python
20-
image: docker.stackable.tech/stackable/testing-tools:0.2.0-stackable0.0.0-dev
20+
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
2121
stdin: true
2222
tty: true

examples/suites/tests/templates/kuttl/logging/05-install-airflow-python.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: test-airflow-python
20-
image: docker.stackable.tech/stackable/testing-tools:0.2.0-stackable0.0.0-dev
20+
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
2121
stdin: true
2222
tty: true

examples/suites/tests/templates/kuttl/mount-dags-configmap/04-install-airflow-python.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: test-airflow-python
20-
image: docker.stackable.tech/stackable/testing-tools:0.2.0-stackable0.0.0-dev
20+
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
2121
stdin: true
2222
tty: true

examples/suites/tests/templates/kuttl/mount-dags-gitsync/04-install-airflow-python.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: test-airflow-python
20-
image: docker.stackable.tech/stackable/testing-tools:0.2.0-stackable0.0.0-dev
20+
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-devs
2121
stdin: true
2222
tty: true

examples/suites/tests/templates/kuttl/smoke/04-install-airflow-python.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: test-airflow-python
20-
image: docker.stackable.tech/stackable/testing-tools:0.2.0-stackable0.0.0-dev
20+
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
2121
stdin: true
2222
tty: true

0 commit comments

Comments
 (0)