diff --git a/helm/Chart.yaml b/helm/Chart.yaml
index 51684478..c6a128d0 100644
--- a/helm/Chart.yaml
+++ b/helm/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
name: pagopa-api-cache-chart
description: Microservice that handles calculation for pagoPA Advanced Fees Management
type: application
-version: 0.84.0
+version: 0.85.0
dependencies:
##############
## POSTGRES ##
@@ -88,4 +88,4 @@ dependencies:
repository: "https://pagopa.github.io/aks-cron-chart-blueprint"
alias: refresh-p-replica-nexi # postgres prf nexi
condition: postgresql-replica-nexi.enabled
-appVersion: 0.9.16
+appVersion: 0.9.17
diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml
index cb549b04..b9f9ea41 100644
--- a/helm/values-dev.yaml
+++ b/helm/values-dev.yaml
@@ -2,7 +2,7 @@ microservice-chart: µservice-chart
namespace: "apiconfig"
image:
repository: ghcr.io/pagopa/pagopa-api-config-cache
- tag: 0.9.16
+ tag: 0.9.17
canaryDelivery:
deployment:
image:
diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml
index 697c17fc..ccea5421 100644
--- a/helm/values-prod.yaml
+++ b/helm/values-prod.yaml
@@ -2,7 +2,7 @@ microservice-chart: µservice-chart
namespace: "apiconfig"
image:
repository: ghcr.io/pagopa/pagopa-api-config-cache
- tag: 0.9.16
+ tag: 0.9.17
canaryDelivery:
deployment:
image:
diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml
index 4b74880f..2040ac5b 100644
--- a/helm/values-uat.yaml
+++ b/helm/values-uat.yaml
@@ -2,7 +2,7 @@ microservice-chart: µservice-chart
namespace: "apiconfig"
image:
repository: ghcr.io/pagopa/pagopa-api-config-cache
- tag: 0.9.16
+ tag: 0.9.17
canaryDelivery:
deployment:
image:
diff --git a/openapi/openapi.json b/openapi/openapi.json
index ba4f7a0b..91467dfb 100644
--- a/openapi/openapi.json
+++ b/openapi/openapi.json
@@ -4,7 +4,7 @@
"title": "API-Config Cache ${service}",
"description": "Generate cache for various microservices",
"termsOfService": "https://www.pagopa.gov.it/",
- "version": "0.9.16"
+ "version": "0.9.17"
},
"servers": [
{
diff --git a/openapi/openapi_export.json b/openapi/openapi_export.json
index 10daa00a..b75532c9 100644
--- a/openapi/openapi_export.json
+++ b/openapi/openapi_export.json
@@ -4,7 +4,7 @@
"title": "API-Config Cache ${service}",
"description": "Generate cache for various microservices",
"termsOfService": "https://www.pagopa.gov.it/",
- "version": "0.9.16"
+ "version": "0.9.17"
},
"servers": [
{
diff --git a/openapi/openapi_fdrv1.json b/openapi/openapi_fdrv1.json
index 2f96b623..d6e98ebd 100644
--- a/openapi/openapi_fdrv1.json
+++ b/openapi/openapi_fdrv1.json
@@ -4,7 +4,7 @@
"title": "API-Config Cache ${service}",
"description": "Generate cache for various microservices",
"termsOfService": "https://www.pagopa.gov.it/",
- "version": "0.9.16"
+ "version": "0.9.17"
},
"servers": [
{
diff --git a/openapi/openapi_nodev1.json b/openapi/openapi_nodev1.json
index 765174ca..9ccc7bcc 100644
--- a/openapi/openapi_nodev1.json
+++ b/openapi/openapi_nodev1.json
@@ -4,7 +4,7 @@
"title": "API-Config Cache ${service}",
"description": "Generate cache for various microservices",
"termsOfService": "https://www.pagopa.gov.it/",
- "version": "0.9.16"
+ "version": "0.9.17"
},
"servers": [
{
diff --git a/openapi/openapi_standinv1.json b/openapi/openapi_standinv1.json
index ed513112..9d70ed64 100644
--- a/openapi/openapi_standinv1.json
+++ b/openapi/openapi_standinv1.json
@@ -4,7 +4,7 @@
"title": "API-Config Cache ${service}",
"description": "Generate cache for various microservices",
"termsOfService": "https://www.pagopa.gov.it/",
- "version": "0.9.16"
+ "version": "0.9.17"
},
"servers": [
{
diff --git a/openapi/openapi_verifierv1.json b/openapi/openapi_verifierv1.json
index fb6f87b4..0663d00e 100644
--- a/openapi/openapi_verifierv1.json
+++ b/openapi/openapi_verifierv1.json
@@ -4,7 +4,7 @@
"title": "API-Config Cache ${service}",
"description": "Generate cache for various microservices",
"termsOfService": "https://www.pagopa.gov.it/",
- "version": "0.9.16"
+ "version": "0.9.17"
},
"servers": [
{
diff --git a/pom.xml b/pom.xml
index d182dfc1..ac77715c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -12,7 +12,7 @@
it.gov.pagopa.api-config
cache
- 0.9.16
+ 0.9.17
API-Config Cache
Generate cache for various microservices