Skip to content

Commit 55b0428

Browse files
authored
Merge branch 'CloudPirates-io:main' into main
2 parents 16d9950 + b107e1b commit 55b0428

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

charts/keycloak/CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# Changelog
22

3-
## 0.3.1 (2025-10-09)
3+
## 0.3.2 (2025-10-09)
44

5-
* [keycloak/keycloak] Update charts/keycloak/values.yaml keycloak/keycloak to v26.3.5 (patch) ([#261](https://github.com/CloudPirates-io/helm-charts/pull/261))
5+
* [keycloak/keycloak] Update charts/keycloak/values.yaml keycloak/keycloak to v26.4.0 (minor) ([#270](https://github.com/CloudPirates-io/helm-charts/pull/270))
6+
7+
## <small>0.3.1 (2025-10-09)</small>
8+
9+
* [keycloak/keycloak] Update charts/keycloak/values.yaml keycloak/keycloak to v26.3.5 (patch) (#261) ([360de40](https://github.com/CloudPirates-io/helm-charts/commit/360de40)), closes [#261](https://github.com/CloudPirates-io/helm-charts/issues/261)
610

711
## 0.3.0 (2025-10-08)
812

charts/keycloak/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: keycloak
33
description: Open Source Identity and Access Management Solution
44
type: application
5-
version: 0.3.1
5+
version: 0.3.2
66
appVersion: "26.3.4"
77
keywords:
88
- keycloak

charts/keycloak/tests/common-parameters_test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ tests:
2222
template: templates/deployment.yaml
2323
- equal:
2424
path: spec.template.spec.containers[0].image
25-
value: docker.io/keycloak/keycloak:26.3.5@sha256:357829ec7c4693397533035092ad13b0644bcc95ded311f33a3738c4d9e9bdba
25+
value: docker.io/keycloak/keycloak:26.4.0@sha256:5f3fb534cde6bf006d79f5912473e5d2c828c707cdfc52e16972803aca9d43dd
2626
template: templates/deployment.yaml
2727

2828
- it: should render custom name and fullname overrides
@@ -62,7 +62,7 @@ tests:
6262
asserts:
6363
- equal:
6464
path: spec.template.spec.containers[0].image
65-
value: custom-registry.io/keycloak/keycloak:26.3.5@sha256:357829ec7c4693397533035092ad13b0644bcc95ded311f33a3738c4d9e9bdba
65+
value: custom-registry.io/keycloak/keycloak:26.4.0@sha256:5f3fb534cde6bf006d79f5912473e5d2c828c707cdfc52e16972803aca9d43dd
6666
template: templates/deployment.yaml
6767

6868
- it: should render custom replica count

charts/keycloak/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ image:
2222
## @param image.repository Keycloak image repository
2323
repository: keycloak/keycloak
2424
## @param image.tag Keycloak image tag (immutable tags are recommended)
25-
tag: "26.3.5@sha256:357829ec7c4693397533035092ad13b0644bcc95ded311f33a3738c4d9e9bdba"
25+
tag: "26.4.0@sha256:5f3fb534cde6bf006d79f5912473e5d2c828c707cdfc52e16972803aca9d43dd"
2626
## @param image.imagePullPolicy Keycloak image pull policy
2727
imagePullPolicy: Always
2828
## @param image.command Keycloak container command

0 commit comments

Comments
 (0)