Skip to content

Commit 8a61a31

Browse files
authored
Updated the operator deployment README with a custom example. Include 0.2.8. (#1487)
Signed-off-by: Roddie Kieley <[email protected]>
1 parent 20f409f commit 8a61a31

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
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.5
5+
version: 0.2.6
66
appVersion: "0.2.8"

deploy/charts/operator/README.md

Lines changed: 7 additions & 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.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)
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.
@@ -14,6 +14,12 @@ A Helm chart for deploying the ToolHive Operator into Kubernetes.
1414
helm upgrade -i toolhive-operator oci://ghcr.io/stacklok/toolhive/toolhive-operator -n toolhive-system --create-namespace
1515
```
1616

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+
1723
## Prerequisites
1824

1925
- Kubernetes 1.25+

deploy/charts/operator/README.md.gotmpl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@
2121
helm upgrade -i toolhive-operator oci://ghcr.io/stacklok/toolhive/toolhive-operator -n toolhive-system --create-namespace
2222
```
2323

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+
2430
## Prerequisites
2531

2632
- Kubernetes 1.25+

0 commit comments

Comments
 (0)