Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deploy/charts/operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: toolhive-operator
description: A Helm chart for deploying the ToolHive Operator into Kubernetes.
type: application
version: 0.2.5
version: 0.2.6
appVersion: "0.2.8"
8 changes: 7 additions & 1 deletion deploy/charts/operator/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# ToolHive Operator Helm Chart

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

A Helm chart for deploying the ToolHive Operator into Kubernetes.
Expand All @@ -14,6 +14,12 @@ A Helm chart for deploying the ToolHive Operator into Kubernetes.
helm upgrade -i toolhive-operator oci://ghcr.io/stacklok/toolhive/toolhive-operator -n toolhive-system --create-namespace
```

Or for a custom values file:

```consoleCustom
helm upgrade -i toolhive-operator oci://ghcr.io/stacklok/toolhive/toolhive-operator -n toolhive-system --create-namespace --values values-openshift.yaml
```

## Prerequisites

- Kubernetes 1.25+
Expand Down
6 changes: 6 additions & 0 deletions deploy/charts/operator/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@
helm upgrade -i toolhive-operator oci://ghcr.io/stacklok/toolhive/toolhive-operator -n toolhive-system --create-namespace
```

Or for a custom values file:

```consoleCustom
helm upgrade -i toolhive-operator oci://ghcr.io/stacklok/toolhive/toolhive-operator -n toolhive-system --create-namespace --values values-openshift.yaml
```

## Prerequisites

- Kubernetes 1.25+
Expand Down