Update Keycloak Chart.yaml for dependencies and version
All checks were successful
Build Helm Chart / helm-package (push) Successful in 6s
All checks were successful
Build Helm Chart / helm-package (push) Successful in 6s
This commit modifies the `Chart.yaml` file for the Keycloak Helm chart. The changes include restructuring dependency entries for `postgresql` to use a list format instead of a single line. Additionally, the version number has been updated from `25.2.0` to `25.2.0-test1`. These changes improve clarity and organization of the dependencies section, making it easier to manage configurations in the future. No breaking changes are introduced, and the chart remains compatible with existing deployments.
This commit is contained in:
@@ -13,27 +13,28 @@ annotations:
|
||||
apiVersion: v2
|
||||
appVersion: 26.3.3
|
||||
dependencies:
|
||||
- condition: postgresql.enabled
|
||||
name: postgresql
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 16.x.x
|
||||
- name: common
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
tags:
|
||||
- bitnami-common
|
||||
version: 2.x.x
|
||||
description: Keycloak is a high performance Java-based identity and access management
|
||||
- condition: postgresql.enabled
|
||||
name: postgresql
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 16.x.x
|
||||
- name: common
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
tags:
|
||||
- bitnami-common
|
||||
version: 2.x.x
|
||||
description:
|
||||
Keycloak is a high performance Java-based identity and access management
|
||||
solution. It lets developers add an authentication layer to their applications with
|
||||
minimum effort.
|
||||
home: https://bitnami.com
|
||||
icon: https://dyltqmyl993wv.cloudfront.net/assets/stacks/keycloak/img/keycloak-stack-220x234.png
|
||||
keywords:
|
||||
- keycloak
|
||||
- access-management
|
||||
- keycloak
|
||||
- access-management
|
||||
maintainers:
|
||||
- name: Broadcom, Inc. All Rights Reserved.
|
||||
url: https://github.com/bitnami/charts
|
||||
- name: Broadcom, Inc. All Rights Reserved.
|
||||
url: https://github.com/bitnami/charts
|
||||
name: keycloak
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/keycloak
|
||||
version: 25.2.0
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/keycloak
|
||||
version: 25.2.0-test1
|
||||
|
Reference in New Issue
Block a user