From ccc62af5314c9b8b844413900d57c6bb1ca51f44 Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Fri, 30 Jun 2023 19:09:59 +0200
Subject: [PATCH] chore(keycloak): Upgrade to keycloak 21.1.2

---
 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 6e02f786b..fca532e72 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.6.0
+version: 0.6.1
 # renovate: image=quay.io/keycloak/keycloak
-appVersion: "21.1.1"
+appVersion: "21.1.2"
 maintainers:
 - name: Sheogorath
   url: https://shivering-isles.com
diff --git a/charts/keycloak/README.md b/charts/keycloak/README.md
index 429e42485..46860c641 100644
--- a/charts/keycloak/README.md
+++ b/charts/keycloak/README.md
@@ -1,6 +1,6 @@
 # keycloak
 
-![Version: 0.6.0](https://img.shields.io/badge/Version-0.6.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 21.1.1](https://img.shields.io/badge/AppVersion-21.1.1-informational?style=flat-square)
+![Version: 0.6.1](https://img.shields.io/badge/Version-0.6.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 21.1.2](https://img.shields.io/badge/AppVersion-21.1.2-informational?style=flat-square)
 
 (Alpha) A Helm chart for Keycloak on Kubernetes
 
-- 
GitLab