We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ec2cb0 commit 7640b71Copy full SHA for 7640b71
deploy/charts/operator/values.yaml
@@ -12,12 +12,12 @@ operator:
12
# -- List of image pull secrets to use
13
imagePullSecrets: []
14
# -- Container image for the operator
15
- image: ghcr.io/stacklok/toolhive/operator:v0.2.0
+ image: ghcr.io/stacklok/toolhive/operator:v0.2.1
16
# -- Image pull policy for the operator container
17
imagePullPolicy: IfNotPresent
18
19
# -- Image to use for Toolhive runners
20
- toolhiveRunnerImage: ghcr.io/stacklok/toolhive/proxyrunner:v0.2.0
+ toolhiveRunnerImage: ghcr.io/stacklok/toolhive/proxyrunner:v0.2.1
21
22
# -- Host for the proxy deployed by the operator
23
proxyHost: 0.0.0.0
0 commit comments