Skip to content

Commit e077bb8

Browse files
authored
fix: Properly auto derive image repos (#402)
1 parent fff7863 commit e077bb8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

deploy/helm/listener-operator/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Used by both the Controller Service and Node Service containers
44
image:
55
# By default, the correct registry is automatically selected based on the Helm Chart installation source
6-
repository: oci.stackable.tech/sdp
6+
# repository: oci.stackable.tech/sdp
77
# tag: 0.0.0-dev
88
pullPolicy: IfNotPresent
99
pullSecrets: []
@@ -51,7 +51,7 @@ csiProvisioner:
5151
externalProvisioner:
5252
image:
5353
# By default, the correct registry is automatically selected based on the Helm Chart installation source
54-
repository: oci.stackable.tech/sdp/sig-storage
54+
# repository: oci.stackable.tech/sdp/sig-storage
5555
tag: v5.3.0
5656
pullPolicy: IfNotPresent
5757
resources:
@@ -103,7 +103,7 @@ csiNodeDriver:
103103
nodeDriverRegistrar:
104104
image:
105105
# By default, the correct registry is automatically selected based on the Helm Chart installation source
106-
repository: oci.stackable.tech/sdp/sig-storage
106+
# repository: oci.stackable.tech/sdp/sig-storage
107107
tag: v2.15.0
108108
pullPolicy: IfNotPresent
109109
resources:

0 commit comments

Comments
 (0)