diff --git a/helm/Chart.yaml b/helm/Chart.yaml index fda6501d..c81a9c18 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: pagopa-notifications-service description: Microservice that handles notifications in pagoPA platform type: application -version: 1.3.0 -appVersion: 1.4.0 +version: 1.4.0 +appVersion: 1.5.0 dependencies: - name: microservice-chart version: 2.3.1 diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml index ef03f2ae..79d712b5 100644 --- a/helm/values-dev.yaml +++ b/helm/values-dev.yaml @@ -4,7 +4,7 @@ microservice-chart: fullnameOverride: "" image: repository: pagopadcommonacr.azurecr.io/pagopanotificationsservice - tag: "1.4.0" + tag: "1.5.0" pullPolicy: Always livenessProbe: httpGet: diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml index 6e1700f8..bf184c9c 100644 --- a/helm/values-prod.yaml +++ b/helm/values-prod.yaml @@ -41,7 +41,7 @@ microservice-chart: ELASTIC_APM_SECRET_TOKEN: elastic-apm-secret-token image: repository: pagopapcommonacr.azurecr.io/pagopanotificationsservice - tag: "1.4.0" + tag: "1.5.0" pullPolicy: Always livenessProbe: httpGet: diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml index b5ea2543..f85fc675 100644 --- a/helm/values-uat.yaml +++ b/helm/values-uat.yaml @@ -41,7 +41,7 @@ microservice-chart: ELASTIC_APM_SECRET_TOKEN: elastic-apm-secret-token image: repository: pagopaucommonacr.azurecr.io/pagopanotificationsservice - tag: "1.4.0" + tag: "1.5.0" pullPolicy: Always livenessProbe: httpGet: diff --git a/package.json b/package.json index 9e1d0530..b3ebe6ee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pagopa-notifications-service", - "version": "1.4.0", + "version": "1.5.0", "description": "POC for pagopa-notifications-service", "repository": "https://github.com/pagopa/pagopa-notifications-service", "author": "https://pagopa.gov.it",