rancher-partner-charts/charts/linux-polska/ezd-crd/1.5.2
github-actions[bot] 03057885b4 Added chart versions:
codefresh/cf-runtime:
    - 7.2.1
  confluent/confluent-for-kubernetes:
    - 0.1145.6
  kong/kong:
    - 2.44.0
  linux-polska/ezd-backend:
    - 1.5.2
  linux-polska/ezd-crd:
    - 1.5.2
  redpanda/redpanda:
    - 5.9.15
  speedscale/speedscale-operator:
    - 2.2.740
2024-12-04 00:07:17 +00:00
..
charts Added chart versions: 2024-12-04 00:07:17 +00:00
templates Added chart versions: 2024-12-04 00:07:17 +00:00
.helmignore Added chart versions: 2024-12-04 00:07:17 +00:00
Chart.lock Added chart versions: 2024-12-04 00:07:17 +00:00
Chart.yaml Added chart versions: 2024-12-04 00:07:17 +00:00
README.md Added chart versions: 2024-12-04 00:07:17 +00:00
app-readme.md Added chart versions: 2024-12-04 00:07:17 +00:00
questions.yaml Added chart versions: 2024-12-04 00:07:17 +00:00
values.yaml Added chart versions: 2024-12-04 00:07:17 +00:00

README.md

CRDs for EZD backend Helm Chart

Helm chart necessary for installtion of EZD backend chart. For more detailed information for EZD-CRD chart please check README

TL;DR

helm repo add lp-ezd https://linuxpolska.github.io/ezd-rp
helm upgrade --install --create-namespace ezd-crd -n default lp-ezd/ezd-crd

Introduction

This chart bootstraps a set of operatos and CRDs on a Kubernetes cluster using the Helm package manager.

Linux Polska charts can be served by Rancher Apps & Marketplace for deployment and management of Helm Charts in clusters.

Prerequisites

  • Kubernetes 1.19+
  • Helm 3.2.0+
  • PV provisioner support in the underlying infrastructure

Installing the Chart

Add repository necessary for installation:

helm repo add lp-ezd https://linuxpolska.github.io/ezd-rp
helm repo update

To install the chart with the release name my-release:

helm upgrade --install --create-namespace ezd-crd -n default lp-ezd/ezd-crd

The command deploys operators on the Kubernetes cluster in the default configuration. For more detailed information regarding parameters please check our README.

Tip: List all releases using helm list

Uninstalling the Chart

To uninstall/delete the my-release deployment:

helm uninstall ezd-crd

The command removes all the Kubernetes components but no CRDs

To delete the CRDs associated with my-release:


kubectl get crd -o name | grep -E "(postgresql.cnpg.io|rabbitmqclusters.rabbitmq.com)" | xargs kubectl delete 

Note: Deleting the CRDs will delete all data as well. Please be cautious before doing it.

For more detailed information regarding installation of ezd-crd please refer to INSTALLATION

Compability with NASK ezdrp version

Chart ezd-crd was tested with chart version up to 19.7.45 (application version up to 1.2024-19.7.45).

Configuration and parameters

See Customizing the Chart Before Installing. To see all configurable options with detailed comments:

helm search repo lp-ezd
helm show values lp-ezd/ezd-crd

Components version

  • redis_operator: 0.18.0-golang-1.21-r1
  • cluster_operator: 2.9.0-golang-1.22-r1
  • cloudnative-pg: 1.23.0-debian-12-r1