From fc4d8b08be9c17cc64287d4e74c18122a6719de3 Mon Sep 17 00:00:00 2001
From: Goeran Poehner <goeran.poehner@gmail.com>
Date: Sat, 3 Aug 2024 16:23:31 +0200
Subject: [PATCH] Updated valkey chart for Valkey 7.2.6

---
 charts/valkey/Chart.yaml      | 4 ++--
 charts/valkey/README.md       | 2 +-
 charts/valkey/RELEASENOTES.md | 1 +
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/charts/valkey/Chart.yaml b/charts/valkey/Chart.yaml
index f0195fd4..1fe66e37 100644
--- a/charts/valkey/Chart.yaml
+++ b/charts/valkey/Chart.yaml
@@ -15,7 +15,7 @@ keywords:
 icon: https://valkey.io/assets/img/Valkey-logo.svg
 
 # This is the chart version
-version: "1.0.0"
+version: "1.0.1"
 
 # This is the version number of the application being deployed.
-appVersion: "7.2.5"
+appVersion: "7.2.6"
diff --git a/charts/valkey/README.md b/charts/valkey/README.md
index f9a0cb66..f3fb13df 100644
--- a/charts/valkey/README.md
+++ b/charts/valkey/README.md
@@ -1,6 +1,6 @@
 # Valkey
 
-![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 7.2.5](https://img.shields.io/badge/AppVersion-7.2.5-informational?style=flat-square)
+![Version: 1.0.1](https://img.shields.io/badge/Version-1.0.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 7.2.6](https://img.shields.io/badge/AppVersion-7.2.6-informational?style=flat-square)
 
 ## Changelog
 
diff --git a/charts/valkey/RELEASENOTES.md b/charts/valkey/RELEASENOTES.md
index ae84d917..41181be2 100644
--- a/charts/valkey/RELEASENOTES.md
+++ b/charts/valkey/RELEASENOTES.md
@@ -3,4 +3,5 @@
 | Chart version | App version | Change description |
 | :------------ | :---------- | :----------------- |
 | 1.0.0 | 7.2.5 | Initial version of Valkey chart (based on Redis chart) |
+| 1.0.1 | 7.2.6 | Updated to Valkey 7.2.6 |
 | | | |
-- 
GitLab