Skip to content
Merged
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 charts/keycloak/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: keycloak
description: A Helm chart for deploying Keycloak IAM using the upstream quay.io/keycloak/keycloak image on Kubernetes
type: application
version: 26.5.0
version: 26.5.0+patch1
appVersion: "26.5.0"
keywords:
- keycloak
Expand Down Expand Up @@ -30,5 +30,5 @@ annotations:
- name: Source
url: https://github.com/KitStream/helms
artifacthub.io/changes: |
- kind: added
description: Initial Keycloak chart with upstream image support
- kind: changed
description: Internal patch release
2 changes: 2 additions & 0 deletions charts/keycloak/ci/e2e-values-replicas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ database:
secretName: keycloak-db-password
secretKey: password

hostname: "keycloak-e2e.keycloak-e2e.svc.cluster.local"

cache:
stack: kubernetes

Expand Down
2 changes: 1 addition & 1 deletion charts/keycloak/tests/serviceaccount_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ tests:
- isSubset:
path: metadata.labels
content:
helm.sh/chart: keycloak-26.5.0
helm.sh/chart: keycloak-26.5.0_patch1
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/version: "26.5.0"
Loading