From 5b7df07a57de63c830ba7d9c42f8527216320895 Mon Sep 17 00:00:00 2001 From: Renovate Bot <135008009+renovate-41e06b0f[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 16:13:58 +0000 Subject: [PATCH] feat(deps): update graph dependencies | datasource | package | from | to | | ---------- | ------------------------ | ------ | ------- | | docker | graphprotocol/graph-node | v0.0.0 | v0.33.0 | --- charts/graph-node/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/graph-node/values.yaml b/charts/graph-node/values.yaml index 0fb4665..af4f05e 100644 --- a/charts/graph-node/values.yaml +++ b/charts/graph-node/values.yaml @@ -10,7 +10,7 @@ image: pullPolicy: IfNotPresent # -- Overrides the image tag # @default -- Chart.appVersion - tag: "v0.0.0" + tag: "v0.33.0" # -- Pull secrets required to fetch the Image imagePullSecrets: []