From 426fdc5a0b604d893fbe3b1e58ca121cf8845e83 Mon Sep 17 00:00:00 2001 From: pagopa-github-bot <> Date: Thu, 9 Jan 2025 16:35:12 +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 e44f7a8..ac516b0 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.34.0" +version = "1.35.0" description = "pagopa-ecommerce-helpdesk-service" diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 1c7558f..e3eb9c6 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.1 -appVersion: 1.34.0 +version: 1.33.2 +appVersion: 1.35.0 dependencies: - name: microservice-chart version: 2.3.1 diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml index de995c1..972be78 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.34.0" + tag: "1.35.0" pullPolicy: Always livenessProbe: httpGet: diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml index 6404d32..c8fe95c 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.34.0" + tag: "1.35.0" pullPolicy: Always livenessProbe: httpGet: diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml index 4c06789..a50cb58 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.34.0" + tag: "1.35.0" pullPolicy: Always livenessProbe: httpGet: