Skip to content

Commit

Permalink
Bump to version 1.0.3-1-using_re_cosmos_nosql [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
pagopa-github-bot committed Aug 23, 2023
1 parent 5b77d88 commit d1d06d3
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 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.22.0"
appVersion: "1.0.3"
version: "0.23.0"
appVersion: "1.0.3-1-using_re_cosmos_nosql"
dependencies:
- name: microservice-chart
version: 3.0.0
Expand Down
4 changes: 2 additions & 2 deletions 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.0.3'
tag: '1.0.3-1-using_re_cosmos_nosql'
readinessProbe:
httpGet:
path: /q/health/ready
Expand Down Expand Up @@ -89,4 +89,4 @@ microservice-chart:
canaryDelivery:
deployment:
image:
tag: 1.0.3
tag: 1.0.3-1-using_re_cosmos_nosql
4 changes: 2 additions & 2 deletions 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.0.3'
tag: '1.0.3-1-using_re_cosmos_nosql'
readinessProbe:
httpGet:
path: /q/health/ready
Expand Down Expand Up @@ -87,4 +87,4 @@ microservice-chart:
canaryDelivery:
deployment:
image:
tag: 1.0.3
tag: 1.0.3-1-using_re_cosmos_nosql
4 changes: 2 additions & 2 deletions 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.0.3'
tag: '1.0.3-1-using_re_cosmos_nosql'
readinessProbe:
httpGet:
path: /q/health/ready
Expand Down Expand Up @@ -87,4 +87,4 @@ microservice-chart:
canaryDelivery:
deployment:
image:
tag: 1.0.3
tag: 1.0.3-1-using_re_cosmos_nosql
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.0.3"
"version": "1.0.3-1-using_re_cosmos_nosql"
},
"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.0.3</version>
<version>1.0.3-1-using_re_cosmos_nosql</version>
<properties>
<compiler-plugin.version>3.11.0</compiler-plugin.version>
<lombok.version>1.18.26</lombok.version>
Expand Down

0 comments on commit d1d06d3

Please sign in to comment.