Skip to content

chore(chart-deps): update keycloak to version 24.7.6 #2328

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions apps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ appsInfo:
chartName: cloudnative-pg
external-dns:
title: External DNS
appVersion: 0.13.4
appVersion: 0.18.0
repo: https://github.com/kubernetes-sigs/external-dns
maintainers: Kubernetes SIGs
relatedLinks:
Expand Down Expand Up @@ -140,7 +140,7 @@ appsInfo:
integration: Jaeger can be activated to gain tracing insights on its network traffic. It runs in anonymous mode and each authenticated user is given the same authorization, allowing them to see everything.
keycloak:
title: Keycloak Operator
appVersion: 26.2.4
appVersion: 26.3.1
repo: https://github.com/keycloak/keycloak
maintainers: Keycloak
relatedLinks:
Expand Down
2 changes: 1 addition & 1 deletion chart/chart-index/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ dependencies:
version: 2.46.0
repository: https://jaegertracing.github.io/helm-charts
- name: keycloak
version: 24.7.1
version: 24.7.6
repository: https://charts.bitnami.com/bitnami
- name: kiali-operator
version: 2.10.0
Expand Down
8 changes: 4 additions & 4 deletions charts/keycloak/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ annotations:
category: DeveloperTools
images: |
- name: keycloak
image: docker.io/bitnami/keycloak:26.2.4-debian-12-r0
image: docker.io/bitnami/keycloak:26.3.1-debian-12-r0
- name: keycloak-config-cli
image: docker.io/bitnami/keycloak-config-cli:6.4.0-debian-12-r6
image: docker.io/bitnami/keycloak-config-cli:6.4.0-debian-12-r9
licenses: Apache-2.0
tanzuCategory: application
apiVersion: v2
appVersion: 26.2.4
appVersion: 26.3.1
dependencies:
- condition: postgresql.enabled
name: postgresql
Expand All @@ -33,4 +33,4 @@ maintainers:
name: keycloak
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/keycloak
version: 24.7.1
version: 24.7.6
4 changes: 2 additions & 2 deletions charts/keycloak/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/keycloak
tag: 26.2.4-debian-12-r0
tag: 26.3.1-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
Expand Down Expand Up @@ -1135,7 +1135,7 @@ keycloakConfigCli:
image:
registry: docker.io
repository: bitnami/keycloak-config-cli
tag: 6.4.0-debian-12-r6
tag: 6.4.0-debian-12-r9
digest: ""
## Specify a imagePullPolicy
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
Expand Down