diff --git a/build.gradle.kts b/build.gradle.kts index 6e68fe13..6e1eb055 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.7.0" +version = "1.7.1" description = "pagopa-ecommerce-helpdesk-service" diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 4a9d07b1..9b601ea3 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.7.0 -appVersion: 1.7.0 +version: 1.7.1 +appVersion: 1.7.1 dependencies: - name: microservice-chart version: 2.3.1 diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml index 0b4e0e35..5d8dc7ce 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.7.0" + tag: "1.7.1" pullPolicy: Always livenessProbe: httpGet: diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml index c086f6c9..dafa9431 100644 --- a/helm/values-prod.yaml +++ b/helm/values-prod.yaml @@ -53,7 +53,7 @@ microservice-chart: MONGO_PASSWORD: mongo-ecommerce-password image: repository: pagopapcommonacr.azurecr.io/pagopaecommercehelpdeskservice - tag: "1.7.0" + tag: "1.7.1" pullPolicy: Always livenessProbe: httpGet: diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml index 1581dcff..b0042582 100644 --- a/helm/values-uat.yaml +++ b/helm/values-uat.yaml @@ -53,7 +53,7 @@ microservice-chart: MONGO_PASSWORD: mongo-ecommerce-password image: repository: pagopaucommonacr.azurecr.io/pagopaecommercehelpdeskservice - tag: "1.7.0" + tag: "1.7.1" pullPolicy: Always livenessProbe: httpGet: