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 3689fab commit e9e651eCopy full SHA for e9e651e
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.2.17
+ image: ghcr.io/stacklok/toolhive/operator:v0.3.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.2.17
+ toolhiveRunnerImage: ghcr.io/stacklok/toolhive/proxyrunner:v0.3.0
23
24
# -- Host for the proxy deployed by the operator
25
proxyHost: 0.0.0.0
0 commit comments