diff --git a/bitnami/harbor/CHANGELOG.md b/bitnami/harbor/CHANGELOG.md
index 5ee11ef235..1dc6be5fca 100644
--- a/bitnami/harbor/CHANGELOG.md
+++ b/bitnami/harbor/CHANGELOG.md
@@ -1,8 +1,12 @@
# Changelog
-## 25.0.2 (2025-05-08)
+## 26.0.0 (2025-05-08)
-* [bitnami/harbor] :zap: :arrow_up: Update dependency references ([#33559](https://github.com/bitnami/charts/pull/33559))
+* [bitnami/harbor] feat!: :arrow_up: :boom: Bump Redis(R) to 8.0 ([#33502](https://github.com/bitnami/charts/pull/33502))
+
+## 25.0.2 (2025-05-08)
+
+* [bitnami/harbor] :zap: :arrow_up: Update dependency references (#33559) ([d227e59](https://github.com/bitnami/charts/commit/d227e59dcef940f9c126b2729d3b7e7a256a6196)), closes [#33559](https://github.com/bitnami/charts/issues/33559)
## 25.0.1 (2025-05-06)
diff --git a/bitnami/harbor/Chart.lock b/bitnami/harbor/Chart.lock
index 26c169c5cd..8ed6f2a2ff 100644
--- a/bitnami/harbor/Chart.lock
+++ b/bitnami/harbor/Chart.lock
@@ -1,12 +1,12 @@
dependencies:
- name: redis
repository: oci://registry-1.docker.io/bitnamicharts
- version: 20.13.4
+ version: 21.0.0
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
- version: 16.6.6
+ version: 16.6.7
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.31.0
-digest: sha256:4e96e7deb3123f109d43507a618b2b9b45e84cdffece913eb3d85c6a6acd926c
-generated: "2025-05-06T10:19:16.228879443+02:00"
+digest: sha256:d023829727da5c3e903ce8395aac7b71e772dffdccda5adbd3a7814b95fd6466
+generated: "2025-05-07T11:37:59.205371326+02:00"
diff --git a/bitnami/harbor/Chart.yaml b/bitnami/harbor/Chart.yaml
index 312a88a354..3892a25944 100644
--- a/bitnami/harbor/Chart.yaml
+++ b/bitnami/harbor/Chart.yaml
@@ -30,7 +30,7 @@ dependencies:
- condition: redis.enabled
name: redis
repository: oci://registry-1.docker.io/bitnamicharts
- version: 20.x.x
+ version: 21.x.x
- condition: postgresql.enabled
name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
@@ -56,4 +56,4 @@ maintainers:
name: harbor
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/harbor
-version: 25.0.2
+version: 26.0.0
diff --git a/bitnami/harbor/README.md b/bitnami/harbor/README.md
index 2b413d1c26..8dd2e7b018 100644
--- a/bitnami/harbor/README.md
+++ b/bitnami/harbor/README.md
@@ -1306,6 +1306,10 @@ Find more information about how to deal with common errors related to Bitnami's
## Upgrading
+### To 26.0.0
+
+This major updates the Redis® subchart to its newest major, 21.0.0, which updates Redis® from 7.4 to 8.0. [Here](https://redis.io/docs/latest/operate/oss_and_stack/install/upgrade/cluster/) you can find more information about the changes introduced in that version. No major issues are expected during the upgrade.
+
### To 25.0.0
This version uses the PostgreSQL version provided by the bitnami/postgresql subchart, PostgreSQL 17.x, instead of overriding it with version 14.x.