Skip to content
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.

Commit

Permalink
Merge pull request #9 from voidsolutionsorg/change-chart
Browse files Browse the repository at this point in the history
feat: Update keydb and exporter to latest version
  • Loading branch information
lazarivkovic authored Aug 27, 2024
2 parents 2c7118f + fdda6b2 commit fb3ff62
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/keydb/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.2
appVersion: 6.3.4
4 changes: 2 additions & 2 deletions charts/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.2
imageTag: x86_64_v6.3.4
imagePullPolicy: IfNotPresent
imagePullSecrets: []

Expand Down Expand Up @@ -224,7 +224,7 @@ serviceMonitor:
exporter:
enabled: false
imageRepository: oliver006/redis_exporter
imageTag: v1.48.0-alpine
imageTag: v1.62.0
pullPolicy: IfNotPresent

# Prometheus port & scrape path
Expand Down
2 changes: 1 addition & 1 deletion ct.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ debug: true
check-version-increment: false
helm-extra-args: --timeout 15m
chart-repos:
- keydb=https://voidsolutionsorg.github.io/keydb-charts
- keydb=https://voidsolutionsorg.github.io/keydb-chart

0 comments on commit fb3ff62

Please sign in to comment.