diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 852afc0..99b658a 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: pagopa-gps-donation-service description: Microservice to handle Donations for GPS type: application -version: 1.13.0 -appVersion: 1.1.2 +version: 1.14.0 +appVersion: 1.1.2-1-PAGOPA-1668 dependencies: - name: microservice-chart version: 2.4.0 diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml index e37db0e..b753020 100644 --- a/helm/values-dev.yaml +++ b/helm/values-dev.yaml @@ -4,7 +4,7 @@ microservice-chart: fullnameOverride: "" image: repository: ghcr.io/pagopa/pagopa-gps-donation-service - tag: "1.1.2" #improve + tag: "1.1.2-1-PAGOPA-1668" #improve pullPolicy: Always livenessProbe: httpGet: diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml index 7a20499..35a0f16 100644 --- a/helm/values-prod.yaml +++ b/helm/values-prod.yaml @@ -4,7 +4,7 @@ microservice-chart: fullnameOverride: "" image: repository: ghcr.io/pagopa/pagopa-gps-donation-service - tag: "1.1.2" #improve + tag: "1.1.2-1-PAGOPA-1668" #improve pullPolicy: Always livenessProbe: httpGet: diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml index 0758cc4..5ad3c12 100644 --- a/helm/values-uat.yaml +++ b/helm/values-uat.yaml @@ -4,7 +4,7 @@ microservice-chart: fullnameOverride: "" image: repository: ghcr.io/pagopa/pagopa-gps-donation-service - tag: "1.1.2" #improve + tag: "1.1.2-1-PAGOPA-1668" #improve pullPolicy: Always livenessProbe: httpGet: diff --git a/package.json b/package.json index 0413aaf..ce8f97c 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "Donation Service", "author": "pagoPa tech", "repository": "https://github.com/pagopa/pagopa-gps-donation-service", - "version": "1.1.2", + "version": "1.1.2-1-PAGOPA-1668", "license": "MIT", "scripts": { "build": "tsc",