diff --git a/keydb/Chart.yaml b/keydb/Chart.yaml index 46163ef..e4a6515 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.30.0 +version: 0.31.0 keywords: - keydb - redis @@ -19,5 +19,5 @@ maintainers: sources: - https://github.com/Enapter/charts - https://github.com/JohnSully/KeyDB -icon: https://keydb.dev/assets/ico/keydb_logo_bwtxtw.png -appVersion: 6.2.1 +icon: https://enapter.github.io/charts/keydb.png +appVersion: 6.2.2 diff --git a/keydb/README.md b/keydb/README.md index 77c2da0..ab9b1dc 100644 --- a/keydb/README.md +++ b/keydb/README.md @@ -72,7 +72,7 @@ The following table lists the configurable parameters of the KeyDB chart and the | Parameter | Description | Default | |:--------------------------------|:---------------------------------------------------|:------------------------------------------| -| `image` | KeyDB docker image | `eqalpha/keydb:x86_64_v6.2.1` | +| `image` | KeyDB docker image | `eqalpha/keydb:x86_64_v6.2.2` | | `imagePullPolicy` | K8s imagePullPolicy | `IfNotPresent` | | `nodes` | Number of KeyDB master pods | `3` | | `password` | If enabled KeyDB servers are password-protected | `""` | diff --git a/keydb/values.yaml b/keydb/values.yaml index c83a225..d3f4aa5 100644 --- a/keydb/values.yaml +++ b/keydb/values.yaml @@ -1,7 +1,7 @@ nameOverride: "" fullnameOverride: "" -image: eqalpha/keydb:x86_64_v6.2.1 +image: eqalpha/keydb:x86_64_v6.2.2 imagePullPolicy: IfNotPresent nodes: 3