diff --git a/charts/fullstack-deployment/Chart.lock b/charts/fullstack-deployment/Chart.lock index 6e8a579b..b9292939 100644 --- a/charts/fullstack-deployment/Chart.lock +++ b/charts/fullstack-deployment/Chart.lock @@ -4,7 +4,7 @@ dependencies: version: 0.2.0 - name: hedera-mirror repository: https://hashgraph.github.io/hedera-mirror-node/charts - version: 0.107.2 + version: 0.109.0 - name: tenant repository: https://operator.min.io/ version: 5.0.12 diff --git a/charts/fullstack-deployment/Chart.yaml b/charts/fullstack-deployment/Chart.yaml index 3bd4818a..da45d153 100644 --- a/charts/fullstack-deployment/Chart.yaml +++ b/charts/fullstack-deployment/Chart.yaml @@ -38,7 +38,7 @@ dependencies: # hedera-mirror-node - name: hedera-mirror alias: hedera-mirror-node - version: 0.107.2 + version: 0.109.0 repository: https://hashgraph.github.io/hedera-mirror-node/charts condition: hedera-mirror-node.enabled diff --git a/charts/fullstack-deployment/values.yaml b/charts/fullstack-deployment/values.yaml index 7cdf7ea5..110a4ece 100644 --- a/charts/fullstack-deployment/values.yaml +++ b/charts/fullstack-deployment/values.yaml @@ -270,7 +270,7 @@ hedera-mirror-node: rosetta: # not needed for default FST use case enabled: false redis: - enabled: false # not needed for default FST use case + enabled: true global: namespaceOverride: "{{ tpl (.Values.global.namespaceOverride | toString) }}"