File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
charts/hedera-mirror-common Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ dependencies:
7
7
condition : minio.enabled
8
8
name : minio
9
9
repository : oci://registry-1.docker.io/bitnamicharts
10
- version : 16 .0.7
10
+ version : 17 .0.8
11
11
- name : loki
12
12
condition : loki.enabled
13
13
version : 6.29.0
@@ -38,7 +38,7 @@ dependencies:
38
38
condition : zfs.enabled
39
39
name : openebs
40
40
repository : https://openebs.github.io/openebs
41
- version : 4.1.0
41
+ version : 4.3.2
42
42
description : Mirror Node common components installed globally for use across namespaces
43
43
home : https://github.com/hiero-ledger/hiero-mirror-node
44
44
icon : https://camo.githubusercontent.com/cca6b767847bb8ca5c7059481ba13a5fc81c5938/68747470733a2f2f7777772e6865646572612e636f6d2f6c6f676f2d6361706974616c2d686261722d776f72646d61726b2e6a7067
Original file line number Diff line number Diff line change @@ -183,6 +183,8 @@ loki:
183
183
replicas : 0
184
184
185
185
minio :
186
+ console :
187
+ enabled : false
186
188
enabled : false
187
189
persistence :
188
190
enabled : true
@@ -648,6 +650,8 @@ traefik:
648
650
type : ClusterIP
649
651
650
652
zfs :
653
+ alloy :
654
+ enabled : false
651
655
coordinator :
652
656
initialDiskSize : 300GB
653
657
enabled : false
673
677
serviceAccount :
674
678
name : zfs-service-account
675
679
680
+ loki :
681
+ enabled : false
676
682
lvm-localpv :
677
683
enabled : false
678
684
mayastor :
You can’t perform that action at this time.
0 commit comments