[bitnami/redis] Release 20.1.7 (#29756)

* [bitnami/redis] Release 20.1.7 updating components versions

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

---------

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2024-10-02 23:47:17 +02:00
committed by GitHub
parent 70a1e5e124
commit bc01e03cea
3 changed files with 16 additions and 12 deletions

View File

@@ -1,8 +1,12 @@
# Changelog
## 20.1.6 (2024-10-01)
## 20.1.7 (2024-10-02)
* [bitnami/redis] adds kind & apiVersion for pvc template in statefulset ([#29678](https://github.com/bitnami/charts/pull/29678))
* [bitnami/redis] Release 20.1.7 ([#29756](https://github.com/bitnami/charts/pull/29756))
## <small>20.1.6 (2024-10-02)</small>
* [bitnami/redis] adds kind & apiVersion for pvc template in statefulset (#29678) ([13212d2](https://github.com/bitnami/charts/commit/13212d218c0eea9d60a3b9d08f8d5ca1b5951d74)), closes [#29678](https://github.com/bitnami/charts/issues/29678)
## <small>20.1.5 (2024-09-26)</small>

View File

@@ -6,17 +6,17 @@ annotations:
licenses: Apache-2.0
images: |
- name: kubectl
image: docker.io/bitnami/kubectl:1.31.1-debian-12-r2
image: docker.io/bitnami/kubectl:1.31.1-debian-12-r3
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r30
- name: redis
image: docker.io/bitnami/redis:7.4.0-debian-12-r4
image: docker.io/bitnami/redis:7.4.1-debian-12-r0
- name: redis-exporter
image: docker.io/bitnami/redis-exporter:1.63.0-debian-12-r0
image: docker.io/bitnami/redis-exporter:1.63.0-debian-12-r1
- name: redis-sentinel
image: docker.io/bitnami/redis-sentinel:7.4.0-debian-12-r5
image: docker.io/bitnami/redis-sentinel:7.4.1-debian-12-r0
apiVersion: v2
appVersion: 7.4.0
appVersion: 7.4.1
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
@@ -36,4 +36,4 @@ maintainers:
name: redis
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/redis
version: 20.1.6
version: 20.1.7

View File

@@ -102,7 +102,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/redis
tag: 7.4.0-debian-12-r4
tag: 7.4.1-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -1140,7 +1140,7 @@ sentinel:
image:
registry: docker.io
repository: bitnami/redis-sentinel
tag: 7.4.0-debian-12-r5
tag: 7.4.1-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -1691,7 +1691,7 @@ metrics:
image:
registry: docker.io
repository: bitnami/redis-exporter
tag: 1.63.0-debian-12-r0
tag: 1.63.0-debian-12-r1
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
@@ -2127,7 +2127,7 @@ kubectl:
image:
registry: docker.io
repository: bitnami/kubectl
tag: 1.31.1-debian-12-r2
tag: 1.31.1-debian-12-r3
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'