Update images used in onap4k8s and emco helm charts 62/114462/1
authorTodd Malsbary <todd.malsbary@intel.com>
Thu, 22 Oct 2020 23:57:56 +0000 (16:57 -0700)
committerTodd Malsbary <todd.malsbary@intel.com>
Fri, 30 Oct 2020 23:39:35 +0000 (16:39 -0700)
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 <todd.malsbary@intel.com>
Change-Id: Ic0454086c390f6b24a77fcf2ea0e5d24507fa153

deployments/helm/onap4k8s/charts/etcd/values.yaml
deployments/helm/onap4k8s/charts/mongo/values.yaml
deployments/helm/onap4k8s/charts/multicloud-k8s/values.yaml
deployments/helm/v2/emco/etcd/values.yaml
deployments/helm/v2/emco/fluentd/values-production.yaml
deployments/helm/v2/emco/fluentd/values.yaml
deployments/helm/v2/emco/mongo/values.yaml

index 7f53d22..d987488 100644 (file)
@@ -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
index d6938c1..1437614 100644 (file)
@@ -19,7 +19,7 @@ global:
   nodePortPrefix: 302
   persistence: {}
   readinessRepository: oomk8s
-  readinessImage: readiness-check:2.0.0
+  readinessImage: readiness-check:2.2.2
 
 
 #################################################################
@@ -27,7 +27,7 @@ global:
 #################################################################
 
 dockerHubRepository: registry.hub.docker.com
-image: library/mongo:4.0.8
+image: library/mongo:4.4.1
 pullPolicy: Always
 
 # application configuration
@@ -110,7 +110,7 @@ resources: {}
 
 
 nfsprovisionerRepository: quay.io
-nfsprovisionerImage: kubernetes_incubator/nfs-provisioner:v1.0.8
+nfsprovisionerImage: kubernetes_incubator/nfs-provisioner:v2.3.0
 nfsprovisionerPrefix: mongo
 
 sdnctlPrefix: mongo
index 30d7009..5fa5128 100644 (file)
 global:
   nodePortPrefixExt: 304
   readinessRepository: oomk8s
-  readinessImage: readiness-check:2.0.0
+  readinessImage: readiness-check:2.2.2
   loggingRepository: docker.elastic.co
-  loggingImage: beats/filebeat:5.5.0
+  loggingImage: beats/filebeat:7.9.3
   persistence: {}
 #################################################################
 # Application configuration defaults.
 #################################################################
 # application image
 repository: registry.hub.docker.com
-image: onap/multicloud-k8s:0.5.0
+image: onap/multicloud-k8s:0.7.0
 pullPolicy: Always
 
 # flag to enable debugging - application support required
index 226b459..c715695 100644 (file)
@@ -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
index d1bc5e2..0df1dab 100644 (file)
@@ -13,7 +13,7 @@ global: {}
 image:
   registry: docker.io
   repository: bitnami/fluentd
-  tag: 1.10.2-debian-10-r11
+  tag: 1.11.4-debian-10-r7
   ## Specify a imagePullPolicy
   ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
   ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
index 1feb2a1..6f9770d 100644 (file)
@@ -13,7 +13,7 @@ global: {}
 image:
   registry: docker.io
   repository: bitnami/fluentd
-  tag: 1.10.2-debian-10-r11
+  tag: 1.11.4-debian-10-r7
   ## Specify a imagePullPolicy
   ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
   ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
index 0a6f857..71cbadd 100644 (file)
@@ -19,7 +19,7 @@ global:
   nodePortPrefix: 302
   persistence: {}
   readinessRepository: oomk8s
-  readinessImage: readiness-check:2.0.0
+  readinessImage: readiness-check:2.2.2
 
 
 #################################################################
@@ -27,7 +27,7 @@ global:
 #################################################################
 
 dockerHubRepository: registry.hub.docker.com
-image: library/mongo:4.0.8
+image: library/mongo:4.4.1
 pullPolicy: Always
 
 # application configuration
@@ -98,7 +98,7 @@ resources: {}
 
 
 nfsprovisionerRepository: quay.io
-nfsprovisionerImage: kubernetes_incubator/nfs-provisioner:v1.0.8
+nfsprovisionerImage: kubernetes_incubator/nfs-provisioner:v2.3.0
 nfsprovisionerPrefix: mongo
 
 sdnctlPrefix: mongo