From d092ab540c4e55b28a267cfc2034efebd50a965e Mon Sep 17 00:00:00 2001 From: Todd Malsbary Date: Thu, 22 Oct 2020 16:57:56 -0700 Subject: Update images used in onap4k8s and emco helm charts This was triggered by the failure of plugin_fw.sh when run via the containerized installer. The full list of changes is: - etcd-amd64: 3.2.24 => 3.3.17. Note that 3.4.9 is the latest as of this commit, but 3.4.9 removed the coreutils necessary to run the k8s Command (i.e. hostname, seq, ...). - readiness-check: 2.0.0 => 2.2.2 - mongo: 4.0.8 => 4.4.1 - nfs-provisioner: 1.0.8 => 2.3.0 - filebeat: 5.5.0 => 7.9.3 - multicloud-k8s: 0.5.0 => 0.7.0 - fluentd: 1.10.2-debian-10-r11 => 1.11.4-debian-10-r7 Issue-ID: MULTICLOUD-1245 Signed-off-by: Todd Malsbary Change-Id: Ic0454086c390f6b24a77fcf2ea0e5d24507fa153 --- deployments/helm/onap4k8s/charts/etcd/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'deployments/helm/onap4k8s/charts/etcd') 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 -- cgit 1.2.3-korg