diff --git a/bitnami/memcached/CHANGELOG.md b/bitnami/memcached/CHANGELOG.md
index f59f9ab2da..3226f4506b 100644
--- a/bitnami/memcached/CHANGELOG.md
+++ b/bitnami/memcached/CHANGELOG.md
@@ -1,8 +1,12 @@
# Changelog
-## 7.8.2 (2025-05-06)
+## 7.8.3 (2025-05-13)
-* [bitnami/memcached] chore: :recycle: :arrow_up: Update common and remove k8s < 1.23 references ([#33397](https://github.com/bitnami/charts/pull/33397))
+* [bitnami/memcached] :zap: :arrow_up: Update dependency references ([#33635](https://github.com/bitnami/charts/pull/33635))
+
+## 7.8.2 (2025-05-06)
+
+* [bitnami/memcached] chore: :recycle: :arrow_up: Update common and remove k8s < 1.23 references (#333 ([3fa01d8](https://github.com/bitnami/charts/commit/3fa01d8c491ceac5fad378ec61dabc9327c0b566)), closes [#33397](https://github.com/bitnami/charts/issues/33397)
## 7.8.1 (2025-04-18)
diff --git a/bitnami/memcached/Chart.yaml b/bitnami/memcached/Chart.yaml
index ab5feba1b7..c4d922d6d8 100644
--- a/bitnami/memcached/Chart.yaml
+++ b/bitnami/memcached/Chart.yaml
@@ -2,16 +2,16 @@
# SPDX-License-Identifier: APACHE-2.0
annotations:
- tanzuCategory: service
category: Infrastructure
- licenses: Apache-2.0
images: |
- name: memcached
image: docker.io/bitnami/memcached:1.6.38-debian-12-r4
- name: memcached-exporter
- image: docker.io/bitnami/memcached-exporter:0.15.2-debian-12-r4
+ image: docker.io/bitnami/memcached-exporter:0.15.2-debian-12-r6
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r43
+ licenses: Apache-2.0
+ tanzuCategory: service
apiVersion: v2
appVersion: 1.6.38
dependencies:
@@ -20,7 +20,9 @@ dependencies:
tags:
- bitnami-common
version: 2.x.x
-description: Memcached is an high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load.
+description: Memcached is an high-performance, distributed memory object caching system,
+ generic in nature, but intended for use in speeding up dynamic web applications
+ by alleviating database load.
home: https://bitnami.com
icon: https://dyltqmyl993wv.cloudfront.net/assets/stacks/memcached/img/memcached-stack-220x234.png
keywords:
@@ -32,4 +34,4 @@ maintainers:
name: memcached
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/memcached
-version: 7.8.2
+version: 7.8.3
diff --git a/bitnami/memcached/values.yaml b/bitnami/memcached/values.yaml
index bca0fbf9fa..19973efce1 100644
--- a/bitnami/memcached/values.yaml
+++ b/bitnami/memcached/values.yaml
@@ -682,7 +682,7 @@ metrics:
image:
registry: docker.io
repository: bitnami/memcached-exporter
- tag: 0.15.2-debian-12-r4
+ tag: 0.15.2-debian-12-r6
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.