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 d80d678 commit 6d14675Copy full SHA for 6d14675
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.4.2
+ image: ghcr.io/stacklok/toolhive/operator:v0.5.0
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.4.2
+ toolhiveRunnerImage: ghcr.io/stacklok/toolhive/proxyrunner:v0.5.0
23
24
# -- Host for the proxy deployed by the operator
25
proxyHost: 0.0.0.0
0 commit comments