From 323e902fa7c632a8dd754e2ae0c4528114b9918c Mon Sep 17 00:00:00 2001 From: pagopa-github-bot <> Date: Fri, 10 Jan 2025 12:18:25 +0000 Subject: [PATCH] Bump version [skip ci] --- build.gradle.kts | 2 +- helm/Chart.yaml | 4 ++-- helm/values-dev.yaml | 2 +- helm/values-prod.yaml | 2 +- helm/values-uat.yaml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index ac516b0..a286d24 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -2,7 +2,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile group = "it.pagopa.ecommerce.helpdesk" -version = "1.35.0" +version = "1.35.1" description = "pagopa-ecommerce-helpdesk-service" diff --git a/helm/Chart.yaml b/helm/Chart.yaml index e3eb9c6..de016e5 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: pagopa-ecommerce-helpdesk-service description: Microservice that handles assistance api for ecommerce type: application -version: 1.33.2 -appVersion: 1.35.0 +version: 1.33.3 +appVersion: 1.35.1 dependencies: - name: microservice-chart version: 2.3.1 diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml index 972be78..f0a46ba 100644 --- a/helm/values-dev.yaml +++ b/helm/values-dev.yaml @@ -4,7 +4,7 @@ microservice-chart: fullnameOverride: "" image: repository: pagopadcommonacr.azurecr.io/pagopaecommercehelpdeskservice - tag: "1.35.0" + tag: "1.35.1" pullPolicy: Always livenessProbe: httpGet: diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml index c8fe95c..478d375 100644 --- a/helm/values-prod.yaml +++ b/helm/values-prod.yaml @@ -56,7 +56,7 @@ microservice-chart: MONGO_PASSWORD: mongo-ecommerce-password image: repository: pagopapcommonacr.azurecr.io/pagopaecommercehelpdeskservice - tag: "1.35.0" + tag: "1.35.1" pullPolicy: Always livenessProbe: httpGet: diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml index a50cb58..961ec1b 100644 --- a/helm/values-uat.yaml +++ b/helm/values-uat.yaml @@ -55,7 +55,7 @@ microservice-chart: MONGO_PASSWORD: mongo-ecommerce-password image: repository: pagopaucommonacr.azurecr.io/pagopaecommercehelpdeskservice - tag: "1.35.0" + tag: "1.35.1" pullPolicy: Always livenessProbe: httpGet: