diff --git a/helm/Chart.yaml b/helm/Chart.yaml
index 371caf4..ac78949 100644
--- a/helm/Chart.yaml
+++ b/helm/Chart.yaml
@@ -2,8 +2,8 @@ apiVersion: v2
name: io-pagopa-payment-updater-ms
description: io-pagopa-payment-updater-ms
type: application
-version: 2.6.6
-appVersion: 2.6.6
+version: 2.6.7
+appVersion: 2.6.7
dependencies:
- name: microservice-chart
version: 5.2.0
diff --git a/helm/values-beta.yaml b/helm/values-beta.yaml
index 3414fe7..9eff94a 100644
--- a/helm/values-beta.yaml
+++ b/helm/values-beta.yaml
@@ -2,7 +2,7 @@ microservice-chart:
namespace: "payments"
image:
repository: "iopcommonacr.azurecr.io/io-pagopa-payment-updater-ms"
- tag: "2.6.6"
+ tag: "2.6.7"
pullPolicy: Always
livenessProbe:
httpGet:
diff --git a/helm/values-prod01.yaml b/helm/values-prod01.yaml
index d05da46..6d7132e 100644
--- a/helm/values-prod01.yaml
+++ b/helm/values-prod01.yaml
@@ -2,7 +2,7 @@ microservice-chart:
namespace: "payments"
image:
repository: "iopcommonacr.azurecr.io/io-pagopa-payment-updater-ms"
- tag: "2.6.6"
+ tag: "2.6.7"
pullPolicy: Always
livenessProbe:
httpGet:
diff --git a/openapi/openapi.yaml b/openapi/openapi.yaml
index 8646046..8398340 100644
--- a/openapi/openapi.yaml
+++ b/openapi/openapi.yaml
@@ -2,7 +2,7 @@ swagger: '2.0'
info:
title: Microservice JAVA API
description: Microservice JAVA API
- version: '2.6.6'
+ version: '2.6.7'
host: localhost
basePath: /api/v1
schemes:
diff --git a/openapi/openapi_V1.yaml b/openapi/openapi_V1.yaml
index 3b6e7fe..dbd72db 100644
--- a/openapi/openapi_V1.yaml
+++ b/openapi/openapi_V1.yaml
@@ -2,7 +2,7 @@ openapi: 3.0.0
info:
title: Microservice JAVA API
description: Microservice JAVA API
- version: 2.6.6
+ version: 2.6.7
servers:
- url: http://localhost:9090/api/v1/payment
description: DEV
diff --git a/pom.xml b/pom.xml
index f99be7e..18cbe2a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
it.gov.pagopa
paymentupdater
- 2.6.6
+ 2.6.7
17