Skip to content

Commit

Permalink
Bump version: 1.1.0 → 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
angelbarrera92 committed Dec 13, 2020
1 parent 2556d9d commit d515535
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[bumpversion]
commit = True
tag = True
current_version = 1.1.0
current_version = 1.2.0
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-rc(?P<rc>\d+))?
serialize =
{major}.{minor}.{patch}-rc{rc}
Expand Down
4 changes: 2 additions & 2 deletions deploy/charts/grafana-multi-tenant-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: grafana-multi-tenant-operator
description: A Helm chart for the Grafana Multi Tenant Operator by K8Spin.
type: application
version: 1.1.0
appVersion: v1.1.0
version: 1.2.0
appVersion: v1.2.0
2 changes: 1 addition & 1 deletion deploy/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
serviceAccountName: grafana-multi-tenant-operator
containers:
- name: grafana-multi-tenant-operator
image: ghcr.io/k8spin/grafana-multi-tenant-operator:v1.1.0
image: ghcr.io/k8spin/grafana-multi-tenant-operator:v1.2.0
imagePullPolicy: IfNotPresent
command: ["/bin/bash"]
args: ["-c", "kopf run /src/handler.py --verbose --namespace=${NAMESPACE}"]
Expand Down
2 changes: 1 addition & 1 deletion docs/DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Build the Grafana multi-tenant operator image and push it to a public registry s
```bash
$ pwd
grafana-multi-tenant-operator
$ export IMAGE=ghcr.io/k8spin/grafana-multi-tenant-operator:v1.1.0
$ export IMAGE=ghcr.io/k8spin/grafana-multi-tenant-operator:v1.2.0
$ docker build -t ${IMAGE} .
$ docker push ${IMAGE}
```

0 comments on commit d515535

Please sign in to comment.