Skip to content

Commit b72d031

Browse files
committed
Bump version 0.1.3
1 parent 4e057d7 commit b72d031

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

hack/charts/mysql-operator/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ version: 0.1.3
1010
home: https://github.com/presslabs/mysql-operator
1111
sources:
1212
- https://github.com/github/mysql-operator.git
13-
appVersion: 0.1.2
13+
appVersion: 0.1.3

hack/charts/mysql-operator/values.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
# Declare variables to be passed into your templates.
44

55
replicaCount: 1
6-
image: quay.io/presslabs/mysql-operator:v0.1.2
6+
image: quay.io/presslabs/mysql-operator:v0.1.3
77
imagePullPolicy: IfNotPresent
8+
helperImage: quay.io/presslabs/mysql-helper:v0.1.3
89

910
resources: {}
1011
# limits:
@@ -24,8 +25,6 @@ extraArgs: []
2425

2526
installCRDs: true
2627

27-
# helperImage: quay.io/presslabs/mysql-helper:latest
28-
2928
orchestrator:
3029
orchestratorConf:
3130
# the operator is handling the registries, do not auto discover

0 commit comments

Comments
 (0)