From 132630c8034da4924dc6475f1198529ef1c756ca Mon Sep 17 00:00:00 2001 From: Renovate Bot <135008009+renovate-41e06b0f[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 12:20:11 +0000 Subject: [PATCH] feat(deps): update graph dependencies | datasource | package | from | to | | ---------- | ------------------------------------- | --------------- | -------- | | docker | ghcr.io/graphprotocol/indexer-service | v0.20.5-alpha.1 | v0.20.23 | | docker | graphprotocol/graph-node | v0.0.0 | v0.33.0 | --- charts/graph-network-indexer/Chart.yaml | 2 +- charts/graph-node/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/graph-network-indexer/Chart.yaml b/charts/graph-network-indexer/Chart.yaml index b19c075..9016909 100644 --- a/charts/graph-network-indexer/Chart.yaml +++ b/charts/graph-network-indexer/Chart.yaml @@ -22,4 +22,4 @@ version: 0.1.2 # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. # renovate: image=ghcr.io/graphprotocol/indexer-service -appVersion: "v0.20.5-alpha.1" +appVersion: "v0.20.23" 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: []