rancher-partner-charts/charts/crate/crate-operator/2.30.3/charts/crate-operator-crds
Adam Pickering d1d0630198
Migrate charts directory (vendors starting with A-C) (#1042)
2024-07-08 10:39:36 -06:00
..
templates Migrate charts directory (vendors starting with A-C) (#1042) 2024-07-08 10:39:36 -06:00
.helmignore Migrate charts directory (vendors starting with A-C) (#1042) 2024-07-08 10:39:36 -06:00
Chart.yaml Migrate charts directory (vendors starting with A-C) (#1042) 2024-07-08 10:39:36 -06:00
README.md Migrate charts directory (vendors starting with A-C) (#1042) 2024-07-08 10:39:36 -06:00
values.yaml Migrate charts directory (vendors starting with A-C) (#1042) 2024-07-08 10:39:36 -06:00

README.md

Crate Operator CRDs Helm Chart

A Helm chart for installing and upgrading the CRDs for Crate Operator. To be able to deploy the custom resource CrateDB to a Kubernetes cluster, the API needs to be extended with a Custom Resource Definition (CRD).

Helm must be installed to use the charts. Please refer to Helm's documentation to get started.

Usage

Once Helm is properly set up, install the chart.

Install from local folder

helm install crate-operator-crds crate-operator-crds

Install from repo

helm repo add crate-operator https://crate.github.io/crate-operator
helm search repo crate-operator
helm install crate-operator-crds crate-operator/crate-operator-crds

Upgrading the Operator

helm upgrade --atomic crate-operator-crds crate-operator-crds