kubezero/charts/kubezero-operators
Stefan Reimer b9ee65d128 feat: update Istio to 1.21.2 2024-04-25 10:37:22 +00:00
..
charts/eck-operator feat: version upgrades for opensearch and operators 2024-04-03 14:36:59 +00:00
Chart.yaml chore(deps): update helm release opensearch-operator to v2.6.0 2024-04-23 03:11:32 +00:00
README.md feat: update Istio to 1.21.2 2024-04-25 10:37:22 +00:00
update.sh chore: ci and clamav version bumps 2023-12-14 22:05:05 +00:00
values.yaml Feat: KubeZero-Telemetry module incl. Jaeger Collector/UI and OpenSearch 2024-02-09 16:24:37 +00:00

README.md

kubezero-operators

Version: 0.1.3 Type: application

Various operators supported by KubeZero

Homepage: https://kubezero.com

Maintainers

Name Email Url
Stefan Reimer stefan@zero-downtime.net

Requirements

Kubernetes: >= 1.26.0

Repository Name Version
https://cdn.zero-downtime.net/charts/ kubezero-lib >= 0.1.6
https://helm.elastic.co eck-operator 2.12.1
https://opensearch-project.github.io/opensearch-k8s-operator/ opensearch-operator 2.6.0

Values

Key Type Default Description
eck-operator.enabled bool false
eck-operator.installCRDs bool false
eck-operator.nodeSelector."node-role.kubernetes.io/control-plane" string ""
eck-operator.tolerations[0].effect string "NoSchedule"
eck-operator.tolerations[0].key string "node-role.kubernetes.io/control-plane"
opensearch-operator.enabled bool false
opensearch-operator.fullnameOverride string "opensearch-operator"
opensearch-operator.kubeRbacProxy.enable bool false
opensearch-operator.manager.extraEnv[0].name string "SKIP_INIT_CONTAINER"
opensearch-operator.manager.extraEnv[0].value string "true"
opensearch-operator.nodeSelector."node-role.kubernetes.io/control-plane" string ""
opensearch-operator.tolerations[0].effect string "NoSchedule"
opensearch-operator.tolerations[0].key string "node-role.kubernetes.io/control-plane"

Autogenerated from chart metadata using helm-docs v1.11.0