diff --git a/bitnami/memcached/Chart.yaml b/bitnami/memcached/Chart.yaml index ef9ad04102..a64dba86d6 100644 --- a/bitnami/memcached/Chart.yaml +++ b/bitnami/memcached/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: memcached -version: 4.2.17 -appVersion: 1.6.5 +version: 4.2.18 +appVersion: 1.6.6 description: Chart for Memcached keywords: - memcached diff --git a/bitnami/memcached/values-production.yaml b/bitnami/memcached/values-production.yaml index 5d886d8600..6e539f9d63 100644 --- a/bitnami/memcached/values-production.yaml +++ b/bitnami/memcached/values-production.yaml @@ -14,7 +14,7 @@ image: registry: docker.io repository: bitnami/memcached - tag: 1.6.5-debian-10-r10 + tag: 1.6.6-debian-10-r0 ## 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 @@ -171,7 +171,7 @@ metrics: image: registry: docker.io repository: bitnami/memcached-exporter - tag: 0.6.0-debian-10-r87 + tag: 0.6.0-debian-10-r112 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace. diff --git a/bitnami/memcached/values.yaml b/bitnami/memcached/values.yaml index aaaca4a5f4..f80d06905f 100644 --- a/bitnami/memcached/values.yaml +++ b/bitnami/memcached/values.yaml @@ -14,7 +14,7 @@ image: registry: docker.io repository: bitnami/memcached - tag: 1.6.5-debian-10-r10 + tag: 1.6.6-debian-10-r0 ## 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 @@ -171,7 +171,7 @@ metrics: image: registry: docker.io repository: bitnami/memcached-exporter - tag: 0.6.0-debian-10-r87 + tag: 0.6.0-debian-10-r112 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.