Skip to content

Commit 09c2827

Browse files
renovate[bot]claude[bot]ChrisJBurns
authored
chore(deps): update toolhive images to v0.2.9 (#1509)
* chore(deps): update toolhive images to v0.2.9 * Bump operator helm chart version to 0.2.7 and appVersion to 0.2.9 Co-authored-by: Chris Burns <ChrisJBurns@users.noreply.github.com> * chore: bump operator helm chart to v0.2.8 and update OpenShift values to v0.2.9 - Bump helm chart version from 0.2.7 to 0.2.8 - Update README version badge to match - Update OpenShift values file with v0.2.9 images for both operator and proxyrunner Co-authored-by: Chris Burns <ChrisJBurns@users.noreply.github.com> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com> Co-authored-by: Chris Burns <ChrisJBurns@users.noreply.github.com> Co-authored-by: Chris Burns <29541485+ChrisJBurns@users.noreply.github.com>
1 parent f00ce19 commit 09c2827

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

deploy/charts/operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
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.6
6-
appVersion: "0.2.8"
5+
version: 0.2.8
6+
appVersion: "0.2.9"

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.6](https://img.shields.io/badge/Version-0.2.6-informational?style=flat-square)
4+
![Version: 0.2.8](https://img.shields.io/badge/Version-0.2.8-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.8
15+
image: ghcr.io/stacklok/toolhive/operator:v0.2.9
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.8
20+
toolhiveRunnerImage: ghcr.io/stacklok/toolhive/proxyrunner:v0.2.9
2121

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

deploy/charts/operator/values.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.8
15+
image: ghcr.io/stacklok/toolhive/operator:v0.2.9
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.8
20+
toolhiveRunnerImage: ghcr.io/stacklok/toolhive/proxyrunner:v0.2.9
2121

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

0 commit comments

Comments
 (0)