Skip to content

Commit

Permalink
update versions to v0.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
yorugac committed Dec 7, 2023
1 parent 39556c8 commit 9f91611
Show file tree
Hide file tree
Showing 4 changed files with 8 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.11
VERSION ?= 0.0.12
# 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.11"
appVersion: "0.0.12"
description: A Helm chart to install the k6-operator
name: k6-operator
version: 3.2.0
version: 3.3.0
kubeVersion: ">=1.16.0-0"
home: https://k6.io
sources:
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 @@ -56,7 +56,7 @@ manager:
# manager.image.name -- controller-manager image name
name: ghcr.io/grafana/k6-operator
# manager.image.tag -- controller-manager image tag
tag: controller-v0.0.11
tag: controller-v0.0.12
# manager.image.pullPolicy -- pull policy for the image possible values Always, Never, IfNotPresent (default: Always)
pullPolicy: Always
# manager.livenessProbe -- Liveness probe in Probe format
Expand Down
6 changes: 4 additions & 2 deletions docs/versioning.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,10 @@ Since around v0.0.7 k6-operator has been releasing a default runner image togeth
| v0.0.10 | [runner-v0.0.10](ghcr.io/grafana/k6-operator:runner-v0.0.10) | v0.46.0 |
| v0.0.11rc1 | [runner-v0.0.11rc1](ghcr.io/grafana/k6-operator:runner-v0.0.11rc1) | v0.46.0 |
| v0.0.11rc2 | [runner-v0.0.11rc2](ghcr.io/grafana/k6-operator:runner-v0.0.11rc2) | v0.46.0 |
| v0.0.11rc3 | [runner-v0.0.11rc3](ghcr.io/grafana/k6-operator:runner-v0.0.11rc3) | v0.46.0 |
| v0.0.11 | [runner-v0.0.11](ghcr.io/grafana/k6-operator:runner-v0.0.11) | v0.47.0 |
| v0.0.11rc3 | [runner-v0.0.11rc3](ghcr.io/grafana/k6-operator:runner-v0.0.11rc3) | v0.46.0 |
| 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 |

### What was used before?

Expand Down

0 comments on commit 9f91611

Please sign in to comment.