Skip to content

chore(deps): update toolhive images to v0.2.3 #1093

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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 @@ -12,12 +12,12 @@ operator:
# -- List of image pull secrets to use
imagePullSecrets: []
# -- Container image for the operator
image: ghcr.io/stacklok/toolhive/operator:v0.2.0
image: ghcr.io/stacklok/toolhive/operator:v0.2.3
# -- Image pull policy for the operator container
imagePullPolicy: IfNotPresent

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

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