From 7a430f3ec1aed5970b1a1a70496e3a4b1171d4e3 Mon Sep 17 00:00:00 2001 From: Andrey Voronkov Date: Mon, 17 Oct 2022 12:02:17 +0300 Subject: [PATCH] Add topologySpreadConstrants --- keydb/Chart.yaml | 2 +- keydb/README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/keydb/Chart.yaml b/keydb/Chart.yaml index 3e209eb..9092d6a 100644 --- a/keydb/Chart.yaml +++ b/keydb/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: keydb description: A Helm chart for KeyDB multimaster setup type: application -version: 0.42.1 +version: 0.43.0 keywords: - keydb - redis diff --git a/keydb/README.md b/keydb/README.md index e0a7ab2..a4cd58f 100644 --- a/keydb/README.md +++ b/keydb/README.md @@ -114,6 +114,7 @@ The following table lists the configurable parameters of the KeyDB chart and the | `podAnnotations` | KeyDB pods annotations | `{}` | | `tolerations` | KeyDB tolerations setting | `{}` | | `nodeSelector` | KeyDB nodeSelector setting | `{}` | +| `topologySpreadConstraints` | KeyDB topologySpreadConstraints setting | `[]` | | `affinity` | StatefulSet Affinity rules | Look values.yaml | | `extraInitContainers` | Additional init containers for StatefulSet | `[]` | | `extraContainers` | Additional sidecar containers for StatefulSet | `[]` |