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 9299e30 commit 8b3bd5eCopy full SHA for 8b3bd5e
deploy/charts/operator/values.yaml
@@ -14,12 +14,12 @@ operator:
14
# -- List of image pull secrets to use
15
imagePullSecrets: []
16
# -- Container image for the operator
17
- image: ghcr.io/stacklok/toolhive/operator:v0.3.5
+ image: ghcr.io/stacklok/toolhive/operator:v0.3.6
18
# -- Image pull policy for the operator container
19
imagePullPolicy: IfNotPresent
20
21
# -- Image to use for Toolhive runners
22
- toolhiveRunnerImage: ghcr.io/stacklok/toolhive/proxyrunner:v0.3.5
+ toolhiveRunnerImage: ghcr.io/stacklok/toolhive/proxyrunner:v0.3.6
23
24
# -- Host for the proxy deployed by the operator
25
proxyHost: 0.0.0.0
0 commit comments