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'