Skip to content

Commit

Permalink
[bitnami/keycloak] Release 22.2.3 (#29320)
Browse files Browse the repository at this point in the history
* [bitnami/keycloak] Release 22.2.3 updating components versions

Signed-off-by: Bitnami Containers <[email protected]>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <[email protected]>

---------

Signed-off-by: Bitnami Containers <[email protected]>
  • Loading branch information
bitnami-bot authored Sep 10, 2024
1 parent f0167a5 commit d392ad9
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 11 deletions.
8 changes: 6 additions & 2 deletions bitnami/keycloak/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## 22.2.2 (2024-09-09)
## 22.2.3 (2024-09-10)

* [bitnami/keycloak] Specify which keys must the secret have for jks in values.yaml comments ([#29301](https://github.com/bitnami/charts/pull/29301))
* [bitnami/keycloak] Release 22.2.3 ([#29320](https://github.com/bitnami/charts/pull/29320))

## <small>22.2.2 (2024-09-09)</small>

* [bitnami/keycloak] Specify which keys must the secret have for jks in values.yaml comments (#29301) ([5287334](https://github.com/bitnami/charts/commit/5287334f451638971f6bbf59c8d3f57928aa00a3)), closes [#29301](https://github.com/bitnami/charts/issues/29301)

## <small>22.2.1 (2024-08-26)</small>

Expand Down
6 changes: 3 additions & 3 deletions bitnami/keycloak/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 15.5.23
version: 15.5.28
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.22.0
digest: sha256:d4a3268d3e51d687c6f9ad1848ec29c8bfa640d6087a19d2b09ab275860b89c5
generated: "2024-08-19T20:47:45.802271807Z"
digest: sha256:02cd6a7741417e5dba22e6c4254f1b6fe57d6602ee33846152a0420db376a245
generated: "2024-09-10T07:48:14.621920026Z"
8 changes: 4 additions & 4 deletions bitnami/keycloak/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ annotations:
licenses: Apache-2.0
images: |
- name: keycloak
image: docker.io/bitnami/keycloak:25.0.4-debian-12-r1
image: docker.io/bitnami/keycloak:25.0.5-debian-12-r0
- name: keycloak-config-cli
image: docker.io/bitnami/keycloak-config-cli:6.1.6-debian-12-r0
image: docker.io/bitnami/keycloak-config-cli:6.1.6-debian-12-r3
apiVersion: v2
appVersion: 25.0.4
appVersion: 25.0.5
dependencies:
- condition: postgresql.enabled
name: postgresql
Expand All @@ -33,4 +33,4 @@ maintainers:
name: keycloak
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/keycloak
version: 22.2.2
version: 22.2.3
4 changes: 2 additions & 2 deletions bitnami/keycloak/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/keycloak
tag: 25.0.4-debian-12-r1
tag: 25.0.5-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down Expand Up @@ -1113,7 +1113,7 @@ keycloakConfigCli:
image:
registry: docker.io
repository: bitnami/keycloak-config-cli
tag: 6.1.6-debian-12-r0
tag: 6.1.6-debian-12-r3
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down

0 comments on commit d392ad9

Please sign in to comment.