File tree Expand file tree Collapse file tree 4 files changed +10
-28
lines changed
deployments/kubernetes/charts Expand file tree Collapse file tree 4 files changed +10
-28
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 (*
Load Diff This file was deleted.
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/
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/
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/
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/
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/
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