This repository was archived by the owner on Jun 6, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
deploy/helm/hello-world-operator Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11# Default values for hello-world-operator.
22---
33image :
4- repository : docker .stackable.tech/stackable /hello-world-operator
4+ repository : oci .stackable.tech/sdp /hello-world-operator
55 pullPolicy : IfNotPresent
66 pullSecrets : []
77
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ metadata:
55 name : hello-world
66spec :
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"
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ metadata:
55 name : hello-world
66spec :
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"
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ metadata:
55 name : hello-world
66spec :
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"
Original file line number Diff line number Diff line change 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"]
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ metadata:
55 name : hello-world
66spec :
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"
You can’t perform that action at this time.
0 commit comments