Skip to content

Commit

Permalink
release: udpate for v0.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
yorugac committed Jul 29, 2024
1 parent df40f38 commit 8ae744d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 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.15
VERSION ?= 0.0.16
# 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.15"
appVersion: "0.0.16"
description: A Helm chart to install the k6-operator
name: k6-operator
version: 3.7.0
version: 3.8.0
kubeVersion: ">=1.16.0-0"
home: https://k6.io
sources:
Expand Down
4 changes: 2 additions & 2 deletions charts/k6-operator/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# k6-operator

![Version: 3.7.0](https://img.shields.io/badge/Version-3.7.0-informational?style=flat-square) ![AppVersion: 0.0.15](https://img.shields.io/badge/AppVersion-0.0.15-informational?style=flat-square)
![Version: 3.8.0](https://img.shields.io/badge/Version-3.8.0-informational?style=flat-square) ![AppVersion: 0.0.16](https://img.shields.io/badge/AppVersion-0.0.16-informational?style=flat-square)

A Helm chart to install the k6-operator

Expand Down Expand Up @@ -44,7 +44,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.15"` | controller-manager image tag |
| manager.image.tag | string | `"controller-v0.0.16"` | 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 @@ -72,7 +72,7 @@ manager:
# manager.image.repository -- controller-manager image repository
repository: grafana/k6-operator
# manager.image.tag -- controller-manager image tag
tag: controller-v0.0.15
tag: controller-v0.0.16
# 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 @@ -31,6 +31,7 @@ Since around v0.0.7 k6-operator has been releasing a default runner image togeth
| 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 |
| 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.15](ghcr.io/grafana/k6-operator:runner-v0.0.16) | v0.52.0 |

### What was used before?

Expand Down

0 comments on commit 8ae744d

Please sign in to comment.