|
1 | 1 | # k6-operator
|
2 | 2 |
|
3 |
| -  |
| 3 | +  |
4 | 4 |
|
5 | 5 | A Helm chart to install the k6-operator
|
6 | 6 |
|
@@ -41,14 +41,14 @@ Kubernetes: `>=1.16.0-0`
|
41 | 41 | | global.image.pullSecrets | list | `[]` | Optional set of global image pull secrets |
|
42 | 42 | | 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, ...) |
|
43 | 43 | | installCRDs | bool | `true` | Installs CRDs as part of the release |
|
44 |
| -| manager | object | `{"containerSecurityContext":{},"env":[],"envFrom":[],"image":{"pullPolicy":"IfNotPresent","registry":"ghcr.io","repository":"grafana/k6-operator","tag":"controller-v0.0.18"},"livenessProbe":{},"podSecurityContext":{},"readinessProbe":{},"replicas":1,"resources":{"limits":{"cpu":"100m","memory":"100Mi"},"requests":{"cpu":"100m","memory":"50Mi"}},"serviceAccount":{"create":true,"name":"k6-operator-controller"}}` | controller-manager configuration | |
| 44 | +| manager | object | `{"containerSecurityContext":{},"env":[],"envFrom":[],"image":{"pullPolicy":"IfNotPresent","registry":"ghcr.io","repository":"grafana/k6-operator","tag":"controller-v0.0.19"},"livenessProbe":{},"podSecurityContext":{},"readinessProbe":{},"replicas":1,"resources":{"limits":{"cpu":"100m","memory":"100Mi"},"requests":{"cpu":"100m","memory":"50Mi"}},"serviceAccount":{"create":true,"name":"k6-operator-controller"}}` | controller-manager configuration | |
45 | 45 | | manager.containerSecurityContext | object | `{}` | A security context defines privileges and access control settings for the container. |
|
46 | 46 | | manager.env | list | `[]` | List of environment variables to set in the controller |
|
47 | 47 | | manager.envFrom | list | `[]` | List of sources to populate environment variables in the controller |
|
48 |
| -| manager.image | object | `{"pullPolicy":"IfNotPresent","registry":"ghcr.io","repository":"grafana/k6-operator","tag":"controller-v0.0.18"}` | controller-manager image configuration | |
| 48 | +| manager.image | object | `{"pullPolicy":"IfNotPresent","registry":"ghcr.io","repository":"grafana/k6-operator","tag":"controller-v0.0.19"}` | controller-manager image configuration | |
49 | 49 | | manager.image.pullPolicy | string | `"IfNotPresent"` | pull policy for the image possible values Always, Never, IfNotPresent (default: IfNotPresent) |
|
50 | 50 | | manager.image.repository | string | `"grafana/k6-operator"` | controller-manager image repository |
|
51 |
| -| manager.image.tag | string | `"controller-v0.0.18"` | controller-manager image tag | |
| 51 | +| manager.image.tag | string | `"controller-v0.0.19"` | controller-manager image tag | |
52 | 52 | | manager.livenessProbe | object | `{}` | Liveness probe in Probe format |
|
53 | 53 | | manager.podSecurityContext | object | `{}` | A security context defines privileges and access control settings for a pod. |
|
54 | 54 | | manager.readinessProbe | object | `{}` | Readiness probe in Probe format |
|
|
0 commit comments