Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions deploy/charts/operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ operator:
# -- List of image pull secrets to use
imagePullSecrets: []
# -- Container image for the operator
image: ghcr.io/stacklok/toolhive/operator:v0.3.5
image: ghcr.io/stacklok/toolhive/operator:v0.3.7
# -- Image pull policy for the operator container
imagePullPolicy: IfNotPresent

# -- Image to use for Toolhive runners
toolhiveRunnerImage: ghcr.io/stacklok/toolhive/proxyrunner:v0.3.5
toolhiveRunnerImage: ghcr.io/stacklok/toolhive/proxyrunner:v0.3.7

# -- Host for the proxy deployed by the operator
proxyHost: 0.0.0.0
Expand Down
Loading