diff --git a/bitnami/memcached/Chart.yaml b/bitnami/memcached/Chart.yaml index a83cd0952..81838673f 100644 --- a/bitnami/memcached/Chart.yaml +++ b/bitnami/memcached/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: memcached -version: 4.2.6 +version: 4.2.7 appVersion: 1.5.22 description: Chart for Memcached keywords: diff --git a/bitnami/memcached/values-production.yaml b/bitnami/memcached/values-production.yaml index f90afc985..5fb1fb9b9 100644 --- a/bitnami/memcached/values-production.yaml +++ b/bitnami/memcached/values-production.yaml @@ -13,7 +13,7 @@ image: registry: docker.io repository: bitnami/memcached - tag: 1.5.22-debian-10-r4 + tag: 1.5.22-debian-10-r22 ## 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 @@ -170,7 +170,7 @@ metrics: image: registry: docker.io repository: bitnami/memcached-exporter - tag: 0.6.0-debian-10-r11 + tag: 0.6.0-debian-10-r28 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 15182a19c..b1ee191c6 100644 --- a/bitnami/memcached/values.yaml +++ b/bitnami/memcached/values.yaml @@ -13,7 +13,7 @@ image: registry: docker.io repository: bitnami/memcached - tag: 1.5.22-debian-10-r4 + tag: 1.5.22-debian-10-r22 ## 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 @@ -170,7 +170,7 @@ metrics: image: registry: docker.io repository: bitnami/memcached-exporter - tag: 0.6.0-debian-10-r11 + tag: 0.6.0-debian-10-r28 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.