From 095680a6471c36f86cdbbb2fc8da685f66068221 Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Mon, 8 Jan 2024 17:26:03 +0100 Subject: [PATCH] chore(keycloak): Upgrade to version 23.0.4 --- charts/keycloak/Chart.yaml | 4 ++-- charts/keycloak/README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/keycloak/Chart.yaml b/charts/keycloak/Chart.yaml index b9bb5ac06..43f5d9cd4 100644 --- a/charts/keycloak/Chart.yaml +++ b/charts/keycloak/Chart.yaml @@ -9,9 +9,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.10 +version: 0.7.11 # renovate: image=quay.io/keycloak/keycloak -appVersion: "23.0.3" +appVersion: "23.0.4" maintainers: - name: Sheogorath url: https://shivering-isles.com diff --git a/charts/keycloak/README.md b/charts/keycloak/README.md index 5c801dcf4..b4455d588 100644 --- a/charts/keycloak/README.md +++ b/charts/keycloak/README.md @@ -1,6 +1,6 @@ # keycloak -   +   A Helm chart for Keycloak on Kubernetes @@ -77,4 +77,4 @@ A Helm chart for Keycloak on Kubernetes | tolerations | list | `[]` | | ---------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0) +Autogenerated from chart metadata using [helm-docs v1.12.0](https://github.com/norwoodj/helm-docs/releases/v1.12.0) -- GitLab