diff --git a/deployments/kubernetes/charts/README.md b/deployments/kubernetes/charts/README.md index 6609a46df..71cfe4349 100644 --- a/deployments/kubernetes/charts/README.md +++ b/deployments/kubernetes/charts/README.md @@ -3,8 +3,8 @@ Helm charts depend on some subcharts, make sure to have them installed if you plan on modifying the helm chart: ```bash -helm repo add bitnami https://charts.bitnami.com/bitnami -helm dep build +helm repo add bitnami https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami +helm dependency update ``` The chart has some common values, if you want to run this on your local machine you can use the following values (* diff --git a/deployments/kubernetes/charts/clowder2/Chart.lock b/deployments/kubernetes/charts/clowder2/Chart.lock index 34d00de5c..d675f46bd 100644 --- a/deployments/kubernetes/charts/clowder2/Chart.lock +++ b/deployments/kubernetes/charts/clowder2/Chart.lock @@ -1,18 +1,18 @@ dependencies: - name: mongodb - repository: https://charts.bitnami.com/bitnami + repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami/ version: 12.1.31 - name: minio - repository: https://charts.bitnami.com/bitnami + repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami/ version: 12.13.2 - name: rabbitmq - repository: https://charts.bitnami.com/bitnami + repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami/ version: 10.3.9 - name: elasticsearch - repository: https://charts.bitnami.com/bitnami - version: 19.17.6 + repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami/ + version: 19.21.2 - name: keycloak - repository: https://charts.bitnami.com/bitnami + repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami/ version: 13.4.1 -digest: sha256:bc6716e0e75da58a375db706ad62a53f3730c867b1a51b75f756a6726ad39d0f -generated: "2024-02-12T16:23:45.259548-06:00" +digest: sha256:21d18d2cca8db612841c7d9ee1bade697171d353524ed5cab6f24c91cc774e2f +generated: "2025-11-13T15:27:27.006227-06:00" diff --git a/deployments/kubernetes/charts/clowder2/Chart.yaml b/deployments/kubernetes/charts/clowder2/Chart.yaml index fea872e94..c9f1d07c5 100644 --- a/deployments/kubernetes/charts/clowder2/Chart.yaml +++ b/deployments/kubernetes/charts/clowder2/Chart.yaml @@ -13,7 +13,7 @@ description: > # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.9.2 +version: 1.9.3 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to @@ -37,21 +37,21 @@ sources: dependencies: - name: mongodb version: ~12 - repository: https://charts.bitnami.com/bitnami + repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami/ condition: mongodb.enabled - name: minio version: ~12 - repository: https://charts.bitnami.com/bitnami + repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami/ condition: minio.enabled - name: rabbitmq version: ~10 - repository: https://charts.bitnami.com/bitnami + repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami/ condition: rabbitmq.enabled - name: elasticsearch version: ~19 - repository: https://charts.bitnami.com/bitnami + repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami/ condition: elasticsearch.enabled - name: keycloak version: ~13 - repository: https://charts.bitnami.com/bitnami + repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami/ condition: keycloak.enabled diff --git a/deployments/kubernetes/charts/clowder2/README.md b/deployments/kubernetes/charts/clowder2/README.md index 0f7c69768..d5e59520d 100644 --- a/deployments/kubernetes/charts/clowder2/README.md +++ b/deployments/kubernetes/charts/clowder2/README.md @@ -3,8 +3,8 @@ Helm charts depend on some subcharts, make sure to have them installed if you plan on modifying the helm chart: ```bash -helm repo add bitnami https://charts.bitnami.com/bitnami -helm dep build +helm repo add bitnami https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami +helm dependency update ``` The chart has some common values; you can overwrite with your own values following below examples: