# kubezero-operators

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

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.13.0 |
| https://opensearch-project.github.io/opensearch-k8s-operator/ | opensearch-operator | 2.6.1 |

## 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"` |  |