Skip to content

Commit 7e65c7d

Browse files
authored
Upgrade common chart dependencies (#11475)
* upgrade openebs-zfs to 4.3.2 * upgrade minio to 17.0.8 --------- Signed-off-by: Jesse Nelson <[email protected]>
1 parent cae0bed commit 7e65c7d

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

charts/hedera-mirror-common/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dependencies:
77
condition: minio.enabled
88
name: minio
99
repository: oci://registry-1.docker.io/bitnamicharts
10-
version: 16.0.7
10+
version: 17.0.8
1111
- name: loki
1212
condition: loki.enabled
1313
version: 6.29.0
@@ -38,7 +38,7 @@ dependencies:
3838
condition: zfs.enabled
3939
name: openebs
4040
repository: https://openebs.github.io/openebs
41-
version: 4.1.0
41+
version: 4.3.2
4242
description: Mirror Node common components installed globally for use across namespaces
4343
home: https://github.com/hiero-ledger/hiero-mirror-node
4444
icon: https://camo.githubusercontent.com/cca6b767847bb8ca5c7059481ba13a5fc81c5938/68747470733a2f2f7777772e6865646572612e636f6d2f6c6f676f2d6361706974616c2d686261722d776f72646d61726b2e6a7067

charts/hedera-mirror-common/values.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,8 @@ loki:
183183
replicas: 0
184184

185185
minio:
186+
console:
187+
enabled: false
186188
enabled: false
187189
persistence:
188190
enabled: true
@@ -648,6 +650,8 @@ traefik:
648650
type: ClusterIP
649651

650652
zfs:
653+
alloy:
654+
enabled: false
651655
coordinator:
652656
initialDiskSize: 300GB
653657
enabled: false
@@ -673,6 +677,8 @@ zfs:
673677
serviceAccount:
674678
name: zfs-service-account
675679
680+
loki:
681+
enabled: false
676682
lvm-localpv:
677683
enabled: false
678684
mayastor:

0 commit comments

Comments
 (0)