rancher-partner-charts/charts/crate/crate-operator/charts/crate-operator-crds
github-actions[bot] bf5dfc1790 Charts CI
```
Updated:
  aquarist-labs/s3gw:
    - 0.11.0
  argo/argo-cd:
    - 5.19.12
  bitnami/airflow:
    - 14.0.10
  bitnami/kafka:
    - 20.0.6
  bitnami/mariadb:
    - 11.4.5
  bitnami/postgresql:
    - 12.1.13
  bitnami/spark:
    - 6.3.16
  bitnami/tomcat:
    - 10.5.10
  bitnami/wordpress:
    - 15.2.36
  bitnami/zookeeper:
    - 11.1.2
  citrix/citrix-cpx-with-ingress-controller:
    - 1.29.5
  citrix/citrix-ingress-controller:
    - 1.29.5
  crate/crate-operator:
    - 2.22.0
  gitlab/gitlab:
    - 6.8.1
  instana/instana-agent:
    - 1.2.52
  jfrog/artifactory-ha:
    - 107.49.6
  jfrog/artifactory-jcr:
    - 107.49.6
  kuma/kuma:
    - 2.1.0
  mongodb/community-operator:
    - 0.7.8
  redpanda/redpanda:
    - 2.6.3
```
2023-01-31 17:20:39 +00:00
..
templates Charts CI 2022-12-15 10:25:29 -07:00
.helmignore Removing unpacked chart versions. Changing configuration to just store latest release to reduce quantity of tracked files over time 2022-12-01 23:19:00 -05:00
Chart.yaml Charts CI 2023-01-31 17:20:39 +00:00
README.md Removing unpacked chart versions. Changing configuration to just store latest release to reduce quantity of tracked files over time 2022-12-01 23:19:00 -05:00
values.yaml Removing unpacked chart versions. Changing configuration to just store latest release to reduce quantity of tracked files over time 2022-12-01 23:19:00 -05: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