Skip to content

Commit

Permalink
Bump to version 1.0.9 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
pagopa-github-bot committed Feb 2, 2024
1 parent 0d66738 commit 5cb31cc
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: pagopa-fdr-tech-support-api
description: Technical support api
type: application
version: "0.25.0"
appVersion: "1.0.8"
version: "0.26.0"
appVersion: "1.0.9"
dependencies:
- name: microservice-chart
version: 3.0.0
Expand Down
2 changes: 1 addition & 1 deletion helm/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ microservice-chart:
namespace: "fdr"
image:
repository: ghcr.io/pagopa/pagopa-fdr-technical-support
tag: '1.0.8'
tag: '1.0.9'
readinessProbe:
httpGet:
path: /q/health/ready
Expand Down
2 changes: 1 addition & 1 deletion helm/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ microservice-chart:
namespace: "fdr"
image:
repository: ghcr.io/pagopa/pagopa-fdr-technical-support
tag: '1.0.8'
tag: '1.0.9'
readinessProbe:
httpGet:
path: /q/health/ready
Expand Down
2 changes: 1 addition & 1 deletion helm/values-uat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ microservice-chart:
namespace: "fdr"
image:
repository: ghcr.io/pagopa/pagopa-fdr-technical-support
tag: '1.0.8'
tag: '1.0.9'
readinessProbe:
httpGet:
path: /q/health/ready
Expand Down
2 changes: 1 addition & 1 deletion openapi/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"title": "Fdr technical support - Api (local) ${service}",
"termsOfService": "https://www.pagopa.gov.it/",
"version": "1.0.8"
"version": "1.0.9"
},
"servers": [
{
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>it.gov.pagopa</groupId>
<artifactId>fdr-techical-support</artifactId>
<version>1.0.8</version>
<version>1.0.9</version>

<properties>
<compiler-plugin.version>3.11.0</compiler-plugin.version>
Expand Down

0 comments on commit 5cb31cc

Please sign in to comment.