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

Commit

Permalink
keydb: Update keydb and redis_exporter images
Browse files Browse the repository at this point in the history
  • Loading branch information
Antiarchitect committed Jan 23, 2023
1 parent c578c86 commit c13b63b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.44.0
version: 0.45.0
keywords:
- keydb
- redis
Expand All @@ -20,4 +20,4 @@ sources:
- https://github.com/Enapter/charts
- https://github.com/JohnSully/KeyDB
icon: https://enapter.github.io/charts/keydb.png
appVersion: 6.3.1
appVersion: 6.3.2
4 changes: 2 additions & 2 deletions keydb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ The following table lists the configurable parameters of the KeyDB chart and the
| Parameter | Description | Default |
|:--------------------------------|:---------------------------------------------------|:------------------------------------------|
| `imageRepository` | KeyDB docker image | `eqalpha/keydb` |
| `imageTag` | KeyDB docker image tag | `x86_64_v6.3.1` |
| `imageTag` | KeyDB docker image tag | `x86_64_v6.3.2` |
| `imagePullPolicy` | K8s imagePullPolicy | `IfNotPresent` |
| `imagePullSecrets` | KeyDB Pod imagePullSecrets | `[]` |
| `nodes` | Number of KeyDB master pods | `3` |
Expand Down Expand Up @@ -151,7 +151,7 @@ The following table lists the configurable parameters of the KeyDB chart and the
| `serviceMonitor.scrapeTimeout` | ServiceMonitor scrape timeout | `nil` |
| `exporter.enabled` | Prometheus Exporter sidecar contaner | `false` |
| `exporter.imageRepository` | Exporter Image | `oliver006/redis_exporter` |
| `exporter.imageTag` | Exporter Image Tag | `v1.43.1-alpine` |
| `exporter.imageTag` | Exporter Image Tag | `v1.45.0-alpine` |
| `exporter.pullPolicy` | Exporter imagePullPolicy | `IfNotPresent` |
| `exporter.port` | `prometheus.io/port` | `9121` |
| `exporter.portName` | Exporter service port name in the Service spec | `redis-exporter` |
Expand Down
4 changes: 2 additions & 2 deletions keydb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ nameOverride: ""
fullnameOverride: ""

imageRepository: eqalpha/keydb
imageTag: x86_64_v6.3.1
imageTag: x86_64_v6.3.2
imagePullPolicy: IfNotPresent
imagePullSecrets: []

Expand Down Expand Up @@ -216,7 +216,7 @@ serviceMonitor:
exporter:
enabled: false
imageRepository: oliver006/redis_exporter
imageTag: v1.43.1-alpine
imageTag: v1.45.0-alpine
pullPolicy: IfNotPresent

# Prometheus port & scrape path
Expand Down

0 comments on commit c13b63b

Please sign in to comment.