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