Skip to content

Commit

Permalink
ci: increase mirror chart version
Browse files Browse the repository at this point in the history
Signed-off-by: Jeffrey Tang <jeffrey@swirldslabs.com>
  • Loading branch information
JeffreyDallas committed Jul 30, 2024
1 parent 90a51a1 commit 099813a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/fullstack-deployment/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/fullstack-deployment/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion charts/fullstack-deployment/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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) }}"

Expand Down

0 comments on commit 099813a

Please sign in to comment.