UNCLASSIFIED - NO CUI

Skip to content
Commits on Source (2)
......@@ -3,6 +3,12 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
---
## [20.2.1-bb.3] - 2024-10-29
### Removed
- Reverted old Kiali label changes
## [20.2.1-bb.2] - 2024-10-22
### Changed
......
This diff is collapsed.
......@@ -32,4 +32,4 @@ maintainers:
name: redis
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/redis
version: 20.2.1-bb.2
version: 20.2.1-bb.3
......@@ -426,9 +426,7 @@ master:
## @param master.podLabels Extra labels for Redis® master pods
## ref: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/
##
podLabels:
app: redis-master
version: "{{ .Chart.AppVersion }}"
podLabels: {}
## @param master.podAnnotations Annotations for Redis® master pods
## ref: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/
##
......@@ -921,9 +919,7 @@ replica:
## @param replica.podLabels Extra labels for Redis® replicas pods
## ref: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/
##
podLabels:
app: redis-replica
version: "{{ .Chart.AppVersion }}"
podLabels: {}
## @param replica.podAnnotations Annotations for Redis® replicas pods
## ref: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/
##
......