From 075bc09feb1ede1dc12ced28f34f42e3abc6c03b Mon Sep 17 00:00:00 2001 From: Renovate Bot <135008009+renovate-41e06b0f[bot]@users.noreply.github.com> Date: Sun, 15 Oct 2023 04:47:36 +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.32.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..bacd536 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.32.0" # -- Pull secrets required to fetch the Image imagePullSecrets: []