From 69a5201392ec600f5f5408b802ed69ab7f072f2d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2024 09:43:42 +0000 Subject: [PATCH] chore(deps): update redis docker tag to v19.6.4 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..1ff7eaf1 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: 19.6.4 repository: https://charts.bitnami.com/bitnami diff --git a/charts/llama-web3-proxy/Chart.yaml b/charts/llama-web3-proxy/Chart.yaml index 2ef2a2d4..dd0def9d 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: 19.6.4 repository: "oci://registry-1.docker.io/bitnamicharts" condition: redis.enabled