From 3837c402afab56a83049f3e54a4dd858c6dadafa Mon Sep 17 00:00:00 2001
From: Goeran Poehner <goeran.poehner@gmail.com>
Date: Tue, 23 Apr 2024 18:59:02 +0200
Subject: [PATCH] Updated etcd chart for etcd 3.5.13

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

diff --git a/charts/etcd/Chart.yaml b/charts/etcd/Chart.yaml
index a64218b6..0bb7f708 100644
--- a/charts/etcd/Chart.yaml
+++ b/charts/etcd/Chart.yaml
@@ -7,6 +7,6 @@ type: application
 maintainers:
   - name: groundhog2k
 
-version: "0.1.9"
+version: "0.1.10"
 
-appVersion: "v3.5.12"
+appVersion: "v3.5.13"
diff --git a/charts/etcd/README.md b/charts/etcd/README.md
index 72115315..02077368 100644
--- a/charts/etcd/README.md
+++ b/charts/etcd/README.md
@@ -1,6 +1,6 @@
 # Etcd
 
-![Version: 0.1.9](https://img.shields.io/badge/Version-0.1.9-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v3.5.12](https://img.shields.io/badge/AppVersion-v3.5.12-informational?style=flat-square)
+![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)
 
 ## Changelog
 
diff --git a/charts/etcd/RELEASENOTES.md b/charts/etcd/RELEASENOTES.md
index e153c2cb..3f9acf4a 100644
--- a/charts/etcd/RELEASENOTES.md
+++ b/charts/etcd/RELEASENOTES.md
@@ -12,4 +12,5 @@
 | 0.1.7 | v3.5.10 | Upgraded etcd to v3.5.10 |
 | 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 |
 | | | |
-- 
GitLab