diff --git a/Makefile b/Makefile index 7a0f77d5..c7638a4a 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # Current Operator version -VERSION ?= 0.0.17 +VERSION ?= 0.0.18 # Default bundle image tag BUNDLE_IMG ?= k6-controller-bundle:$(VERSION) # Options for 'bundle-build' diff --git a/charts/k6-operator/Chart.yaml b/charts/k6-operator/Chart.yaml index 39a0e6ec..c6d2b01d 100644 --- a/charts/k6-operator/Chart.yaml +++ b/charts/k6-operator/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 -appVersion: "0.0.17" +appVersion: "0.0.18" description: A Helm chart to install the k6-operator name: k6-operator -version: 3.9.1 +version: 3.10.0 kubeVersion: ">=1.16.0-0" home: https://k6.io sources: diff --git a/charts/k6-operator/README.md b/charts/k6-operator/README.md index e268d738..b2c2138e 100644 --- a/charts/k6-operator/README.md +++ b/charts/k6-operator/README.md @@ -1,6 +1,6 @@ # k6-operator -![Version: 3.9.1](https://img.shields.io/badge/Version-3.9.1-informational?style=flat-square) ![AppVersion: 0.0.17](https://img.shields.io/badge/AppVersion-0.0.17-informational?style=flat-square) +![Version: 3.10.0](https://img.shields.io/badge/Version-3.10.0-informational?style=flat-square) ![AppVersion: 0.0.18](https://img.shields.io/badge/AppVersion-0.0.18-informational?style=flat-square) A Helm chart to install the k6-operator @@ -40,16 +40,16 @@ Kubernetes: `>=1.16.0-0` | global.image.pullSecrets | list | `[]` | Optional set of global image pull secrets | | 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, ...) | | installCRDs | bool | `true` | Installs CRDs as part of the release | -| 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 | +| 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 | | manager.containerSecurityContext | object | `{}` | A security context defines privileges and access control settings for the container. | | manager.env | list | `[]` | List of environment variables to set in the controller | | manager.envFrom | list | `[]` | List of sources to populate environment variables in the controller | -| manager.image | object | `{"pullPolicy":"IfNotPresent","registry":"ghcr.io","repository":"grafana/k6-operator","tag":"controller-v0.0.17"}` | controller-manager image configuration | +| manager.image | object | `{"pullPolicy":"IfNotPresent","registry":"ghcr.io","repository":"grafana/k6-operator","tag":"controller-v0.0.18"}` | controller-manager image configuration | | manager.image.pullPolicy | string | `"IfNotPresent"` | pull policy for the image possible values Always, Never, IfNotPresent (default: IfNotPresent) | | manager.image.repository | string | `"grafana/k6-operator"` | controller-manager image repository | -| manager.image.tag | string | `"controller-v0.0.17"` | controller-manager image tag | +| manager.image.tag | string | `"controller-v0.0.18"` | controller-manager image tag | | manager.livenessProbe | object | `{}` | Liveness probe in Probe format | -| manager.podSecurityContext | object | `{}` | A security context defines privileges and access control settings for a Pod | +| manager.podSecurityContext | object | `{}` | A security context defines privileges and access control settings for a pod. | | manager.readinessProbe | object | `{}` | Readiness probe in Probe format | | manager.replicas | int | `1` | number of controller-manager replicas (default: 1) | | manager.resources | object | `{"limits":{"cpu":"100m","memory":"100Mi"},"requests":{"cpu":"100m","memory":"50Mi"}}` | controller-manager Resources definition | diff --git a/charts/k6-operator/values.yaml b/charts/k6-operator/values.yaml index 7d4e9d22..8f956340 100644 --- a/charts/k6-operator/values.yaml +++ b/charts/k6-operator/values.yaml @@ -236,7 +236,7 @@ manager: # type: string # @schema # manager.image.tag -- controller-manager image tag - tag: controller-v0.0.17 + tag: controller-v0.0.18 # @schema # required: false # type: string diff --git a/docs/versioning.md b/docs/versioning.md index 10b6a0e2..66cefa0c 100644 --- a/docs/versioning.md +++ b/docs/versioning.md @@ -33,6 +33,7 @@ Since around v0.0.7 k6-operator has been releasing a default runner image togeth | v0.0.15 | [runner-v0.0.15](ghcr.io/grafana/k6-operator:runner-v0.0.15) | v0.52.0 | | v0.0.16 | [runner-v0.0.16](ghcr.io/grafana/k6-operator:runner-v0.0.16) | v0.52.0 | | v0.0.17 | [runner-v0.0.17](ghcr.io/grafana/k6-operator:runner-v0.0.17) | v0.54.0 | +| v0.0.18 | [runner-v0.0.18](ghcr.io/grafana/k6-operator:runner-v0.0.18) | v0.55.0 | ### What was used before?