Skip to content

Commit 665361a

Browse files
committed
update keycloak requirements in template
On-behalf-of: @SAP angel.kafazov@sap.com Signed-off-by: Angel Kafazov <akafazov@cst-bg.net>
1 parent 1affe3f commit 665361a

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

charts/keycloak/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ The `common` chart is a library of common resources that are shared across all o
1010

1111
## Requirements
1212

13-
| Repository | Name | Version |
13+
| Repository | Name | Sources |
1414
|------------|------|---------|
15-
| oci://ghcr.io/openmfp/helm-charts | common | 0.1.8 |
16-
| oci://registry-1.docker.io/bitnamicharts | keycloak(keycloak) | 24.2.3 |
15+
| oci://ghcr.io/openmfp/helm-charts | common | [source](https://github.com/openmfp/helm-charts/tree/main/charts/common)|
16+
| oci://ghcr.io/openmfp/helm-charts | keycloak | [source](https://github.com/bitnami/charts/tree/main/bitnami/keycloak) |
1717

1818
## Values
1919

charts/keycloak/README.md.gotmpl

+6-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,12 @@
77

88
The `common` chart is a library of common resources that are shared across all other charts in the repository. It has no templates, but provides helm template functions and default values that can be used by other charts.
99

10-
{{ template "chart.requirementsSection" . }}
10+
## Requirements
11+
12+
| Repository | Name | Sources |
13+
|------------|------|---------|
14+
| oci://ghcr.io/openmfp/helm-charts | common | [source](https://github.com/openmfp/helm-charts/tree/main/charts/common)|
15+
| oci://ghcr.io/openmfp/helm-charts | keycloak | [source](https://github.com/bitnami/charts/tree/main/bitnami/keycloak) |
1116

1217
{{ template "chart.valuesHeader" . }}
1318

0 commit comments

Comments
 (0)