Skip to content

Commit 6fc76c5

Browse files
committed
update chart to use bitnami legacy
1 parent 898bcd2 commit 6fc76c5

File tree

4 files changed

+10
-28
lines changed

4 files changed

+10
-28
lines changed

deployments/kubernetes/charts/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
Helm 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

1010
The chart has some common values, if you want to run this on your local machine you can use the following values (*

deployments/kubernetes/charts/clowder2/Chart.lock

Lines changed: 0 additions & 18 deletions
This file was deleted.

deployments/kubernetes/charts/clowder2/Chart.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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:
3737
dependencies:
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

deployments/kubernetes/charts/clowder2/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
Helm 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

1010
The chart has some common values; you can overwrite with your own values following below examples:

0 commit comments

Comments
 (0)