diff options
Diffstat (limited to 'deployments/helm/v2/emco/etcd')
-rw-r--r-- | deployments/helm/v2/emco/etcd/values.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deployments/helm/v2/emco/etcd/values.yaml b/deployments/helm/v2/emco/etcd/values.yaml index ef9494b9..682af0d5 100644 --- a/deployments/helm/v2/emco/etcd/values.yaml +++ b/deployments/helm/v2/emco/etcd/values.yaml @@ -25,7 +25,7 @@ global: #repository: etcd repository: "k8s.gcr.io" -image: "etcd-amd64:3.2.26" +image: "etcd-amd64:3.3.17" pullPolicy: Always # default number of instances in the StatefulSet |