Skip to content

Commit

Permalink
Bump to version 1.2.4-4-fix_connection_db [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
pagopa-github-bot committed Mar 15, 2024
1 parent 6912f85 commit 1434c3a
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-tech-support-api
description: Technical support api
type: application
version: "0.45.0"
appVersion: "1.2.4-3-fix_connection_db"
version: "0.46.0"
appVersion: "1.2.4-4-fix_connection_db"
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: "nodo"
image:
repository: ghcr.io/pagopa/pagopa-node-technical-support-worker
tag: '1.2.4-3-fix_connection_db'
tag: '1.2.4-4-fix_connection_db'
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: "nodo"
image:
repository: ghcr.io/pagopa/pagopa-node-technical-support-worker
tag: '1.2.4-3-fix_connection_db'
tag: '1.2.4-4-fix_connection_db'
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: "nodo"
image:
repository: ghcr.io/pagopa/pagopa-node-technical-support-worker
tag: '1.2.4-3-fix_connection_db'
tag: '1.2.4-4-fix_connection_db'
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": "Node technical support - API (DEV)",
"termsOfService": "https://www.pagopa.gov.it/",
"version": "1.2.4-3-fix_connection_db"
"version": "1.2.4-4-fix_connection_db"
},
"servers": [
{
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>it.gov.pagopa</groupId>
<artifactId>node-techical-support-worker</artifactId>
<version>1.2.4-3-fix_connection_db</version>
<version>1.2.4-4-fix_connection_db</version>
<properties>
<compiler-plugin.version>3.11.0</compiler-plugin.version>
<lombok.version>1.18.26</lombok.version>
Expand Down

0 comments on commit 1434c3a

Please sign in to comment.