1
1
# k6-operator
2
2
3
- ![ Version: 3.5 .0] ( https://img.shields.io/badge/Version-3.5 .0-informational?style=flat-square ) ![ AppVersion: 0.0.13 ] ( https://img.shields.io/badge/AppVersion-0.0.13 -informational?style=flat-square )
3
+ ![ Version: 3.6 .0] ( https://img.shields.io/badge/Version-3.6 .0-informational?style=flat-square ) ![ AppVersion: 0.0.14 ] ( https://img.shields.io/badge/AppVersion-0.0.14 -informational?style=flat-square )
4
4
5
5
A Helm chart to install the k6-operator
6
6
@@ -29,7 +29,7 @@ Kubernetes: `>=1.16.0-0`
29
29
| authProxy.image.pullPolicy | string | ` "IfNotPresent" ` | pull policy for the image can be Always, Never, IfNotPresent (default: IfNotPresent) |
30
30
| authProxy.image.registry | string | ` "gcr.io" ` | |
31
31
| authProxy.image.repository | string | ` "kubebuilder/kube-rbac-proxy" ` | rbac-proxy image repository |
32
- | authProxy.image.tag | string | ` "v0.8 .0" ` | rbac-proxy image tag |
32
+ | authProxy.image.tag | string | ` "v0.15 .0" ` | rbac-proxy image tag |
33
33
| authProxy.livenessProbe | object | ` {} ` | Liveness probe in Probe format |
34
34
| authProxy.readinessProbe | object | ` {} ` | Readiness probe in Probe format |
35
35
| authProxy.resources | object | ` {} ` | rbac-proxy resource limitation/request |
@@ -42,7 +42,7 @@ Kubernetes: `>=1.16.0-0`
42
42
| manager.image.pullPolicy | string | ` "IfNotPresent" ` | pull policy for the image possible values Always, Never, IfNotPresent (default: IfNotPresent) |
43
43
| manager.image.registry | string | ` "ghcr.io" ` | |
44
44
| manager.image.repository | string | ` "grafana/k6-operator" ` | controller-manager image repository |
45
- | manager.image.tag | string | ` "controller-v0.0.13 " ` | controller-manager image tag |
45
+ | manager.image.tag | string | ` "controller-v0.0.14 " ` | controller-manager image tag |
46
46
| manager.livenessProbe | object | ` {} ` | Liveness probe in Probe format |
47
47
| manager.readinessProbe | object | ` {} ` | Readiness probe in Probe format |
48
48
| manager.replicas | int | ` 1 ` | number of controller-manager replicas (default: 1) |
0 commit comments