Skip to content

Commit ad0e552

Browse files
committed
klio 0.0.14 import
1 parent 1127a7f commit ad0e552

44 files changed

Lines changed: 1192 additions & 705 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

product_docs/docs/klio/0/_helm_chart_values.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
| controllerManager.affinity | object | `{}` | Affinity rules for the operator deployment. |
1111
| controllerManager.manager.args | list | `["--metrics-bind-address=:8443","--leader-elect","--health-probe-bind-address=:8081","--plugin-server-cert=/pluginServer/tls.crt","--plugin-server-key=/pluginServer/tls.key","--plugin-client-cert=/pluginClient/tls.crt","--plugin-server-address=:9090","--custom-cnpg-group=postgresql.cnpg.io"]` | List of command line arguments to pass to the controller manager. |
1212
| controllerManager.manager.containerSecurityContext | object | `{"allowPrivilegeEscalation":false,"capabilities":{"drop":["ALL"]}}` | The security context for the controller manager container. |
13-
| controllerManager.manager.env | object | `{"SIDECAR_IMAGE":"docker.enterprisedb.com/k8s/klio:v0.0.12"}` | The environment variables to set in the controller manager container. |
13+
| controllerManager.manager.env | object | `{"SIDECAR_IMAGE":"docker.enterprisedb.com/k8s/klio:v0.0.14"}` | The environment variables to set in the controller manager container. |
1414
| controllerManager.manager.image.pullPolicy | string | `"Always"` | The controller manager container imagePullPolicy. |
1515
| controllerManager.manager.image.pullSecrets | list | `[]` | The list of imagePullSecrets. |
1616
| controllerManager.manager.image.repository | string | `"docker.enterprisedb.com/k8s/klio-operator"` | The image to use for the controller manager container. |
17-
| controllerManager.manager.image.tag | string | `"v0.0.12"` | The tag to use for the controller manager container image. |
17+
| controllerManager.manager.image.tag | string | `"v0.0.14"` | The tag to use for the controller manager container image. |
1818
| controllerManager.manager.livenessProbe | object | `{"httpGet":{"path":"/healthz","port":8081},"initialDelaySeconds":15,"periodSeconds":20}` | Liveness probe configuration. |
1919
| controllerManager.manager.readinessProbe | object | `{"httpGet":{"path":"/readyz","port":8081},"initialDelaySeconds":5,"periodSeconds":10}` | Readiness probe configuration. |
2020
| controllerManager.manager.resources | object | `{"limits":{"cpu":"500m","memory":"128Mi"},"requests":{"cpu":"10m","memory":"64Mi"}}` | The resources to allocate. |

0 commit comments

Comments
 (0)