Skip to content

Commit 7193a1f

Browse files
committed
chore(helm): Show example for overriding the operator image tag
1 parent d48727b commit 7193a1f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

deploy/helm/listener-operator/values.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# Used by both the Controller Service and Node Service containers
44
image:
55
repository: oci.stackable.tech/sdp/listener-operator
6+
# tag: 0.0.0-dev
67
pullPolicy: IfNotPresent
78
pullSecrets: []
89

@@ -128,7 +129,7 @@ labels:
128129
kubeletDir: /var/lib/kubelet
129130

130131
# Options: none, stable-nodes, ephemeral-nodes
131-
# none: No ListenerClasses are preinstalled, the administrator must supply them themself
132+
# none: No ListenerClasses are preinstalled, administrators must supply them themselves
132133
# stable-nodes: ListenerClasses are preinstalled that are suitable for on-prem/"pet" environments, assuming long-running Nodes but not requiring a LoadBalancer controller
133134
# ephemeral-nodes: ListenerClasses are preinstalled that are suitable for cloud/"cattle" environments with short-lived nodes, however this requires a LoadBalancer controller to be installed
134135
preset: stable-nodes

0 commit comments

Comments
 (0)