summaryrefslogtreecommitdiffstats
path: root/deployments/helm/v2/emco/fluentd
diff options
context:
space:
mode:
authorTodd Malsbary <todd.malsbary@intel.com>2020-10-22 16:57:56 -0700
committerTodd Malsbary <todd.malsbary@intel.com>2020-10-30 16:39:35 -0700
commitd092ab540c4e55b28a267cfc2034efebd50a965e (patch)
tree1b765b5fde564193b47480aaece6431bf240f091 /deployments/helm/v2/emco/fluentd
parent0c352ef0d74d4b51a0fce5123b34a6753e8ab6a4 (diff)
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 <todd.malsbary@intel.com> Change-Id: Ic0454086c390f6b24a77fcf2ea0e5d24507fa153
Diffstat (limited to 'deployments/helm/v2/emco/fluentd')
-rw-r--r--deployments/helm/v2/emco/fluentd/values-production.yaml2
-rw-r--r--deployments/helm/v2/emco/fluentd/values.yaml2
2 files changed, 2 insertions, 2 deletions
diff --git a/deployments/helm/v2/emco/fluentd/values-production.yaml b/deployments/helm/v2/emco/fluentd/values-production.yaml
index d1bc5e26..0df1dab1 100644
--- a/deployments/helm/v2/emco/fluentd/values-production.yaml
+++ b/deployments/helm/v2/emco/fluentd/values-production.yaml
@@ -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
diff --git a/deployments/helm/v2/emco/fluentd/values.yaml b/deployments/helm/v2/emco/fluentd/values.yaml
index 1feb2a19..6f9770d4 100644
--- a/deployments/helm/v2/emco/fluentd/values.yaml
+++ b/deployments/helm/v2/emco/fluentd/values.yaml
@@ -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