Skip to content

Commit

Permalink
feat: support helm chart version 2
Browse files Browse the repository at this point in the history
Closes #465

Signed-off-by: solidnerd <[email protected]>
  • Loading branch information
solidnerd authored and Mirco Hacker committed Dec 10, 2021
1 parent 6f9f62a commit 7673c62
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ dependencies:
repository: https://charts.bitnami.com/bitnami
version: 10.3.13
digest: sha256:0b35e861ab4e49a0d63eb83bf74a753a4b12d576d2d5f941701a659b4c93e1e4
generated: "2021-03-18T11:41:44.099229802+01:00"
generated: "2021-10-02T08:07:05.761175+02:00"
9 changes: 7 additions & 2 deletions charts/keycloak/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
apiVersion: v2
name: keycloak
version: 15.1.0
version: 16.0.0
appVersion: 15.0.2
description: Open Source Identity and Access Management For Modern Applications and Services
keywords:
Expand All @@ -21,3 +21,8 @@ maintainers:
email: [email protected]
- name: thomasdarimont
email: [email protected]
dependencies:
- name: postgresql
version: 10.3.13
repository: https://charts.bitnami.com/bitnami
condition: postgresql.enabled
3 changes: 3 additions & 0 deletions charts/keycloak/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ For more information on Keycloak and its capabilities, see its [documentation](h
The chart has an optional dependency on the [PostgreSQL](https://github.com/bitnami/charts/tree/master/bitnami/postgresql) chart.
By default, the PostgreSQL chart requires PV support on underlying infrastructure (may be disabled).

**Important**
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.

## Installing the Chart

To install the chart with the release name `keycloak`:
Expand Down
5 changes: 0 additions & 5 deletions charts/keycloak/requirements.yaml

This file was deleted.

0 comments on commit 7673c62

Please sign in to comment.