File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ apiVersion: v2
2
2
name : toolhive-operator
3
3
description : A Helm chart for deploying the ToolHive Operator into Kubernetes.
4
4
type : application
5
- version : 0.2.4
5
+ version : 0.2.5
6
6
appVersion : " 0.2.8"
Original file line number Diff line number Diff line change 1
1
2
2
# ToolHive Operator Helm Chart
3
3
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 )
5
5
![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square )
6
6
7
7
A Helm chart for deploying the ToolHive Operator into Kubernetes.
Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ operator:
12
12
# -- List of image pull secrets to use
13
13
imagePullSecrets : []
14
14
# -- 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
16
16
# -- Image pull policy for the operator container
17
17
imagePullPolicy : IfNotPresent
18
18
19
19
# -- 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
21
21
22
22
# -- Host for the proxy deployed by the operator
23
23
proxyHost : 0.0.0.0
You can’t perform that action at this time.
0 commit comments