Skip to content
This repository was archived by the owner on Jun 6, 2025. It is now read-only.

Commit 0f8b682

Browse files
committed
replace docker references with oci
1 parent 00b14cd commit 0f8b682

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

deploy/helm/hello-world-operator/values.yaml

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

hello-logging.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
name: hello-world
66
spec:
77
image:
8-
custom: docker.stackable.tech/stackable/hello-world:0.0.1-SNAPSHOT-stackable0.0.0-dev
8+
custom: oci.stackable.tech/sdp/hello-world:0.0.1-SNAPSHOT-stackable0.0.0-dev
99
productVersion: 0.0.1
1010
recipient: "Stackable"
1111
color: "blue"

hello.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
name: hello-world
66
spec:
77
image:
8-
custom: docker.stackable.tech/stackable/hello-world:0.0.1-SNAPSHOT-stackable0.0.0-dev
8+
custom: oci.stackable.tech/sdp/hello-world:0.0.1-SNAPSHOT-stackable0.0.0-dev
99
productVersion: 0.0.1
1010
recipient: "Stackable"
1111
color: "blue"

tests/templates/kuttl/check-name/05-install.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
name: hello-world
66
spec:
77
image:
8-
custom: docker.stackable.tech/stackable/hello-world:0.0.1-SNAPSHOT-stackable0.0.0-dev
8+
custom: oci.stackable.tech/sdp/hello-world:0.0.1-SNAPSHOT-stackable0.0.0-dev
99
productVersion: 0.0.1
1010
pullPolicy: IfNotPresent
1111
recipient: "Stackable"

tests/templates/kuttl/check-name/10-checks-container.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ spec:
1717
spec:
1818
containers:
1919
- name: checks
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
command: ["sleep", "infinity"]

tests/templates/kuttl/smoke/10-install.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
name: hello-world
66
spec:
77
image:
8-
custom: docker.stackable.tech/stackable/hello-world:0.0.1-SNAPSHOT-stackable0.0.0-dev
8+
custom: oci.stackable.tech/sdp/hello-world:0.0.1-SNAPSHOT-stackable0.0.0-dev
99
productVersion: 0.0.1
1010
pullPolicy: IfNotPresent
1111
recipient: "Stackable"

0 commit comments

Comments
 (0)