File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
hack/charts/mysql-operator Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,9 +14,9 @@ The following table contains the configuration parameters for mysql-operator and
1414| Parameter | Description | Default value |
1515| --- | --- | --- |
1616| ` replicaCount ` | replicas for controller | ` 1 ` |
17- | ` image ` | controller container image | ` quay.io/presslabs/mysql-operator:v0.1.4 ` |
17+ | ` image ` | controller container image | ` quay.io/presslabs/mysql-operator:v0.1.5 ` |
1818| ` imagePullPolicy ` | controller image pull policy | ` IfNotPresent ` |
19- | ` helperImage ` | mysql helper image | ` quay.io/presslabs/mysql-helper:v0.1.4 ` |
19+ | ` helperImage ` | mysql helper image | ` quay.io/presslabs/mysql-helper:v0.1.5 ` |
2020| ` installCRDs ` | whether or not to install CRDS | ` true ` |
2121| ` resources ` | controller pod resources | ` {} ` |
2222| ` nodeSelector ` | controller pod nodeSelector | ` {} ` |
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.4
6+ image : quay.io/presslabs/mysql-operator:v0.1.5
77imagePullPolicy : IfNotPresent
8- helperImage : quay.io/presslabs/mysql-helper:v0.1.4
8+ helperImage : quay.io/presslabs/mysql-helper:v0.1.5
99
1010installCRDs : true
1111
You can’t perform that action at this time.
0 commit comments