From 9e2c0d27219501b27f558ef742f362d7528eac06 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?G=C3=B6ran=20P=C3=B6hner?=
 <10630407+groundhog2k@users.noreply.github.com>
Date: Wed, 24 Apr 2024 12:38:41 +0200
Subject: [PATCH] Fixed build pipeline issue (#1372)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Co-authored-by: Göran Pöhner <goeran.poehner@t-systems.com>
---
 charts/etcd/Chart.yaml       | 2 +-
 charts/etcd/README.md        | 2 +-
 charts/etcd/RELEASENOTES.md  | 1 +
 charts/redis/Chart.yaml      | 2 +-
 charts/redis/RELEASENOTES.md | 1 +
 5 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/charts/etcd/Chart.yaml b/charts/etcd/Chart.yaml
index 0bb7f708..138b31e1 100644
--- a/charts/etcd/Chart.yaml
+++ b/charts/etcd/Chart.yaml
@@ -7,6 +7,6 @@ type: application
 maintainers:
   - name: groundhog2k
 
-version: "0.1.10"
+version: "0.1.11"
 
 appVersion: "v3.5.13"
diff --git a/charts/etcd/README.md b/charts/etcd/README.md
index 02077368..523eceb7 100644
--- a/charts/etcd/README.md
+++ b/charts/etcd/README.md
@@ -1,6 +1,6 @@
 # Etcd
 
-![Version: 0.1.10](https://img.shields.io/badge/Version-0.1.10-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v3.5.13](https://img.shields.io/badge/AppVersion-v3.5.13-informational?style=flat-square)
+![Version: 0.1.11](https://img.shields.io/badge/Version-0.1.11-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v3.5.13](https://img.shields.io/badge/AppVersion-v3.5.13-informational?style=flat-square)
 
 ## Changelog
 
diff --git a/charts/etcd/RELEASENOTES.md b/charts/etcd/RELEASENOTES.md
index 3f9acf4a..281dce70 100644
--- a/charts/etcd/RELEASENOTES.md
+++ b/charts/etcd/RELEASENOTES.md
@@ -13,4 +13,5 @@
 | 0.1.8 | v3.5.11 | Upgraded etcd to v3.5.11 |
 | 0.1.9 | v3.5.12 | Upgraded etcd to v3.5.12 |
 | 0.1.10 | v3.5.13 | Upgraded etcd to v3.5.13 |
+| 0.1.11 | v3.5.13 | Fixed build pipeline issue |
 | | | |
diff --git a/charts/redis/Chart.yaml b/charts/redis/Chart.yaml
index 11104b3b..2e3897fa 100644
--- a/charts/redis/Chart.yaml
+++ b/charts/redis/Chart.yaml
@@ -15,7 +15,7 @@ keywords:
 icon: https://redis.io/wp-content/uploads/2024/04/Logotype.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: "6.2.14"
diff --git a/charts/redis/RELEASENOTES.md b/charts/redis/RELEASENOTES.md
index 39dac0cd..3e3c62e7 100644
--- a/charts/redis/RELEASENOTES.md
+++ b/charts/redis/RELEASENOTES.md
@@ -52,6 +52,7 @@
 | 0.7.9 | 7.2.3 | Added support for network policies and additional labels and annotations |
 | 0.7.10 | 7.2.4 | Upgraded to Redis 7.2.4 |
 | 1.0.0 | 6.2.14 | Final version with configuration secret, extra config and extra volume support |
+| 1.0.1 | 6.2.14 | Fixed build pipeline issue |
 | 1.1.0 | 7.0.15 | Final version with configuration secret, extra config and extra volume support |
 | 1.2.0 | 7.2.4 | Final version with configuration secret, extra config and extra volume support |
 | | | |
-- 
GitLab