File tree Expand file tree Collapse file tree 4 files changed +18
-18
lines changed
deployments/kubernetes/charts Expand file tree Collapse file tree 4 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 33Helm charts depend on some subcharts, make sure to have them installed if you plan on modifying the helm chart:
44
55``` bash
6- helm repo add bitnami https://charts.bitnami .com/bitnami
7- helm dep build
6+ helm repo add bitnami https://raw.githubusercontent .com/bitnami/charts/archive-full-index /bitnami
7+ helm dependency update
88```
99
1010The chart has some common values, if you want to run this on your local machine you can use the following values (*
Original file line number Diff line number Diff line change 11dependencies:
22- name: mongodb
3- repository: https://charts.bitnami .com/bitnami
3+ repository: https://raw.githubusercontent .com/bitnami/charts/archive-full-index/bitnami/
44 version: 12.1.31
55- name: minio
6- repository: https://charts.bitnami .com/bitnami
6+ repository: https://raw.githubusercontent .com/bitnami/charts/archive-full-index/bitnami/
77 version: 12.13.2
88- name: rabbitmq
9- repository: https://charts.bitnami .com/bitnami
9+ repository: https://raw.githubusercontent .com/bitnami/charts/archive-full-index/bitnami/
1010 version: 10.3.9
1111- name: elasticsearch
12- repository: https://charts.bitnami .com/bitnami
13- version: 19.17.6
12+ repository: https://raw.githubusercontent .com/bitnami/charts/archive-full-index/bitnami/
13+ version: 19.21.2
1414- name: keycloak
15- repository: https://charts.bitnami .com/bitnami
15+ repository: https://raw.githubusercontent .com/bitnami/charts/archive-full-index/bitnami/
1616 version: 13.4.1
17- digest: sha256:bc6716e0e75da58a375db706ad62a53f3730c867b1a51b75f756a6726ad39d0f
18- generated: "2024-02-12T16:23:45.259548 -06:00"
17+ digest: sha256:21d18d2cca8db612841c7d9ee1bade697171d353524ed5cab6f24c91cc774e2f
18+ generated: "2025-11-13T15:27:27.006227 -06:00"
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ description: >
1313# This is the chart version. This version number should be incremented each time you make changes
1414# to the chart and its templates, including the app version.
1515# Versions are expected to follow Semantic Versioning (https://semver.org/)
16- version : 1.9.2
16+ version : 1.9.3
1717
1818# This is the version number of the application being deployed. This version number should be
1919# incremented each time you make changes to the application. Versions are not expected to
@@ -37,21 +37,21 @@ sources:
3737dependencies :
3838 - name : mongodb
3939 version : ~12
40- repository : https://charts.bitnami .com/bitnami
40+ repository : https://raw.githubusercontent .com/bitnami/charts/archive-full-index/bitnami/
4141 condition : mongodb.enabled
4242 - name : minio
4343 version : ~12
44- repository : https://charts.bitnami .com/bitnami
44+ repository : https://raw.githubusercontent .com/bitnami/charts/archive-full-index/bitnami/
4545 condition : minio.enabled
4646 - name : rabbitmq
4747 version : ~10
48- repository : https://charts.bitnami .com/bitnami
48+ repository : https://raw.githubusercontent .com/bitnami/charts/archive-full-index/bitnami/
4949 condition : rabbitmq.enabled
5050 - name : elasticsearch
5151 version : ~19
52- repository : https://charts.bitnami .com/bitnami
52+ repository : https://raw.githubusercontent .com/bitnami/charts/archive-full-index/bitnami/
5353 condition : elasticsearch.enabled
5454 - name : keycloak
5555 version : ~13
56- repository : https://charts.bitnami .com/bitnami
56+ repository : https://raw.githubusercontent .com/bitnami/charts/archive-full-index/bitnami/
5757 condition : keycloak.enabled
Original file line number Diff line number Diff line change 33Helm charts depend on some subcharts, make sure to have them installed if you plan on modifying the helm chart:
44
55``` bash
6- helm repo add bitnami https://charts.bitnami .com/bitnami
7- helm dep build
6+ helm repo add bitnami https://raw.githubusercontent .com/bitnami/charts/archive-full-index /bitnami
7+ helm dependency update
88```
99
1010The chart has some common values; you can overwrite with your own values following below examples:
You can’t perform that action at this time.
0 commit comments