mirror of
https://github.com/bitnami/charts.git
synced 2026-03-07 16:17:21 +08:00
[bitnami/redis-cluster] Release 12.0.0 (#33456)
* [bitnami/redis-cluster] Release 12.0.0 updating components versions Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> * Update CHANGELOG.md Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> * Update README.md with readme-generator-for-helm Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> --------- Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## 11.5.4 (2025-04-29)
|
||||
## 12.0.0 (2025-05-06)
|
||||
|
||||
* [bitnami/redis-cluster] Switch shell from /bin/sh to /bin/bash to improve process handling ([#33250](https://github.com/bitnami/charts/pull/33250))
|
||||
* [bitnami/redis-cluster] Release 12.0.0 ([#33456](https://github.com/bitnami/charts/pull/33456))
|
||||
|
||||
## <small>11.5.4 (2025-04-30)</small>
|
||||
|
||||
* [bitnami/redis-cluster] Switch shell from /bin/sh to /bin/bash to improve process handling (#33250) ([69aea26](https://github.com/bitnami/charts/commit/69aea26249970f032782d60e19446e7209b32bce)), closes [#33250](https://github.com/bitnami/charts/issues/33250)
|
||||
|
||||
## <small>11.5.3 (2025-04-24)</small>
|
||||
|
||||
|
||||
@@ -2,25 +2,27 @@
|
||||
# SPDX-License-Identifier: APACHE-2.0
|
||||
|
||||
annotations:
|
||||
tanzuCategory: service
|
||||
category: Database
|
||||
licenses: Apache-2.0
|
||||
images: |
|
||||
- name: os-shell
|
||||
image: docker.io/bitnami/os-shell:12-debian-12-r43
|
||||
- name: redis-cluster
|
||||
image: docker.io/bitnami/redis-cluster:7.4.3-debian-12-r0
|
||||
image: docker.io/bitnami/redis-cluster:8.0.0-debian-12-r0
|
||||
- name: redis-exporter
|
||||
image: docker.io/bitnami/redis-exporter:1.70.0-debian-12-r2
|
||||
image: docker.io/bitnami/redis-exporter:1.71.0-debian-12-r0
|
||||
licenses: Apache-2.0
|
||||
tanzuCategory: service
|
||||
apiVersion: v2
|
||||
appVersion: 7.4.3
|
||||
appVersion: 8.0.0
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
tags:
|
||||
- bitnami-common
|
||||
version: 2.x.x
|
||||
description: Redis(R) is an open source, scalable, distributed in-memory cache for applications. It can be used to store and serve data in the form of strings, hashes, lists, sets and sorted sets.
|
||||
description: Redis(R) is an open source, scalable, distributed in-memory cache for
|
||||
applications. It can be used to store and serve data in the form of strings, hashes,
|
||||
lists, sets and sorted sets.
|
||||
home: https://bitnami.com
|
||||
icon: https://dyltqmyl993wv.cloudfront.net/assets/stacks/redis/img/redis-stack-220x234.png
|
||||
keywords:
|
||||
@@ -33,4 +35,4 @@ maintainers:
|
||||
name: redis-cluster
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/redis-cluster
|
||||
version: 11.5.4
|
||||
version: 12.0.0
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
<!--- app-name: Redis® Cluster -->
|
||||
|
||||
# Bitnami package for Redis(R) Cluster
|
||||
# Bitnami package for Redis® Cluster
|
||||
|
||||
Redis(R) is an open source, scalable, distributed in-memory cache for applications. It can be used to store and serve data in the form of strings, hashes, lists, sets and sorted sets.
|
||||
Redis® is an open source, scalable, distributed in-memory cache for applications. It can be used to store and serve data in the form of strings, hashes, lists, sets and sorted sets.
|
||||
|
||||
[Overview of Redis® Cluster](http://redis.io)
|
||||
|
||||
@@ -401,7 +401,7 @@ See [#15075](https://github.com/bitnami/charts/issues/15075)
|
||||
| `global.security.allowInsecureImages` | Allows skipping image verification | `false` |
|
||||
| `global.compatibility.openshift.adaptSecurityContext` | Adapt the securityContext sections of the deployment to make them compatible with Openshift restricted-v2 SCC: remove runAsUser, runAsGroup and fsGroup and let the platform use their allowed default IDs. Possible values: auto (apply if the detected running cluster is Openshift), force (perform the adaptation always), disabled (do not perform adaptation) | `auto` |
|
||||
|
||||
### Redis® Cluster Common parameters
|
||||
### Redis(R) Cluster Common parameters
|
||||
|
||||
| Name | Description | Value |
|
||||
| ----------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------- |
|
||||
@@ -609,7 +609,7 @@ See [#15075](https://github.com/bitnami/charts/issues/15075)
|
||||
|
||||
| Name | Description | Value |
|
||||
| --------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | -------------- |
|
||||
| `cluster.init` | Enable the initialization of the Redis® Cluster | `true` |
|
||||
| `cluster.init` | Enable the initialization of the Redis(R) Cluster | `true` |
|
||||
| `cluster.nodes` | The number of master nodes should always be >= 3, otherwise cluster creation will fail | `6` |
|
||||
| `cluster.replicas` | Number of replicas for every master in the cluster | `1` |
|
||||
| `cluster.externalAccess.enabled` | Enable access to the Redis | `false` |
|
||||
@@ -621,7 +621,7 @@ See [#15075](https://github.com/bitnami/charts/issues/15075)
|
||||
| `cluster.externalAccess.service.loadBalancerIP` | Array of load balancer IPs for each Redis® node. Length must be the same as cluster.nodes | `[]` |
|
||||
| `cluster.externalAccess.service.loadBalancerClass` | Load Balancer class if service type is `LoadBalancer` (optional, cloud specific) | `""` |
|
||||
| `cluster.externalAccess.service.loadBalancerSourceRanges` | Service Load Balancer sources | `[]` |
|
||||
| `cluster.externalAccess.service.annotations` | Annotations to add to the services used to expose every Pod of the Redis® Cluster | `{}` |
|
||||
| `cluster.externalAccess.service.annotations` | Annotations to add to the services used to expose every Pod of the Redis(R) Cluster | `{}` |
|
||||
| `cluster.update.addNodes` | Boolean to specify if you want to add nodes after the upgrade | `false` |
|
||||
| `cluster.update.currentNumberOfNodes` | Number of currently deployed Redis® nodes | `6` |
|
||||
| `cluster.update.currentNumberOfReplicas` | Number of currently deployed Redis® replicas | `1` |
|
||||
|
||||
@@ -38,7 +38,7 @@ global:
|
||||
## @param global.compatibility.openshift.adaptSecurityContext Adapt the securityContext sections of the deployment to make them compatible with Openshift restricted-v2 SCC: remove runAsUser, runAsGroup and fsGroup and let the platform use their allowed default IDs. Possible values: auto (apply if the detected running cluster is Openshift), force (perform the adaptation always), disabled (do not perform adaptation)
|
||||
##
|
||||
adaptSecurityContext: auto
|
||||
## @section Redis® Cluster Common parameters
|
||||
## @section Redis(R) Cluster Common parameters
|
||||
##
|
||||
|
||||
## @param nameOverride String to partially override common.names.fullname template (will maintain the release name)
|
||||
@@ -89,7 +89,7 @@ diagnosticMode:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/redis-cluster
|
||||
tag: 7.4.3-debian-12-r0
|
||||
tag: 8.0.0-debian-12-r0
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
|
||||
@@ -114,8 +114,8 @@ networkPolicy:
|
||||
##
|
||||
enabled: true
|
||||
## @param networkPolicy.allowExternal The Policy model to apply
|
||||
## When set to false, only pods with the correct client label will have network access to the ports Redis® Cluster is
|
||||
## listening on. When true, Redis® Cluster will accept connections from any source (with the correct destination port).
|
||||
## When set to false, only pods with the correct client label will have network access to the ports Redis(R) Cluster is
|
||||
## listening on. When true, Redis(R) Cluster will accept connections from any source (with the correct destination port).
|
||||
##
|
||||
allowExternal: true
|
||||
## @param networkPolicy.allowExternalEgress Allow the pod to access any range of port and all destinations.
|
||||
@@ -850,10 +850,10 @@ updateJob:
|
||||
## @section Cluster management parameters
|
||||
##
|
||||
|
||||
## Redis® Cluster settings
|
||||
## Redis(R) Cluster settings
|
||||
##
|
||||
cluster:
|
||||
## @param cluster.init Enable the initialization of the Redis® Cluster
|
||||
## @param cluster.init Enable the initialization of the Redis(R) Cluster
|
||||
##
|
||||
init: true
|
||||
## Number of Redis® nodes to be deployed
|
||||
@@ -871,7 +871,7 @@ cluster:
|
||||
## 1 means that we want a replica for every master created
|
||||
##
|
||||
replicas: 1
|
||||
## Configuration to access the Redis® Cluster from outside the Kubernetes cluster
|
||||
## Configuration to access the Redis(R) Cluster from outside the Kubernetes cluster
|
||||
##
|
||||
externalAccess:
|
||||
## @param cluster.externalAccess.enabled Enable access to the Redis
|
||||
@@ -909,7 +909,7 @@ cluster:
|
||||
## - 10.10.10.0/24
|
||||
##
|
||||
loadBalancerSourceRanges: []
|
||||
## @param cluster.externalAccess.service.annotations Annotations to add to the services used to expose every Pod of the Redis® Cluster
|
||||
## @param cluster.externalAccess.service.annotations Annotations to add to the services used to expose every Pod of the Redis(R) Cluster
|
||||
##
|
||||
annotations: {}
|
||||
## This section allows to update the Redis® cluster nodes.
|
||||
@@ -947,7 +947,7 @@ metrics:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/redis-exporter
|
||||
tag: 1.70.0-debian-12-r2
|
||||
tag: 1.71.0-debian-12-r0
|
||||
digest: ""
|
||||
pullPolicy: IfNotPresent
|
||||
## Optionally specify an array of imagePullSecrets.
|
||||
|
||||
Reference in New Issue
Block a user