Skip to content

Commit 41c1c66

Browse files
adwk67xeniape
andauthored
chore: add oci references, merge templating changes (#268)
* replace docker references with oci * use draft op-rs branch for oci changes * bump operator-rs to 0.85.0, revert branch change * changelog --------- Co-authored-by: Xenia <[email protected]>
1 parent 61cddb0 commit 41c1c66

File tree

5 files changed

+14
-9
lines changed

5 files changed

+14
-9
lines changed

CHANGELOG.md

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

99
- Aggregate emitted Kubernetes events on the CustomResources ([#267]).
1010

11+
### Changed
12+
13+
- Default to OCI for image metadata ([#268]).
14+
1115
[#267]: https://github.com/stackabletech/listener-operator/pull/267
16+
[#268]: https://github.com/stackabletech/listener-operator/pull/268
1217

1318
## [24.11.1] - 2025-01-10
1419

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ prost = "0.13"
2222
prost-types = "0.13"
2323
serde = "1.0"
2424
snafu = "0.8"
25-
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "stackable-operator-0.84.1" }
25+
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "stackable-operator-0.85.0" }
2626
strum = { version = "0.26", features = ["derive"] }
2727
socket2 = { version = "0.5", features = ["all"] }
2828
tokio = { version = "1.40", features = ["full"] }

deploy/helm/listener-operator/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Default values for listener-operator.
22
---
33
image:
4-
repository: docker.stackable.tech/stackable/listener-operator
4+
repository: oci.stackable.tech/sdp/listener-operator
55
pullPolicy: IfNotPresent
66
pullSecrets: []
77

88
csiProvisioner:
99
image:
10-
repository: docker.stackable.tech/k8s/sig-storage/csi-provisioner
10+
repository: oci.stackable.tech/sdp/sig-storage/csi-provisioner
1111
tag: v5.1.0
1212
pullPolicy: IfNotPresent
1313
resources:
@@ -19,7 +19,7 @@ csiProvisioner:
1919
memory: 128Mi
2020
csiNodeDriverRegistrar:
2121
image:
22-
repository: docker.stackable.tech/k8s/sig-storage/csi-node-driver-registrar
22+
repository: oci.stackable.tech/sdp/sig-storage/csi-node-driver-registrar
2323
tag: v2.13.0
2424
pullPolicy: IfNotPresent
2525
resources:

tests/templates/kuttl/smoke-nodeport/20-validate-all-ingresses-are-reachable.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ spec:
4747
serviceAccountName: query-ingresses-sa
4848
containers:
4949
- name: query-ingresses
50-
image: docker.stackable.tech/stackable/testing-tools:0.2.0-stackable0.0.0-dev
50+
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
5151
# NOTE: Hostname resolution does not work on our OKD clusters, so the command for testing the Hostname is omitted on Openshift. It would be better to omit this entire test value for Openshift but this is not (yet) possible in beku.
5252
{% if test_scenario['values']['openshift'] == 'true' and test_scenario['values']['addressType'] != "Hostname" %}
5353
command:

0 commit comments

Comments
 (0)