Skip to content

Commit 4eb5420

Browse files
committed
Bump image version.
1 parent 8e9c5e7 commit 4eb5420

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

hack/charts/mysql-operator/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 | `{}` |

hack/charts/mysql-operator/values.yaml

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

55
replicaCount: 1
6-
image: quay.io/presslabs/mysql-operator:v0.1.4
6+
image: quay.io/presslabs/mysql-operator:v0.1.5
77
imagePullPolicy: IfNotPresent
8-
helperImage: quay.io/presslabs/mysql-helper:v0.1.4
8+
helperImage: quay.io/presslabs/mysql-helper:v0.1.5
99

1010
installCRDs: true
1111

0 commit comments

Comments
 (0)