Skip to content

Commit 7673c62

Browse files
solidnerdMirco Hacker
authored andcommitted
feat: support helm chart version 2
Closes codecentric#465 Signed-off-by: solidnerd <[email protected]>
1 parent 6f9f62a commit 7673c62

File tree

4 files changed

+11
-8
lines changed

4 files changed

+11
-8
lines changed

charts/keycloak/requirements.lock renamed to charts/keycloak/Chart.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ dependencies:
33
repository: https://charts.bitnami.com/bitnami
44
version: 10.3.13
55
digest: sha256:0b35e861ab4e49a0d63eb83bf74a753a4b12d576d2d5f941701a659b4c93e1e4
6-
generated: "2021-03-18T11:41:44.099229802+01:00"
6+
generated: "2021-10-02T08:07:05.761175+02:00"

charts/keycloak/Chart.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
apiVersion: v1
1+
apiVersion: v2
22
name: keycloak
3-
version: 15.1.0
3+
version: 16.0.0
44
appVersion: 15.0.2
55
description: Open Source Identity and Access Management For Modern Applications and Services
66
keywords:
@@ -21,3 +21,8 @@ maintainers:
2121
2222
- name: thomasdarimont
2323
24+
dependencies:
25+
- name: postgresql
26+
version: 10.3.13
27+
repository: https://charts.bitnami.com/bitnami
28+
condition: postgresql.enabled

charts/keycloak/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ For more information on Keycloak and its capabilities, see its [documentation](h
1919
The chart has an optional dependency on the [PostgreSQL](https://github.com/bitnami/charts/tree/master/bitnami/postgresql) chart.
2020
By default, the PostgreSQL chart requires PV support on underlying infrastructure (may be disabled).
2121

22+
**Important**
23+
Since Version `v16.0.0` the support for Helm v2 is dropped in favor of to support also the latest postgres Helm Chart Version which requires Helm v3 only.
24+
2225
## Installing the Chart
2326

2427
To install the chart with the release name `keycloak`:

charts/keycloak/requirements.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)