Skip to content
This repository has been archived by the owner on Jun 6, 2023. It is now read-only.

Commit

Permalink
keydb: 0.13.0. Update KeyDB image to v6.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Antiarchitect committed Jul 15, 2020
1 parent 22ffd4a commit edf5018
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions keydb/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: keydb
description: A Helm chart for KeyDB multimaster setup
type: application
version: 0.12.0
version: 0.13.0
keywords:
- keydb
- redis
Expand All @@ -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: 5.3.3
appVersion: 6.0.13
4 changes: 2 additions & 2 deletions keydb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ The following table lists the configurable parameters of the KeyDB chart and the

| Parameter | Description | Default |
|:--------------------------------|:------------------------------------------------|:-----------------------------------------|
| `image` | KeyDB docker image | `eqalpha/keydb:x86_64_v5.3.3` |
| `image` | KeyDB docker image | `eqalpha/keydb:x86_64_v6.0.13` |
| `imagePullPolicy` | K8s imagePullPolicy | `IfNotPresent` |
| `nodes` | Number of KeyDB master pods | `3` |
| `password` | If enabled KeyDB servers are password-protected | `""` |
| `port` | KeyDB service port clients connect to | `6379` |
| `threads` | KeyDB server-threads per node | `2` |
| `appendonly` | KeyDB appendonly setting | `"no"` |
| `tolerations` | KeyDB tolerations setting | `{}`
| `tolerations` | KeyDB tolerations setting | `{}` |
| `persistentVolume.enabled` | Should PVC be created via volumeClaimTemplates | `true` |
| `persistentVolume.accessModes` | Volume access modes | `[ReadWriteOnce]` |
| `persistentVolume.size` | Size of the volume | `1Gi` |
Expand Down
2 changes: 1 addition & 1 deletion keydb/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
nameOverride: ""
fullnameOverride: ""

image: eqalpha/keydb:x86_64_v5.3.3
image: eqalpha/keydb:x86_64_v6.0.13
imagePullPolicy: IfNotPresent

nodes: 3
Expand Down

0 comments on commit edf5018

Please sign in to comment.