Skip to content

Commit c65d420

Browse files
[keycloak/keycloak] Update charts/keycloak/values.yaml keycloak/keycloak to v26.4.4 (patch) (#563)
* [keycloak/keycloak] Update charts/keycloak/values.yaml keycloak/keycloak to v26.4.4 * Bump chart version * Bump chart version * Fix lint * Fix lint again --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Finn Rades <[email protected]> Co-authored-by: Finn Rades <[email protected]>
1 parent 04e16c9 commit c65d420

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

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.8.3
5+
version: 0.8.4
66
appVersion: "26.4.2"
77
keywords:
88
- keycloak

charts/keycloak/tests/common-parameters_test.yaml

Lines changed: 3 additions & 3 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.4.2@sha256:3617b09bb4b7510a8d8d9b9fc5707399e2d70688dbcc2f8fb013a144829be1b9
25+
value: docker.io/keycloak/keycloak:26.4.4@sha256:c6459d5fae1b759f5d667ebdc6237ab3121379c3494e213898569014ede1846d
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.4.2@sha256:3617b09bb4b7510a8d8d9b9fc5707399e2d70688dbcc2f8fb013a144829be1b9
65+
value: custom-registry.io/keycloak/keycloak:26.4.4@sha256:c6459d5fae1b759f5d667ebdc6237ab3121379c3494e213898569014ede1846d
6666
template: templates/deployment.yaml
6767

6868
- it: should render custom replica count
@@ -190,4 +190,4 @@ tests:
190190
- contains:
191191
path: spec.template.spec.containers[0].args
192192
content: "start"
193-
template: templates/deployment.yaml
193+
template: templates/deployment.yaml

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.4.2@sha256:3617b09bb4b7510a8d8d9b9fc5707399e2d70688dbcc2f8fb013a144829be1b9"
25+
tag: "26.4.4@sha256:c6459d5fae1b759f5d667ebdc6237ab3121379c3494e213898569014ede1846d"
2626
## @param image.imagePullPolicy Keycloak image pull policy
2727
imagePullPolicy: Always
2828
## @param image.command Keycloak container command

0 commit comments

Comments
 (0)