2
2
3
3
This is a Helm chart to install vald-helm-operator.
4
4
5
- Current chart version is ` v1.7.7 `
5
+ Current chart version is ` v1.7.8 `
6
6
7
7
## Table of Contents
8
8
@@ -26,13 +26,13 @@ Run the following command to install the chart,
26
26
27
27
Please upgrade the CRDs first because Helm doesn't have a support to upgrade CRDs.
28
28
29
- $ kubectl replace -f https://raw.githubusercontent.com/vdaas/vald/v1.7.7 /charts/vald-helm-operator/crds/valdrelease.yaml
30
- $ kubectl replace -f https://raw.githubusercontent.com/vdaas/vald/v1.7.7 /charts/vald-helm-operator/crds/valdhelmoperatorrelease.yaml
29
+ $ kubectl replace -f https://raw.githubusercontent.com/vdaas/vald/v1.7.8 /charts/vald-helm-operator/crds/valdrelease.yaml
30
+ $ kubectl replace -f https://raw.githubusercontent.com/vdaas/vald/v1.7.8 /charts/vald-helm-operator/crds/valdhelmoperatorrelease.yaml
31
31
32
32
After upgrading CRDs, you can upgrade the operator.
33
33
If you're using ` valdhelmoperatorrelease ` (or ` vhor ` ) resource, please update the ` spec.image.tag ` field of it.
34
34
35
- $ kubectl patch vhor vhor-release -p '{"spec":{"image":{"tag":"v1.7.7 "}}}'
35
+ $ kubectl patch vhor vhor-release -p '{"spec":{"image":{"tag":"v1.7.8 "}}}'
36
36
37
37
On the other hand, please update the operator's deployment manually.
38
38
@@ -79,7 +79,7 @@ spec: {}
79
79
| healthPort | int | `8081` | port of health endpoint |
80
80
| image.pullPolicy | string | `"Always"` | image pull policy |
81
81
| image.repository | string | `"vdaas/vald-helm-operator"` | image repository |
82
- | image.tag | string | `"v1.7.7 "` | image tag |
82
+ | image.tag | string | `"v1.7.8 "` | image tag |
83
83
| leaderElectionID | string | `"vald-helm-operator"` | name of the configmap that is used for holding the leader lock. |
84
84
| livenessProbe.enabled | bool | `true` | enable liveness probe. |
85
85
| livenessProbe.failureThreshold | int | `2` | liveness probe failure threshold |
0 commit comments