From ef4c37467153dfd57de3575ae9967126f98c01bf Mon Sep 17 00:00:00 2001 From: Luis Mastrangelo Date: Fri, 13 Sep 2024 22:13:05 +0200 Subject: [PATCH] Update helm charts to latest version of The Graph Signed-off-by: Luis Mastrangelo --- charts/hedera-the-graph-node/Chart.yaml | 2 +- charts/hedera-the-graph-node/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/hedera-the-graph-node/Chart.yaml b/charts/hedera-the-graph-node/Chart.yaml index 2994852..cc5682a 100644 --- a/charts/hedera-the-graph-node/Chart.yaml +++ b/charts/hedera-the-graph-node/Chart.yaml @@ -14,4 +14,4 @@ sources: maintainers: - name: Hedera Smart Contracts Team email: engsmartcontracts@hedera.com -appVersion: "v0.29.0" +appVersion: "v0.35.1" diff --git a/charts/hedera-the-graph-node/values.yaml b/charts/hedera-the-graph-node/values.yaml index c7c149b..70efda5 100644 --- a/charts/hedera-the-graph-node/values.yaml +++ b/charts/hedera-the-graph-node/values.yaml @@ -38,7 +38,7 @@ image: pullPolicy: IfNotPresent repository: graphprotocol/graph-node # Overrides the image tag whose default is the chart appVersion. - tag: v0.29.0 + tag: v0.35.1 imagePullSecrets: []