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

Commit

Permalink
keydb: update image to v6.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Antiarchitect committed Jan 20, 2022
1 parent 56e3159 commit f8e76c9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 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.30.0
version: 0.31.0
keywords:
- keydb
- redis
Expand All @@ -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
2 changes: 1 addition & 1 deletion keydb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | `""` |
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_v6.2.1
image: eqalpha/keydb:x86_64_v6.2.2
imagePullPolicy: IfNotPresent

nodes: 3
Expand Down

0 comments on commit f8e76c9

Please sign in to comment.