diff --git a/bitnami/memcached/Chart.yaml b/bitnami/memcached/Chart.yaml index 222490a182..09929aa7c3 100644 --- a/bitnami/memcached/Chart.yaml +++ b/bitnami/memcached/Chart.yaml @@ -22,4 +22,4 @@ name: memcached sources: - https://github.com/bitnami/bitnami-docker-memcached - http://memcached.org/ -version: 5.12.1 +version: 5.12.2 diff --git a/bitnami/memcached/values.yaml b/bitnami/memcached/values.yaml index 8167ae2b3d..5b47969983 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.9-debian-10-r164 + tag: 1.6.9-debian-10-r169 ## 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 @@ -276,7 +276,7 @@ metrics: image: registry: docker.io repository: bitnami/memcached-exporter - tag: 0.9.0-debian-10-r52 + tag: 0.9.0-debian-10-r56 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.