diff --git a/bitnami/memcached/Chart.lock b/bitnami/memcached/Chart.lock index c0ee25f4c..dcf2f2888 100644 --- a/bitnami/memcached/Chart.lock +++ b/bitnami/memcached/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: common repository: https://charts.bitnami.com/bitnami - version: 1.1.3 -digest: sha256:3422f8c1139c2f0f0d816e7ee7280705d2010e83c3e2367b28dcb4f7dd911135 -generated: "2020-12-21T00:03:05.957288267Z" + version: 1.3.7 +digest: sha256:8d8e2b6a63a344d8bd0153181d5b3345d14b04094d339736a9199e3fb907fb19 +generated: "2021-01-24T19:29:39.697528997Z" diff --git a/bitnami/memcached/Chart.yaml b/bitnami/memcached/Chart.yaml index 201596fd1..40709972b 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.4.4 +version: 5.4.5 diff --git a/bitnami/memcached/values.yaml b/bitnami/memcached/values.yaml index 9f5017b8b..a6b7fb283 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-r27 + tag: 1.6.9-debian-10-r55 ## 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/memcached-exporter - tag: 0.8.0-debian-10-r15 + tag: 0.8.0-debian-10-r46 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.