File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
hack/charts/mysql-operator Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -10,4 +10,4 @@ version: 0.1.3
1010home : https://github.com/presslabs/mysql-operator
1111sources :
1212 - https://github.com/github/mysql-operator.git
13- appVersion : 0.1.2
13+ appVersion : 0.1.3
Original file line number Diff line number Diff line change 33# Declare variables to be passed into your templates.
44
55replicaCount : 1
6- image : quay.io/presslabs/mysql-operator:v0.1.2
6+ image : quay.io/presslabs/mysql-operator:v0.1.3
77imagePullPolicy : IfNotPresent
8+ helperImage : quay.io/presslabs/mysql-helper:v0.1.3
89
910resources : {}
1011 # limits:
@@ -24,8 +25,6 @@ extraArgs: []
2425
2526installCRDs : true
2627
27- # helperImage: quay.io/presslabs/mysql-helper:latest
28-
2928orchestrator :
3029 orchestratorConf :
3130 # the operator is handling the registries, do not auto discover
You can’t perform that action at this time.
0 commit comments