diff options
author | Ritu Sood <ritu.sood@intel.com> | 2020-11-19 18:11:07 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-11-19 18:11:07 +0000 |
commit | d2ca7962b498529868eb009352b05ba9932f8724 (patch) | |
tree | 737544d2b4b7963b811c2f9b2aa9b0fd6c17a4f7 /deployments/helm/v2/emco/etcd/values.yaml | |
parent | 3736b08466b2017944875461027e4a5112cbb904 (diff) | |
parent | d092ab540c4e55b28a267cfc2034efebd50a965e (diff) |
Merge "Update images used in onap4k8s and emco helm charts"
Diffstat (limited to 'deployments/helm/v2/emco/etcd/values.yaml')
-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 226b4594..c7156950 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 |