From cbba8c5e2e129cab546db7e643dd388b01d66df5 Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Wed, 19 Jul 2023 09:48:16 +0200
Subject: [PATCH] chore(keycloak): Upgrade to 22.0.1

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

diff --git a/charts/keycloak/Chart.yaml b/charts/keycloak/Chart.yaml
index a1d874b04..8d5d654c9 100644
--- a/charts/keycloak/Chart.yaml
+++ b/charts/keycloak/Chart.yaml
@@ -7,9 +7,9 @@ icon: https://www.keycloak.org/resources/images/keycloak_icon_512px.svg
 sources:
   - https://git.shivering-isles.com/shivering-isles/infrastructure-gitops
   - https://github.com/keycloak/keycloak
-version: 0.7.0
+version: 0.7.1
 # renovate: image=quay.io/keycloak/keycloak
-appVersion: "22.0.0"
+appVersion: "22.0.1"
 maintainers:
 - name: Sheogorath
   url: https://shivering-isles.com
diff --git a/charts/keycloak/README.md b/charts/keycloak/README.md
index 5898d1835..f8f3c9907 100644
--- a/charts/keycloak/README.md
+++ b/charts/keycloak/README.md
@@ -1,6 +1,6 @@
 # keycloak
 
-![Version: 0.7.0](https://img.shields.io/badge/Version-0.7.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 22.0.0](https://img.shields.io/badge/AppVersion-22.0.0-informational?style=flat-square)
+![Version: 0.7.1](https://img.shields.io/badge/Version-0.7.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 22.0.1](https://img.shields.io/badge/AppVersion-22.0.1-informational?style=flat-square)
 
 (Alpha) A Helm chart for Keycloak on Kubernetes
 
-- 
GitLab