From 29ff617980ec9d20df461a48604e60e2d69a1d77 Mon Sep 17 00:00:00 2001
From: Goeran Poehner <goeran.poehner@gmail.com>
Date: Sat, 3 Aug 2024 16:38:06 +0200
Subject: [PATCH] Fixed valkey chart logo

---
 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 1fe66e37..7affd848 100644
--- a/charts/valkey/Chart.yaml
+++ b/charts/valkey/Chart.yaml
@@ -12,10 +12,10 @@ keywords:
   - cache
   - valkey
 
-icon: https://valkey.io/assets/img/Valkey-logo.svg
+icon: https://valkey.io/img/Valkey-logo.svg
 
 # This is the chart version
-version: "1.0.1"
+version: "1.0.2"
 
 # This is the version number of the application being deployed.
 appVersion: "7.2.6"
diff --git a/charts/valkey/README.md b/charts/valkey/README.md
index f3fb13df..5d362011 100644
--- a/charts/valkey/README.md
+++ b/charts/valkey/README.md
@@ -1,6 +1,6 @@
 # Valkey
 
-![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)
+![Version: 1.0.2](https://img.shields.io/badge/Version-1.0.2-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 41181be2..52a0bd8f 100644
--- a/charts/valkey/RELEASENOTES.md
+++ b/charts/valkey/RELEASENOTES.md
@@ -4,4 +4,5 @@
 | :------------ | :---------- | :----------------- |
 | 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 |
+| 1.0.2 | 7.2.6 | Fixed chart logo link |
 | | | |
-- 
GitLab