Skip to content

Commit 3f5f52d

Browse files
authored
chore: update OpenShift values to use toolhive v0.2.8 (#1484)
1 parent 2374a45 commit 3f5f52d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

deploy/charts/operator/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: toolhive-operator
33
description: A Helm chart for deploying the ToolHive Operator into Kubernetes.
44
type: application
5-
version: 0.2.4
5+
version: 0.2.5
66
appVersion: "0.2.8"

deploy/charts/operator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# ToolHive Operator Helm Chart
33

4-
![Version: 0.2.4](https://img.shields.io/badge/Version-0.2.4-informational?style=flat-square)
4+
![Version: 0.2.5](https://img.shields.io/badge/Version-0.2.5-informational?style=flat-square)
55
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
66

77
A Helm chart for deploying the ToolHive Operator into Kubernetes.

deploy/charts/operator/values-openshift.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ operator:
1212
# -- List of image pull secrets to use
1313
imagePullSecrets: []
1414
# -- Container image for the operator
15-
image: ghcr.io/stacklok/toolhive/operator:v0.2.0
15+
image: ghcr.io/stacklok/toolhive/operator:v0.2.8
1616
# -- Image pull policy for the operator container
1717
imagePullPolicy: IfNotPresent
1818

1919
# -- Image to use for Toolhive runners
20-
toolhiveRunnerImage: ghcr.io/stacklok/toolhive/proxyrunner:v0.2.0
20+
toolhiveRunnerImage: ghcr.io/stacklok/toolhive/proxyrunner:v0.2.8
2121

2222
# -- Host for the proxy deployed by the operator
2323
proxyHost: 0.0.0.0

0 commit comments

Comments
 (0)