From ec907ce89665ed9a2c6d041518b5810bfa104f5b Mon Sep 17 00:00:00 2001 From: Bitnami Containers Date: Thu, 15 Aug 2019 01:39:49 +0000 Subject: [PATCH] [bitnami/apache] Release 6.0.3 updating components versions Signed-off-by: Bitnami Containers --- bitnami/apache/Chart.yaml | 4 ++-- bitnami/apache/values.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bitnami/apache/Chart.yaml b/bitnami/apache/Chart.yaml index a28961c93..9e650eff9 100644 --- a/bitnami/apache/Chart.yaml +++ b/bitnami/apache/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: apache -version: 6.0.2 -appVersion: 2.4.39 +version: 6.0.3 +appVersion: 2.4.41 description: Chart for Apache HTTP Server keywords: - apache diff --git a/bitnami/apache/values.yaml b/bitnami/apache/values.yaml index d76f7443d..0abf3c245 100644 --- a/bitnami/apache/values.yaml +++ b/bitnami/apache/values.yaml @@ -13,7 +13,7 @@ image: registry: docker.io repository: bitnami/apache - tag: 2.4.39-debian-9-r115 + tag: 2.4.41-debian-9-r0 ## Specify a imagePullPolicy ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images ## @@ -149,7 +149,7 @@ metrics: image: registry: docker.io repository: bitnami/apache-exporter - tag: 0.7.0-debian-9-r22 + tag: 0.7.0-debian-9-r24 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.