Skip to content

Commit

Permalink
update versions for v0.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
yorugac committed Mar 28, 2024
1 parent 2341426 commit 55d949e
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 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.13
VERSION ?= 0.0.14
# 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.13"
appVersion: "0.0.14"
description: A Helm chart to install the k6-operator
name: k6-operator
version: 3.5.0
version: 3.6.0
kubeVersion: ">=1.16.0-0"
home: https://k6.io
sources:
Expand Down
6 changes: 3 additions & 3 deletions charts/k6-operator/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# k6-operator

![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)
![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)

A Helm chart to install the k6-operator

Expand Down Expand Up @@ -29,7 +29,7 @@ Kubernetes: `>=1.16.0-0`
| 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.image.tag | string | `"v0.15.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 |
Expand All @@ -42,7 +42,7 @@ Kubernetes: `>=1.16.0-0`
| 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.image.tag | string | `"controller-v0.0.14"` | 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.13
tag: controller-v0.0.14
# 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
1 change: 1 addition & 0 deletions docs/versioning.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Since around v0.0.7 k6-operator has been releasing a default runner image togeth
| 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 |
| v0.0.14 | [runner-v0.0.14](ghcr.io/grafana/k6-operator:runner-v0.0.14) | v0.50.0 |

### What was used before?

Expand Down

0 comments on commit 55d949e

Please sign in to comment.