Skip to content

Commit

Permalink
Bump version [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
pagopa-github-bot committed May 14, 2024
1 parent 1dda422 commit 63fc818
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion helm/values-beta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion helm/values-prod01.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion openapi/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion openapi/openapi_V1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>it.gov.pagopa</groupId>
<artifactId>paymentupdater</artifactId>
<version>2.6.8</version>
<version>2.6.9</version>

<properties>
<java.version>17</java.version>
Expand Down

0 comments on commit 63fc818

Please sign in to comment.