|
1 | 1 | # k6-operator |
2 | 2 |
|
3 | | -  |
| 3 | +  |
4 | 4 |
|
5 | 5 | A Helm chart to install the k6-operator |
6 | 6 |
|
@@ -32,14 +32,14 @@ Kubernetes: `>=1.16.0-0` |
32 | 32 | | global.image.pullSecrets | list | `[]` | Optional set of global image pull secrets | |
33 | 33 | | global.image.registry | string | `""` | Global image registry to use if it needs to be overridden for some specific use cases (e.g local registries, custom images, ...) | |
34 | 34 | | installCRDs | bool | `true` | Installs CRDs as part of the release | |
35 | | -| manager | object | `{"containerSecurityContext":{},"env":[],"envFrom":[],"image":{"pullPolicy":"IfNotPresent","registry":"ghcr.io","repository":"grafana/k6-operator","tag":"controller-v0.0.21"},"livenessProbe":{"httpGet":{"path":"/healthz","port":8081},"initialDelaySeconds":15,"periodSeconds":20},"podSecurityContext":{},"readinessProbe":{"httpGet":{"path":"/healthz","port":8081},"initialDelaySeconds":5,"periodSeconds":10},"replicas":1,"resources":{"limits":{"cpu":"100m","memory":"100Mi"},"requests":{"cpu":"100m","memory":"50Mi"}},"serviceAccount":{"create":true,"name":"k6-operator-controller"}}` | controller-manager configuration | |
| 35 | +| manager | object | `{"containerSecurityContext":{},"env":[],"envFrom":[],"image":{"pullPolicy":"IfNotPresent","registry":"ghcr.io","repository":"grafana/k6-operator","tag":"controller-v0.0.22"},"livenessProbe":{"httpGet":{"path":"/healthz","port":8081},"initialDelaySeconds":15,"periodSeconds":20},"podSecurityContext":{},"readinessProbe":{"httpGet":{"path":"/healthz","port":8081},"initialDelaySeconds":5,"periodSeconds":10},"replicas":1,"resources":{"limits":{"cpu":"100m","memory":"100Mi"},"requests":{"cpu":"100m","memory":"50Mi"}},"serviceAccount":{"create":true,"name":"k6-operator-controller"}}` | controller-manager configuration | |
36 | 36 | | manager.containerSecurityContext | object | `{}` | A security context defines privileges and access control settings for the container. | |
37 | 37 | | manager.env | list | `[]` | List of environment variables to set in the controller | |
38 | 38 | | manager.envFrom | list | `[]` | List of sources to populate environment variables in the controller | |
39 | | -| manager.image | object | `{"pullPolicy":"IfNotPresent","registry":"ghcr.io","repository":"grafana/k6-operator","tag":"controller-v0.0.21"}` | controller-manager image configuration | |
| 39 | +| manager.image | object | `{"pullPolicy":"IfNotPresent","registry":"ghcr.io","repository":"grafana/k6-operator","tag":"controller-v0.0.22"}` | controller-manager image configuration | |
40 | 40 | | manager.image.pullPolicy | string | `"IfNotPresent"` | pull policy for the image possible values Always, Never, IfNotPresent (default: IfNotPresent) | |
41 | 41 | | manager.image.repository | string | `"grafana/k6-operator"` | controller-manager image repository | |
42 | | -| manager.image.tag | string | `"controller-v0.0.21"` | controller-manager image tag | |
| 42 | +| manager.image.tag | string | `"controller-v0.0.22"` | controller-manager image tag | |
43 | 43 | | manager.livenessProbe | object | `{"httpGet":{"path":"/healthz","port":8081},"initialDelaySeconds":15,"periodSeconds":20}` | Liveness probe in Probe format | |
44 | 44 | | manager.livenessProbe.httpGet | object | `{"path":"/healthz","port":8081}` | HTTP liveness probe | |
45 | 45 | | manager.podSecurityContext | object | `{}` | A security context defines privileges and access control settings for a pod. | |
|
0 commit comments