From 0760002ffefb8350f1c519b6bb788606d9ac6538 Mon Sep 17 00:00:00 2001 From: pagopa-github-bot <> Date: Wed, 13 Nov 2024 14:16:34 +0000 Subject: [PATCH] Bump version [skip ci] --- build.gradle.kts | 2 +- helm/Chart.yaml | 4 ++-- helm/values-dev.yaml | 2 +- helm/values-uat.yaml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index b3de18b9..21b06d7a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -3,7 +3,7 @@ import org.openapitools.generator.gradle.plugin.tasks.GenerateTask group = "it.pagopa.wallet" -version = "1.5.1" +version = "1.5.2" description = "pagopa-wallet-service" diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 8f9f8dc0..d8018c01 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: wallet description: Microservice that handles crud operations on wallet resources type: application -version: 1.4.1 -appVersion: 1.5.1 +version: 1.4.2 +appVersion: 1.5.2 dependencies: - name: microservice-chart version: 2.8.0 diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml index bca3c116..90350aca 100644 --- a/helm/values-dev.yaml +++ b/helm/values-dev.yaml @@ -138,4 +138,4 @@ # tag: "" microservice-chart: image: - tag: 1.5.1 + tag: 1.5.2 diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml index 664e262f..69c3c201 100644 --- a/helm/values-uat.yaml +++ b/helm/values-uat.yaml @@ -196,4 +196,4 @@ # - user microservice-chart: image: - tag: 1.5.1 + tag: 1.5.2