Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
402d929
chore(chart-deps): update keycloak to version 7.3.1
svcAPLBot Sep 2, 2026
18eb4a2
Merge branch 'main' into ci-update-keycloak-to-7.3.1
svcAPLBot Sep 2, 2026
3edfa55
Merge branch 'main' into ci-update-keycloak-to-7.3.1
svcAPLBot Sep 2, 2026
dbf6d9c
Merge branch 'main' into ci-update-keycloak-to-7.3.1
svcAPLBot Sep 3, 2026
b321f86
Merge branch 'main' into ci-update-keycloak-to-7.3.1
svcAPLBot Sep 7, 2026
a3c7077
Merge branch 'main' into ci-update-keycloak-to-7.3.1
svcAPLBot Sep 7, 2026
61158b6
Merge branch 'main' into ci-update-keycloak-to-7.3.1
svcAPLBot Sep 8, 2026
95ea47a
Merge branch 'main' into ci-update-keycloak-to-7.3.1
svcAPLBot Sep 8, 2026
52086a7
Merge branch 'main' into ci-update-keycloak-to-7.3.1
svcAPLBot Sep 9, 2026
f8b3a71
Merge branch 'main' into ci-update-keycloak-to-7.3.1
svcAPLBot Sep 9, 2026
4015b6b
Merge branch 'main' into ci-update-keycloak-to-7.3.1
svcAPLBot Sep 9, 2026
7aa015e
Merge branch 'main' into ci-update-keycloak-to-7.3.1
svcAPLBot Sep 9, 2026
0406e7c
Merge branch 'main' into ci-update-keycloak-to-7.3.1
svcAPLBot Sep 10, 2026
4baf7b3
Merge branch 'main' into ci-update-keycloak-to-7.3.1
svcAPLBot Sep 10, 2026
9e5cae8
Merge branch 'main' into ci-update-keycloak-to-7.3.1
svcAPLBot Sep 10, 2026
49b2e74
Merge branch 'main' into ci-update-keycloak-to-7.3.1
svcAPLBot Sep 10, 2026
1706c16
Merge branch 'main' into ci-update-keycloak-to-7.3.1
svcAPLBot Sep 10, 2026
e4ccb89
Merge branch 'main' into ci-update-keycloak-to-7.3.1
svcAPLBot Sep 10, 2026
025aa96
Merge branch 'main' into ci-update-keycloak-to-7.3.1
svcAPLBot Sep 10, 2026
77288e8
Merge branch 'main' into ci-update-keycloak-to-7.3.1
svcAPLBot Sep 10, 2026
d7b15c9
Merge branch 'main' into ci-update-keycloak-to-7.3.1
svcAPLBot Sep 10, 2026
faa47f2
Merge branch 'main' into ci-update-keycloak-to-7.3.1
svcAPLBot Sep 10, 2026
91fda63
Merge branch 'main' into ci-update-keycloak-to-7.3.1
svcAPLBot Sep 11, 2026
6d90646
Merge branch 'main' into ci-update-keycloak-to-7.3.1
svcAPLBot Sep 11, 2026
14870c5
Merge branch 'main' into ci-update-keycloak-to-7.3.1
svcAPLBot Sep 11, 2026
d7f150c
Merge branch 'main' into ci-update-keycloak-to-7.3.1
svcAPLBot Sep 11, 2026
2d3b283
Merge branch 'main' into ci-update-keycloak-to-7.3.1
svcAPLBot Sep 11, 2026
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
2 changes: 1 addition & 1 deletion apps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ appsInfo:
integration: App Platform has security best practices built in, and is designed for intrusion. Istio is used by App Platform as a service mesh to deliver mTLS enforcement for all traffic that is deemed compromisable, egress control to force teams to choose explicit egress endpoints, and advanced routing capabilities such as weight based load balancing (A/B or blue/green testing). Istio is part of the core of App Platform and can not be disabled.
keycloak:
title: Keycloak
appVersion: 26.6.4
appVersion: 26.7.3
repo: https://github.com/keycloak/keycloak
maintainers: Keycloak
relatedLinks:
Expand Down
2 changes: 1 addition & 1 deletion charts/dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ dependencies:
repository: https://istio-release.storage.googleapis.com/charts
- name: keycloakx
alias: keycloak
version: 7.2.3
version: 7.3.1
repository: https://codecentric.github.io/helm-charts
- name: knative-operator
version: v1.23.1
Expand Down
4 changes: 2 additions & 2 deletions charts/keycloak/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 26.6.4
appVersion: 26.7.3
description: Keycloak.X - Open Source Identity and Access Management for Modern Applications
and Services
home: https://www.keycloak.org/
Expand All @@ -21,4 +21,4 @@ name: keycloakx
sources:
- https://github.com/codecentric/helm-charts
- https://github.com/keycloak/keycloak/tree/main/quarkus/container
version: 7.2.3
version: 7.3.1
2 changes: 1 addition & 1 deletion charts/keycloak/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ image:
# The Keycloak image repository
repository: quay.io/keycloak/keycloak
# Overrides the Keycloak image tag whose default is the chart appVersion
tag: "26.6.4"
tag: "26.7.3"
# Overrides the Keycloak image tag with a specific digest
digest: ""
# The Keycloak image pull policy
Expand Down
Loading