Skip to content

Commit aff8f45

Browse files
committed
release chart 3.10.2
1 parent b6ab868 commit aff8f45

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

charts/k6-operator/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v1
22
appVersion: "0.0.18"
33
description: A Helm chart to install the k6-operator
44
name: k6-operator
5-
version: 3.10.1
5+
version: 3.10.2
66
kubeVersion: ">=1.16.0-0"
77
home: https://k6.io
88
sources:

charts/k6-operator/README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# k6-operator
22

3-
![Version: 3.10.1](https://img.shields.io/badge/Version-3.10.1-informational?style=flat-square) ![AppVersion: 0.0.18](https://img.shields.io/badge/AppVersion-0.0.18-informational?style=flat-square)
3+
![Version: 3.10.2](https://img.shields.io/badge/Version-3.10.2-informational?style=flat-square) ![AppVersion: 0.0.18](https://img.shields.io/badge/AppVersion-0.0.18-informational?style=flat-square)
44

55
A Helm chart to install the k6-operator
66

@@ -36,6 +36,7 @@ Kubernetes: `>=1.16.0-0`
3636
| authProxy.resources | object | `{}` | rbac-proxy resource limitation/request |
3737
| customAnnotations | object | `{}` | Custom Annotations to be applied on all resources |
3838
| customLabels | object | `{}` | Custom Label to be applied on all resources |
39+
| fullnameOverride | string | `""` | |
3940
| global.image | object | `{"pullSecrets":[],"registry":""}` | Global image configuration |
4041
| global.image.pullSecrets | list | `[]` | Optional set of global image pull secrets |
4142
| 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, ...) |
@@ -61,10 +62,12 @@ Kubernetes: `>=1.16.0-0`
6162
| manager.resources.requests.memory | string | `"50Mi"` | controller-manager Memory request (Min) |
6263
| manager.serviceAccount.create | bool | `true` | create the service account (default: true) |
6364
| manager.serviceAccount.name | string | `"k6-operator-controller"` | kubernetes service account for the k6 manager |
65+
| nameOverride | string | `""` | |
6466
| namespace | object | `{"create":true}` | Namespace creation |
6567
| namespace.create | bool | `true` | create the namespace (default: true) |
6668
| nodeSelector | object | `{}` | Node Selector to be applied on all containers |
6769
| podAnnotations | object | `{}` | Custom Annotations to be applied on all pods |
6870
| podLabels | object | `{}` | Custom Label to be applied on all pods |
6971
| prometheus.enabled | bool | `false` | enables the prometheus metrics scraping (default: false) |
7072
| tolerations | list | `[]` | Tolerations to be applied on all containers |
73+

0 commit comments

Comments
 (0)