Skip to content

Commit 3ec75d8

Browse files
authored
fix: Use correct image in Helm values.yaml (#646)
This was accidentally introduced in #645.
1 parent 4afdcc9 commit 3ec75d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/helm/secret-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
---
33
# Used by both the Controller Service and Node Service containers
44
image:
5-
repository: oci.stackable.tech/sdp/listener-operator
5+
repository: oci.stackable.tech/sdp/secret-operator
66
# tag: 0.0.0-dev
77
pullPolicy: IfNotPresent
88
pullSecrets: []

0 commit comments

Comments
 (0)