diff --git a/bitnami/nginx/Chart.yaml b/bitnami/nginx/Chart.yaml index 11ff9b653..64e42b4af 100644 --- a/bitnami/nginx/Chart.yaml +++ b/bitnami/nginx/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: nginx -version: 5.1.13 +version: 5.1.14 appVersion: 1.17.9 description: Chart for the nginx server keywords: diff --git a/bitnami/nginx/values.yaml b/bitnami/nginx/values.yaml index f51a70ea8..550dccffd 100644 --- a/bitnami/nginx/values.yaml +++ b/bitnami/nginx/values.yaml @@ -13,7 +13,7 @@ image: registry: docker.io repository: bitnami/nginx - tag: 1.17.9-debian-10-r0 + tag: 1.17.9-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 @@ -210,7 +210,7 @@ metrics: image: registry: docker.io repository: bitnami/nginx-exporter - tag: 0.6.0-debian-10-r48 + tag: 0.6.0-debian-10-r50 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.