mirror of
https://github.com/bitnami/charts.git
synced 2026-04-02 07:17:26 +08:00
[bitnami/redis] minReadySeconds feature only requires k8s >=1.23 (#15417)
The `minReadySeconds` Helm values have a kubernetes version constraint `>=1.25` since MR #13783. While `minReadySeconds` for `StatefulSet` is stable since 1.25, it has been in beta state since 1.23 (see https://github.com/kubernetes/website/pull/30435), which means that it is available on k8s >=1.23 by default unless specifically disabled. Change the version constraint to `>=1.23-0` to make the feature available on older k8s clusters. (The `-0` includes pre-releases and follows the general pattern used in the Bitnami Helm charts) Signed-off-by: Simon Baatz <gmbnomis@gmail.com>
This commit is contained in:
@@ -22,4 +22,4 @@ maintainers:
|
||||
name: redis
|
||||
sources:
|
||||
- https://github.com/bitnami/containers/tree/main/bitnami/redis
|
||||
version: 17.8.3
|
||||
version: 17.8.4
|
||||
|
||||
Reference in New Issue
Block a user