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 5f36e34 commit 018e32cCopy full SHA for 018e32c
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.1.8
+ image: ghcr.io/stacklok/toolhive/operator:v0.1.9
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:v0.1.8
+ toolhiveRunnerImage: ghcr.io/stacklok/toolhive:v0.1.9
21
22
# -- Host for the proxy deployed by the operator
23
proxyHost: 0.0.0.0
0 commit comments