Skip to content

Commit

Permalink
[PPANTT-178] fix tag
Browse files Browse the repository at this point in the history
  • Loading branch information
gioelemella committed Nov 8, 2024
1 parent c90facb commit ed4eac5
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: pagopa-selfcare-ms-backoffice
description: Microservice that manage api keys for pagopa product from selfcare
type: application
version: 0.421.0
appVersion: "2.29.1-2-scheduler-helm-values"
appVersion: "2.29.1-8-PPANTT-178-bo-improve-iban-and-ci-cron-job"
dependencies:
- name: microservice-chart
version: 2.4.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 @@ -4,7 +4,7 @@ microservice-chart:
fullnameOverride: ""
image:
repository: ghcr.io/pagopa/pagopa-selfcare-ms-backoffice-backend
tag: "2.29.1-2-scheduler-helm-values"
tag: "2.29.1-8-PPANTT-178-bo-improve-iban-and-ci-cron-job"
pullPolicy: Always
livenessProbe:
httpGet:
Expand Down
2 changes: 1 addition & 1 deletion helm/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ microservice-chart:
fullnameOverride: ""
image:
repository: ghcr.io/pagopa/pagopa-selfcare-ms-backoffice-backend
tag: "2.29.1-2-scheduler-helm-values" #improve
tag: "2.29.1-8-PPANTT-178-bo-improve-iban-and-ci-cron-job" #improve
pullPolicy: Always
livenessProbe:
httpGet:
Expand Down
2 changes: 1 addition & 1 deletion helm/values-uat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ microservice-chart:
fullnameOverride: ""
image:
repository: ghcr.io/pagopa/pagopa-selfcare-ms-backoffice-backend
tag: "2.29.1-2-scheduler-helm-values" #improve
tag: "2.29.1-8-PPANTT-178-bo-improve-iban-and-ci-cron-job" #improve
pullPolicy: Always
livenessProbe:
httpGet:
Expand Down
2 changes: 1 addition & 1 deletion openapi/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Microservice to manage PagoPA Backoffice",
"termsOfService": "https://www.pagopa.gov.it/",
"title": "SelfCare Backoffice",
"version": "2.29.1-2-scheduler-helm-values"
"version": "2.29.1-8-PPANTT-178-bo-improve-iban-and-ci-cron-job"
},
"servers": [
{
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<version>2.5.14</version>
</parent>
<artifactId>pagopa-selfcare-ms-backoffice</artifactId>
<version>2.29.1-2-scheduler-helm-values</version>
<version>2.29.1-8-PPANTT-178-bo-improve-iban-and-ci-cron-job</version>
<name>SelfCare Backoffice</name>
<description>Microservice to manage PagoPA Backoffice</description>

Expand Down

0 comments on commit ed4eac5

Please sign in to comment.