Skip to content
Open
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 Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: ldap-stack
description: OpenLDAP + phpLDAPadmin + Keycloak stack for centralized identity management with SSO support
type: application
version: 1.4.2
version: 1.4.3
appVersion: "2.6.1"
annotations:
artifacthub.io/signKey: |
Expand All @@ -23,7 +23,7 @@ annotations:
- name: phpldapadmin
image: phpldapadmin/phpldapadmin:2.3.9
- name: keycloak
image: quay.io/keycloak/keycloak:26.6.0
image: quay.io/keycloak/keycloak:26.6.1
- name: ldap-sync-google
image: startcodex/ldap-sync-google:0.3.0
artifacthub.io/containsSecurityUpdates: "true"
Expand Down
2 changes: 1 addition & 1 deletion values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ keycloak:

image:
repository: quay.io/keycloak/keycloak
tag: "26.6.0"
tag: "26.6.1"
pullPolicy: IfNotPresent

# Keycloak admin credentials (REQUIRED)
Expand Down