From 2ccfe5e3e34bbdcb116eed209717d21e6f029917 Mon Sep 17 00:00:00 2001 From: lazarivkovic Date: Mon, 26 Aug 2024 22:05:59 +0200 Subject: [PATCH 1/2] feat: update keydb and exporter to latest version --- charts/keydb/Chart.yaml | 2 +- charts/keydb/values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/keydb/Chart.yaml b/charts/keydb/Chart.yaml index f164c80..16fbc1a 100644 --- a/charts/keydb/Chart.yaml +++ b/charts/keydb/Chart.yaml @@ -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 diff --git a/charts/keydb/values.yaml b/charts/keydb/values.yaml index dd7b5a6..3d455ae 100644 --- a/charts/keydb/values.yaml +++ b/charts/keydb/values.yaml @@ -2,7 +2,7 @@ nameOverride: "" fullnameOverride: "" imageRepository: eqalpha/keydb -imageTag: x86_64_v6.3.2 +imageTag: x86_64_v6.3.4 imagePullPolicy: IfNotPresent imagePullSecrets: [] @@ -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 From a1167771c318397df612fe793001ceda889eaaf3 Mon Sep 17 00:00:00 2001 From: lazarivkovic Date: Mon, 26 Aug 2024 22:11:50 +0200 Subject: [PATCH 2/2] fix: url for charts --- ct.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct.yaml b/ct.yaml index b849563..6282652 100644 --- a/ct.yaml +++ b/ct.yaml @@ -5,4 +5,4 @@ debug: true check-version-increment: false helm-extra-args: --timeout 15m chart-repos: - - keydb=https://voidsolutionsorg.github.io/keydb-charts \ No newline at end of file + - keydb=https://voidsolutionsorg.github.io/keydb-chart \ No newline at end of file