Skip to content

Commit 55d949e

Browse files
committed
update versions for v0.0.14
1 parent 2341426 commit 55d949e

File tree

5 files changed

+8
-7
lines changed

5 files changed

+8
-7
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Current Operator version
2-
VERSION ?= 0.0.13
2+
VERSION ?= 0.0.14
33
# Default bundle image tag
44
BUNDLE_IMG ?= k6-controller-bundle:$(VERSION)
55
# Options for 'bundle-build'

charts/k6-operator/Chart.yaml

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

charts/k6-operator/README.md

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

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)
44

55
A Helm chart to install the k6-operator
66

@@ -29,7 +29,7 @@ Kubernetes: `>=1.16.0-0`
2929
| authProxy.image.pullPolicy | string | `"IfNotPresent"` | pull policy for the image can be Always, Never, IfNotPresent (default: IfNotPresent) |
3030
| authProxy.image.registry | string | `"gcr.io"` | |
3131
| 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 |
3333
| authProxy.livenessProbe | object | `{}` | Liveness probe in Probe format |
3434
| authProxy.readinessProbe | object | `{}` | Readiness probe in Probe format |
3535
| authProxy.resources | object | `{}` | rbac-proxy resource limitation/request |
@@ -42,7 +42,7 @@ Kubernetes: `>=1.16.0-0`
4242
| manager.image.pullPolicy | string | `"IfNotPresent"` | pull policy for the image possible values Always, Never, IfNotPresent (default: IfNotPresent) |
4343
| manager.image.registry | string | `"ghcr.io"` | |
4444
| 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 |
4646
| manager.livenessProbe | object | `{}` | Liveness probe in Probe format |
4747
| manager.readinessProbe | object | `{}` | Readiness probe in Probe format |
4848
| manager.replicas | int | `1` | number of controller-manager replicas (default: 1) |

charts/k6-operator/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ manager:
6767
# manager.image.repository -- controller-manager image repository
6868
repository: grafana/k6-operator
6969
# manager.image.tag -- controller-manager image tag
70-
tag: controller-v0.0.13
70+
tag: controller-v0.0.14
7171
# manager.image.pullPolicy -- pull policy for the image possible values Always, Never, IfNotPresent (default: IfNotPresent)
7272
pullPolicy: IfNotPresent
7373
# manager.livenessProbe -- Liveness probe in Probe format

docs/versioning.md

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Since around v0.0.7 k6-operator has been releasing a default runner image togeth
2929
| v0.0.12 | [runner-v0.0.12](ghcr.io/grafana/k6-operator:runner-v0.0.12) | v0.48.0 |
3030
| v0.0.13rc1 | [runner-v0.0.13rc1](ghcr.io/grafana/k6-operator:runner-v0.0.13rc1) | v0.48.0 |
3131
| v0.0.13 | [runner-v0.0.13](ghcr.io/grafana/k6-operator:runner-v0.0.13) | v0.49.0 |
32+
| v0.0.14 | [runner-v0.0.14](ghcr.io/grafana/k6-operator:runner-v0.0.14) | v0.50.0 |
3233

3334
### What was used before?
3435

0 commit comments

Comments
 (0)