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 028cc6d commit c6ca8fbCopy full SHA for c6ca8fb
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.5.0
+ image: ghcr.io/stacklok/toolhive/operator:v0.5.2
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.5.0
+ toolhiveRunnerImage: ghcr.io/stacklok/toolhive/proxyrunner:v0.5.2
23
24
# -- Host for the proxy deployed by the operator
25
proxyHost: 0.0.0.0
0 commit comments