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