Skip to content

Commit 07fb54e

Browse files
committed
update image backed by the helm chart
1 parent 97119b9 commit 07fb54e

File tree

3 files changed

+25
-19
lines changed

3 files changed

+25
-19
lines changed

deployments/kubernetes/charts/clowder2/Chart.lock

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

deployments/kubernetes/charts/clowder2/Chart.yaml

Lines changed: 1 addition & 1 deletion
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.3
16+
version: 1.9.4
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

deployments/kubernetes/charts/clowder2/values.yaml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@ geoserver:
8080
# MINIO
8181
# ----------------------------------------------------------------------
8282
minio:
83+
image:
84+
registry: docker.io
85+
repository: bitnamilegacy/minio
86+
tag: "2023.12.23"
8387
enabled: true
8488

8589
# login to minio
@@ -130,6 +134,10 @@ minio:
130134
mongodb:
131135
# either mongodb is installed as part of this chart, or you need to
132136
# specify the mongodb uri
137+
image:
138+
registry: docker.io
139+
repository: bitnamilegacy/mongodb
140+
tag: "5.0.10"
133141
enabled: true
134142
#uri: mongobd://server:27017/database
135143
database: clowder2
@@ -150,6 +158,10 @@ mongodb:
150158
# RABBITMQ
151159
# ----------------------------------------------------------------------
152160
rabbitmq:
161+
image:
162+
registry: docker.io
163+
repository: bitnamilegacy/rabbitmq
164+
tag: "3.10.8"
153165
# either rabbitmq is installed as part of this chart, or you need to
154166
# specify the rabbitmq uri. If neither is specified rabbitmq will not
155167
# be used by clowder.
@@ -219,6 +231,10 @@ extractors:
219231
# ELASTICSEARCH
220232
# ----------------------------------------------------------------------
221233
elasticsearch:
234+
image:
235+
registry: docker.io
236+
repository: bitnamilegacy/elasticsearch
237+
tag: "8.12.2"
222238
clusterName: clowder2
223239

224240
master:
@@ -235,6 +251,10 @@ elasticsearch:
235251
# ----------------------------------------------------------------------
236252
keycloak:
237253
httpRelativePath: /keycloak/
254+
image:
255+
registry: docker.io
256+
repository: bitnamilegacy/keycloak
257+
tag: "20.0.5"
238258

239259
auth:
240260
adminUser: admin
@@ -249,6 +269,10 @@ keycloak:
249269
type: ClusterIP
250270

251271
postgresql:
272+
image:
273+
registry: docker.io
274+
repository: bitnamilegacy/postgresql
275+
tag: "16.4.0"
252276
auth:
253277
username: keycloak
254278
password: password

0 commit comments

Comments
 (0)