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

Commit

Permalink
keydb 0.3.0:
Browse files Browse the repository at this point in the history
* Update KeyDB to 5.3.2
* Enable persistence by default
* Resort readme table fields
  • Loading branch information
Antiarchitect committed Mar 2, 2020
1 parent a12f800 commit 08cdf56
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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.2.0
version: 0.3.0
keywords:
- keydb
- redis
Expand Down
2 changes: 1 addition & 1 deletion keydb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ The following table lists the configurable parameters of the KeyDB chart and the
| `port` | KeyDB service port clients connect to | `6379` |
| `threads` | KeyDB server-threads per node | `2` |
| `appendonly` | KeyDB appendonly setting | `"no"` |
| `persistentVolume.enabled` | Should PVC be created via volumeClaimTemplates | `true` |
| `persistentVolume.accessModes` | Volume access modes | `[ReadWriteOnce]` |
| `persistentVolume.enabled` | Should PVC be created via volumeClaimTemplates | `false` |
| `persistentVolume.size` | Size of the volume | `1Gi` |
4 changes: 2 additions & 2 deletions 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.0
image: eqalpha/keydb:x86_64_v5.3.2
imagePullPolicy: IfNotPresent

nodes: 3
Expand All @@ -15,7 +15,7 @@ threads: 2
appendonly: "no"

persistentVolume:
enabled: false
enabled: true
accessModes:
- ReadWriteOnce
size: 1Gi

0 comments on commit 08cdf56

Please sign in to comment.