From ccc86b6da041e28fa10db649b2b7ad6c414407dc Mon Sep 17 00:00:00 2001 From: Bitnami Containers Date: Thu, 16 Apr 2020 10:28:37 +0000 Subject: [PATCH] [bitnami/node] Release 11.4.17 updating components versions Signed-off-by: Bitnami Containers --- bitnami/node/Chart.yaml | 2 +- bitnami/node/values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bitnami/node/Chart.yaml b/bitnami/node/Chart.yaml index 499504eb2..565a0cc05 100644 --- a/bitnami/node/Chart.yaml +++ b/bitnami/node/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: node -version: 11.4.16 +version: 11.4.17 appVersion: 10.20.1 description: Event-driven I/O server-side JavaScript environment based on V8 keywords: diff --git a/bitnami/node/values.yaml b/bitnami/node/values.yaml index 4a5559167..1015e775b 100644 --- a/bitnami/node/values.yaml +++ b/bitnami/node/values.yaml @@ -14,7 +14,7 @@ image: registry: docker.io repository: bitnami/node - tag: 10.20.1-debian-10-r0 + tag: 10.20.1-debian-10-r3 ## 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 @@ -72,7 +72,7 @@ volumePermissions: git: registry: docker.io repository: bitnami/git - tag: 2.26.0-debian-10-r20 + tag: 2.26.1-debian-10-r1 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.