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.