Skip to content

Commit

Permalink
Merge branch 'next' into VAS-1104-new-bundle-status
Browse files Browse the repository at this point in the history
  • Loading branch information
svariant committed Jun 26, 2024
2 parents 20f6e56 + a6d3f46 commit 610ce7b
Show file tree
Hide file tree
Showing 14 changed files with 42 additions and 838 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-selfcare-ms-backoffice
description: Microservice that manage api keys for pagopa product from selfcare
type: application
version: 0.349.0
appVersion: "2.15.0-1-next"
version: 0.350.0
appVersion: "2.15.0-2-next"
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.15.0-1-next"
tag: "2.15.0-2-next"
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.15.0-1-next" #improve
tag: "2.15.0-2-next" #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.15.0-1-next" #improve
tag: "2.15.0-2-next" #improve
pullPolicy: Always
livenessProbe:
httpGet:
Expand Down
Loading

0 comments on commit 610ce7b

Please sign in to comment.