From f4c0cf9ea819654185c8791e5901f86c2254ff85 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 10:52:03 +0000 Subject: [PATCH] chore(deps): update redis docker tag to v20 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- charts-private/test/Chart.yaml | 4 ++-- charts/llama-web3-proxy/Chart.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts-private/test/Chart.yaml b/charts-private/test/Chart.yaml index f485533e..58d1aabe 100644 --- a/charts-private/test/Chart.yaml +++ b/charts-private/test/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.1 +version: 0.1.2 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to @@ -28,6 +28,6 @@ maintainers: url: https://clabs.co dependencies: - name: redis - version: 17.3.7 + version: 20.2.1 repository: https://charts.bitnami.com/bitnami diff --git a/charts/llama-web3-proxy/Chart.yaml b/charts/llama-web3-proxy/Chart.yaml index 2ef2a2d4..98bbf575 100644 --- a/charts/llama-web3-proxy/Chart.yaml +++ b/charts/llama-web3-proxy/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: llama-web3-proxy description: Deploys llama-web3-proxy for aggregating blockchain RPC providers. type: application -version: 0.1.2 +version: 0.1.3 appVersion: "0.1.0" home: https://celo.org icon: https://pbs.twimg.com/profile_images/1613170131491848195/InjXBNx9_400x400.jpg @@ -18,6 +18,6 @@ maintainers: url: https://clabs.co dependencies: - name: redis - version: 19.3.0 + version: 20.2.1 repository: "oci://registry-1.docker.io/bitnamicharts" condition: redis.enabled