From 398c4f8b3871f10303a00302c5b9c340a547e8b5 Mon Sep 17 00:00:00 2001 From: antares-sw <23400824+antares-sw@users.noreply.github.com> Date: Mon, 22 Jul 2024 10:52:12 +0300 Subject: [PATCH] Update V2 validators cli version --- charts/validators/Chart.yaml | 4 ++-- charts/validators/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/validators/Chart.yaml b/charts/validators/Chart.yaml index 43d106da..1457ec73 100644 --- a/charts/validators/Chart.yaml +++ b/charts/validators/Chart.yaml @@ -16,13 +16,13 @@ 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: 3.7.6 +version: 3.7.7 # 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 # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "v3.7.6" +appVersion: "v3.7.7" keywords: - ethereum diff --git a/charts/validators/values.yaml b/charts/validators/values.yaml index 19327466..2005fe87 100644 --- a/charts/validators/values.yaml +++ b/charts/validators/values.yaml @@ -40,7 +40,7 @@ initImageBusybox: cliImage: registry: "europe-west4-docker.pkg.dev" repository: "stakewiselabs/public/cli" - tag: "v1.2.12" + tag: "v1.2.13" pullPolicy: IfNotPresent ## Database connection string, ex. 'postgresql://username:pass@hostname/dbname'