diff --git a/keydb/Chart.yaml b/keydb/Chart.yaml index 659eb04..919aca6 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.22.0 +version: 0.23.0 keywords: - keydb - redis @@ -20,4 +20,4 @@ sources: - https://github.com/Enapter/charts - https://github.com/JohnSully/KeyDB icon: https://keydb.dev/assets/ico/keydb_logo_bwtxtw.png -appVersion: 6.0.16 +appVersion: 6.0.18 diff --git a/keydb/README.md b/keydb/README.md index 94ae295..8c3b2e0 100644 --- a/keydb/README.md +++ b/keydb/README.md @@ -32,7 +32,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.0.16` | +| `image` | KeyDB docker image | `eqalpha/keydb:x86_64_v6.0.18` | | `imagePullPolicy` | K8s imagePullPolicy | `IfNotPresent` | | `nodes` | Number of KeyDB master pods | `3` | | `password` | If enabled KeyDB servers are password-protected | `""` | @@ -92,4 +92,4 @@ Definition of existingSecret in that case: password: "" existingSecret: keydb-password ``` -It is important to use only one way of providing passwords: via plain text under values.yaml or using already existing secret. \ No newline at end of file +It is important to use only one way of providing passwords: via plain text under values.yaml or using already existing secret. diff --git a/keydb/values.yaml b/keydb/values.yaml index c2cae08..90ffbc4 100644 --- a/keydb/values.yaml +++ b/keydb/values.yaml @@ -1,7 +1,7 @@ nameOverride: "" fullnameOverride: "" -image: eqalpha/keydb:x86_64_v6.0.16 +image: eqalpha/keydb:x86_64_v6.0.18 imagePullPolicy: IfNotPresent nodes: 3