diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 44e476ac..9e1e8d1a 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.29.0 +version: 0.30.0 dependencies: - name: microservice-chart version: 3.0.0 @@ -40,4 +40,4 @@ dependencies: version: 2.3.0 repository: "https://pagopa.github.io/aks-cron-chart-blueprint" alias: refresh-oprod -appVersion: 0.8.8 +appVersion: 0.8.9 diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml index dd6ca45c..2e7790c3 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.8.8 + tag: 0.8.9 canaryDelivery: deployment: image: diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml index ef17febf..01a76a93 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.8.8 + tag: 0.8.9 canaryDelivery: deployment: image: diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml index e58b5995..76bf3f22 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.8.8 + tag: 0.8.9 canaryDelivery: deployment: image: diff --git a/openapi/openapi.json b/openapi/openapi.json index e092c5ab..778c8a8d 100644 --- a/openapi/openapi.json +++ b/openapi/openapi.json @@ -4,7 +4,7 @@ "title": "API-Config Cacher ${service}", "description": "Generate cache for various microservices", "termsOfService": "https://www.pagopa.gov.it/", - "version": "0.8.8" + "version": "0.8.9" }, "servers": [ { diff --git a/openapi/openapi_fdrv1.json b/openapi/openapi_fdrv1.json index 503724ad..8192f89f 100644 --- a/openapi/openapi_fdrv1.json +++ b/openapi/openapi_fdrv1.json @@ -4,7 +4,7 @@ "title": "API-Config Cacher ${service}", "description": "Generate cache for various microservices", "termsOfService": "https://www.pagopa.gov.it/", - "version": "0.8.8" + "version": "0.8.9" }, "servers": [ { diff --git a/openapi/openapi_nodev1.json b/openapi/openapi_nodev1.json index 709bd1b5..873c2f26 100644 --- a/openapi/openapi_nodev1.json +++ b/openapi/openapi_nodev1.json @@ -4,7 +4,7 @@ "title": "API-Config Cacher ${service}", "description": "Generate cache for various microservices", "termsOfService": "https://www.pagopa.gov.it/", - "version": "0.8.8" + "version": "0.8.9" }, "servers": [ { diff --git a/openapi/openapi_standinv1.json b/openapi/openapi_standinv1.json index 477315b6..118d7ca0 100644 --- a/openapi/openapi_standinv1.json +++ b/openapi/openapi_standinv1.json @@ -4,7 +4,7 @@ "title": "API-Config Cacher ${service}", "description": "Generate cache for various microservices", "termsOfService": "https://www.pagopa.gov.it/", - "version": "0.8.8" + "version": "0.8.9" }, "servers": [ { diff --git a/openapi/openapi_verifierv1.json b/openapi/openapi_verifierv1.json index 2ff29d1b..71f55280 100644 --- a/openapi/openapi_verifierv1.json +++ b/openapi/openapi_verifierv1.json @@ -4,7 +4,7 @@ "title": "API-Config Cacher ${service}", "description": "Generate cache for various microservices", "termsOfService": "https://www.pagopa.gov.it/", - "version": "0.8.8" + "version": "0.8.9" }, "servers": [ { diff --git a/pom.xml b/pom.xml index 7ced5182..25af7e41 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ it.gov.pagopa.api-config cache - 0.8.8 + 0.8.9 API-Config Cache Generate cache for various microservices