diff --git a/helm/Chart.yaml b/helm/Chart.yaml
index 610a50b..6f70e79 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.8
-appVersion: 2.6.8
+version: 2.6.9
+appVersion: 2.6.9
dependencies:
- name: microservice-chart
version: 5.2.0
diff --git a/helm/values-beta.yaml b/helm/values-beta.yaml
index 1ea91f1..acea833 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.8"
+ tag: "2.6.9"
pullPolicy: Always
livenessProbe:
httpGet:
diff --git a/helm/values-prod01.yaml b/helm/values-prod01.yaml
index dbc83bb..a3fe6ef 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.8"
+ tag: "2.6.9"
pullPolicy: Always
livenessProbe:
httpGet:
diff --git a/openapi/openapi.yaml b/openapi/openapi.yaml
index 329abbc..981170d 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.8'
+ version: '2.6.9'
host: localhost
basePath: /api/v1
schemes:
diff --git a/openapi/openapi_V1.yaml b/openapi/openapi_V1.yaml
index 492722c..389cc63 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.8
+ version: 2.6.9
servers:
- url: http://localhost:9090/api/v1/payment
description: DEV
diff --git a/pom.xml b/pom.xml
index 13303db..363fb1e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -12,7 +12,7 @@
it.gov.pagopa
paymentupdater
- 2.6.8
+ 2.6.9
17