diff --git a/helm/Chart.yaml b/helm/Chart.yaml
index 99c5187..bb1c638 100644
--- a/helm/Chart.yaml
+++ b/helm/Chart.yaml
@@ -2,8 +2,8 @@ apiVersion: v2
name: pagopa-afm-calculator
description: Microservice that handles calculation for pagoPA Advanced Fees Management
type: application
-version: 0.14.0
-appVersion: 0.1.0-14-PAGOPA-1360-sviluppo-massive-upload-service
+version: 0.15.0
+appVersion: 0.1.1
dependencies:
- name: microservice-chart
version: 2.8.0
diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml
index 3719cbb..9c4fd04 100644
--- a/helm/values-dev.yaml
+++ b/helm/values-dev.yaml
@@ -4,7 +4,7 @@ microservice-chart:
fullnameOverride: ""
image:
repository: ghcr.io/pagopa/pagopa-gpd-upload
- tag: "0.1.0-14-PAGOPA-1360-sviluppo-massive-upload-service"
+ tag: "0.1.1"
pullPolicy: Always
livenessProbe:
httpGet:
diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml
index 80c5cfe..11763f4 100644
--- a/helm/values-prod.yaml
+++ b/helm/values-prod.yaml
@@ -4,7 +4,7 @@ microservice-chart:
fullnameOverride: ""
image:
repository: ghcr.io/pagopa/yourname # TODO
- tag: "0.1.0-14-PAGOPA-1360-sviluppo-massive-upload-service"
+ tag: "0.1.1"
pullPolicy: Always
livenessProbe:
httpGet:
diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml
index ada5ec3..8179e29 100644
--- a/helm/values-uat.yaml
+++ b/helm/values-uat.yaml
@@ -4,7 +4,7 @@ microservice-chart:
fullnameOverride: ""
image:
repository: ghcr.io/pagopa/yourname # TODO
- tag: "0.1.0-14-PAGOPA-1360-sviluppo-massive-upload-service"
+ tag: "0.1.1"
pullPolicy: Always
livenessProbe:
httpGet:
diff --git a/openapi/openapi.json b/openapi/openapi.json
index 4c1610b..11395bd 100644
--- a/openapi/openapi.json
+++ b/openapi/openapi.json
@@ -1,5 +1,5 @@
{
"info": {
- "version": "0.1.0-14-PAGOPA-1360-sviluppo-massive-upload-service"
+ "version": "0.1.1"
}
}
diff --git a/pom.xml b/pom.xml
index 9710792..26221e3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
4.0.0
it.gov.pagopa.gpd.upload
pagopa-gpd-upload
- 0.1.0-14-PAGOPA-1360-sviluppo-massive-upload-service
+ 0.1.1
${packaging}