From 63fc81848c5e59c42f5f240b51cf6a7fabede0d9 Mon Sep 17 00:00:00 2001 From: pagopa-github-bot Date: Tue, 14 May 2024 08:39:56 +0000 Subject: [PATCH] Bump version [skip ci] --- helm/Chart.yaml | 4 ++-- helm/values-beta.yaml | 2 +- helm/values-prod01.yaml | 2 +- openapi/openapi.yaml | 2 +- openapi/openapi_V1.yaml | 2 +- pom.xml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) 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