Skip to content

chore(chart-deps): update keycloak to version 24.7.5 #2306

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 3 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
6 changes: 3 additions & 3 deletions apps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ appsInfo:
integration: Argo CD is configured by APL to use the SSO provided by keycloak, and maps APL groups to Argo CD roles. The otomi-admin role is made super admin within Argo CD. The team-admin role has access to Argo CD and is admin of all team projects. Members of team roles are only allowed to administer their own projects. All Teams will automatically get access to a Git repo, and Argo CD is configured to listen to this repo. All a team has to do is to fill their repo with intended state, commit, and automation takes care of the rest.
cert-manager:
title: Certificate Manager
appVersion: 1.17.1
appVersion: 1.18.2
repo: https://github.com/cert-manager/cert-manager
maintainers: The Linux Foundation
relatedLinks:
Expand Down Expand Up @@ -56,7 +56,7 @@ appsInfo:
isDeprecated: true
deprecationInfo:
replacement: tekton
path: '/#/namespaces/otomi-pipelines/pipelineruns'
path: /#/namespaces/otomi-pipelines/pipelineruns
message: Drone is deprecated for enhanced performance, maintainability, and integration.
reasons:
- To improve overall system performance
Expand Down Expand Up @@ -168,7 +168,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.0
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.5
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.0-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.0
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.5
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.0-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