Skip to content

Commit f0735c1

Browse files
committed
replace docker references with oci
1 parent db47ccb commit f0735c1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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.0.1
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.11.1
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)