Skip to content

Upgrade common chart dependencies #11475

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 26, 2025
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 charts/hedera-mirror-common/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies:
condition: minio.enabled
name: minio
repository: oci://registry-1.docker.io/bitnamicharts
version: 16.0.7
version: 17.0.8
- name: loki
condition: loki.enabled
version: 6.29.0
Expand Down Expand Up @@ -38,7 +38,7 @@ dependencies:
condition: zfs.enabled
name: openebs
repository: https://openebs.github.io/openebs
version: 4.1.0
version: 4.3.2
description: Mirror Node common components installed globally for use across namespaces
home: https://github.com/hiero-ledger/hiero-mirror-node
icon: https://camo.githubusercontent.com/cca6b767847bb8ca5c7059481ba13a5fc81c5938/68747470733a2f2f7777772e6865646572612e636f6d2f6c6f676f2d6361706974616c2d686261722d776f72646d61726b2e6a7067
Expand Down
6 changes: 6 additions & 0 deletions charts/hedera-mirror-common/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,8 @@ loki:
replicas: 0

minio:
console:
enabled: false
enabled: false
persistence:
enabled: true
Expand Down Expand Up @@ -648,6 +650,8 @@ traefik:
type: ClusterIP

zfs:
alloy:
enabled: false
coordinator:
initialDiskSize: 300GB
enabled: false
Expand All @@ -673,6 +677,8 @@ zfs:
serviceAccount:
name: zfs-service-account
iAmName: [email protected]
loki:
enabled: false
lvm-localpv:
enabled: false
mayastor:
Expand Down
Loading