Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions deployments/kubernetes/charts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 (*
Expand Down
16 changes: 8 additions & 8 deletions deployments/kubernetes/charts/clowder2/Chart.lock
Original file line number Diff line number Diff line change
@@ -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"
12 changes: 6 additions & 6 deletions deployments/kubernetes/charts/clowder2/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
4 changes: 2 additions & 2 deletions deployments/kubernetes/charts/clowder2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down