File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Expand file tree Collapse file tree 3 files changed +14
-2
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.5
5
+ version : 0.2.6
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.5 ] ( https://img.shields.io/badge/Version-0.2.5 -informational?style=flat-square )
4
+ ![ Version: 0.2.6 ] ( https://img.shields.io/badge/Version-0.2.6 -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.
@@ -14,6 +14,12 @@ A Helm chart for deploying the ToolHive Operator into Kubernetes.
14
14
helm upgrade -i toolhive-operator oci://ghcr.io/stacklok/toolhive/toolhive-operator -n toolhive-system --create-namespace
15
15
```
16
16
17
+ Or for a custom values file:
18
+
19
+ ``` consoleCustom
20
+ helm upgrade -i toolhive-operator oci://ghcr.io/stacklok/toolhive/toolhive-operator -n toolhive-system --create-namespace --values values-openshift.yaml
21
+ ```
22
+
17
23
## Prerequisites
18
24
19
25
- Kubernetes 1.25+
Original file line number Diff line number Diff line change 21
21
helm upgrade -i toolhive-operator oci://ghcr.io/stacklok/toolhive/toolhive-operator -n toolhive-system --create-namespace
22
22
```
23
23
24
+ Or for a custom values file:
25
+
26
+ ```consoleCustom
27
+ helm upgrade -i toolhive-operator oci://ghcr.io/stacklok/toolhive/toolhive-operator -n toolhive-system --create-namespace --values values-openshift.yaml
28
+ ```
29
+
24
30
## Prerequisites
25
31
26
32
- Kubernetes 1.25+
You can’t perform that action at this time.
0 commit comments