Skip to content

Commit

Permalink
update versions for v0.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
yorugac committed Feb 2, 2024
1 parent 90a0d33 commit 568d40e
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Current Operator version
VERSION ?= 0.0.12
VERSION ?= 0.0.13
# Default bundle image tag
BUNDLE_IMG ?= k6-controller-bundle:$(VERSION)
# Options for 'bundle-build'
Expand Down
4 changes: 2 additions & 2 deletions charts/k6-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
appVersion: "0.0.12"
appVersion: "0.0.13"
description: A Helm chart to install the k6-operator
name: k6-operator
version: 3.4.0
version: 3.5.0
kubeVersion: ">=1.16.0-0"
home: https://k6.io
sources:
Expand Down
14 changes: 9 additions & 5 deletions charts/k6-operator/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# k6-operator

![Version: 3.4.0](https://img.shields.io/badge/Version-3.4.0-informational?style=flat-square) ![AppVersion: 0.0.12](https://img.shields.io/badge/AppVersion-0.0.12-informational?style=flat-square)
![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)

A Helm chart to install the k6-operator

Expand All @@ -26,19 +26,23 @@ Kubernetes: `>=1.16.0-0`
|-----|------|---------|-------------|
| affinity | object | `{}` | Affinity to be applied on all containers |
| authProxy.enabled | bool | `true` | enables the protection of /metrics endpoint. (https://github.com/brancz/kube-rbac-proxy) |
| authProxy.image.name | string | `"gcr.io/kubebuilder/kube-rbac-proxy"` | rbac-proxy image name |
| authProxy.image.pullPolicy | string | `"IfNotPresent"` | pull policy for the image can be Always, Never, IfNotPresent (default: IfNotPresent) |
| authProxy.image.registry | string | `"gcr.io"` | |
| authProxy.image.repository | string | `"kubebuilder/kube-rbac-proxy"` | rbac-proxy image repository |
| authProxy.image.tag | string | `"v0.8.0"` | rbac-proxy image tag |
| authProxy.livenessProbe | object | `{}` | Liveness probe in Probe format |
| authProxy.readinessProbe | object | `{}` | Readiness probe in Probe format |
| authProxy.resources | object | `{}` | rbac-proxy resource limitation/request |
| customAnnotations | object | `{}` | Custom Annotations to be applied on all resources |
| customLabels | object | `{}` | Custom Label to be applied on all resources |
| 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.env | object | `{}` | Environment variables to be applied on the controller |
| manager.image.name | string | `"ghcr.io/grafana/k6-operator"` | controller-manager image name |
| manager.image.pullPolicy | string | `"Always"` | pull policy for the image possible values Always, Never, IfNotPresent (default: Always) |
| manager.image.tag | string | `"controller-v0.0.12"` | controller-manager image tag |
| manager.image.pullPolicy | string | `"IfNotPresent"` | pull policy for the image possible values Always, Never, IfNotPresent (default: IfNotPresent) |
| manager.image.registry | string | `"ghcr.io"` | |
| manager.image.repository | string | `"grafana/k6-operator"` | controller-manager image repository |
| manager.image.tag | string | `"controller-v0.0.13"` | controller-manager image tag |
| manager.livenessProbe | object | `{}` | Liveness probe in Probe format |
| manager.readinessProbe | object | `{}` | Readiness probe in Probe format |
| manager.replicas | int | `1` | number of controller-manager replicas (default: 1) |
Expand Down
2 changes: 1 addition & 1 deletion charts/k6-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ manager:
# manager.image.repository -- controller-manager image repository
repository: grafana/k6-operator
# manager.image.tag -- controller-manager image tag
tag: controller-v0.0.12
tag: controller-v0.0.13
# manager.image.pullPolicy -- pull policy for the image possible values Always, Never, IfNotPresent (default: IfNotPresent)
pullPolicy: IfNotPresent
# manager.livenessProbe -- Liveness probe in Probe format
Expand Down
2 changes: 2 additions & 0 deletions docs/versioning.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ Since around v0.0.7 k6-operator has been releasing a default runner image togeth
| v0.0.11 | [runner-v0.0.11](ghcr.io/grafana/k6-operator:runner-v0.0.11) | v0.47.0 |
| v0.0.12rc1 | [runner-v0.0.12rc1](ghcr.io/grafana/k6-operator:runner-v0.0.12rc1) | v0.47.0 |
| v0.0.12 | [runner-v0.0.12](ghcr.io/grafana/k6-operator:runner-v0.0.12) | v0.48.0 |
| v0.0.13rc1 | [runner-v0.0.13rc1](ghcr.io/grafana/k6-operator:runner-v0.0.13rc1) | v0.48.0 |
| v0.0.13 | [runner-v0.0.13](ghcr.io/grafana/k6-operator:runner-v0.0.13) | v0.49.0 |

### What was used before?

Expand Down

0 comments on commit 568d40e

Please sign in to comment.