Skip to content

Commit 1ed5efa

Browse files
committed
use bitnami legacy
1 parent 2c6d0bb commit 1ed5efa

File tree

3 files changed

+51
-6
lines changed

3 files changed

+51
-6
lines changed

CHANGELOG.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,45 @@
11
# Change Log
22

3+
## 0.20.0
4+
5+
**Release date:** 2025-09-25
6+
7+
![AppVersion: 1.23.0](https://img.shields.io/static/v1?label=AppVersion&message=1.23.0&color=success&logo=)
8+
![Helm: v3](https://img.shields.io/static/v1?label=Helm&message=v3&color=informational&logo=helm)
9+
10+
11+
* use bitnami legacy
12+
13+
### Default value changes
14+
15+
```diff
16+
diff --git a/values.yaml b/values.yaml
17+
index e7acd93..9fae520 100644
18+
--- a/values.yaml
19+
+++ b/values.yaml
20+
@@ -262,7 +262,8 @@ mongodb:
21+
22+
# clowder works with 3.6 only
23+
image:
24+
- tag: 3.6
25+
+ repository: bitnamilegacy/mongodb
26+
+ tag: 3.6
27+
28+
mongodbDisableSystemLog: true
29+
30+
@@ -272,6 +273,10 @@ mongodb:
31+
# rabbitmq
32+
#
33+
rabbitmq:
34+
+ image:
35+
+ repository: bitnamilegacy/rabbitmq
36+
+ tag: 3.8.9
37+
+
38+
# either rabbitmq is installed as part of this chart, or you need to
39+
# specify the rabbitmq uri. If neither is specified rabbitmq will not
40+
# be used by clowder.
41+
```
42+
343
## 0.19.0
444

545
**Release date:** 2025-08-06

Chart.yaml

Lines changed: 5 additions & 5 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: 0.19.0
16+
version: 0.20.0
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
@@ -34,15 +34,15 @@ sources:
3434
dependencies:
3535
- name: mongodb
3636
version: ~7.2
37-
repository: https://raw.githubusercontent.com/bitnami/charts/pre-2022/bitnami
37+
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
3838
condition: mongodb.enabled
3939
- name: minio
4040
version: ~3.4
41-
repository: https://raw.githubusercontent.com/bitnami/charts/pre-2022/bitnami
41+
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
4242
condition: minio.enabled
4343
- name: rabbitmq
4444
version: ~7.6
45-
repository: https://raw.githubusercontent.com/bitnami/charts/pre-2022/bitnami
45+
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
4646
condition: rabbitmq.enabled
4747
- name: elasticsearch2
4848
alias: elasticsearch
@@ -55,4 +55,4 @@ annotations:
5555
- name: Helm Chart
5656
url: https://github.com/clowder-framework/clowder-helm
5757
artifacthub.io/changes: |
58-
- "clowder release 1.23.0"
58+
- "use bitnami legacy"

values.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,8 @@ mongodb:
262262

263263
# clowder works with 3.6 only
264264
image:
265-
tag: 3.6
265+
repository: bitnamilegacy/mongodb
266+
tag: 3.6
266267

267268
mongodbDisableSystemLog: true
268269

@@ -272,6 +273,10 @@ mongodb:
272273
# rabbitmq
273274
#
274275
rabbitmq:
276+
image:
277+
repository: bitnamilegacy/rabbitmq
278+
tag: 3.8.9
279+
275280
# either rabbitmq is installed as part of this chart, or you need to
276281
# specify the rabbitmq uri. If neither is specified rabbitmq will not
277282
# be used by clowder.

0 commit comments

Comments
 (0)