Skip to content

Commit

Permalink
fix pipelines#11
Browse files Browse the repository at this point in the history
  • Loading branch information
pasqualespica committed Jul 12, 2022
1 parent ab825a8 commit e0f4b7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devops/deploy-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ stages:
chartType: filepath
chartPath: $(Pipeline.Workspace)/helm
chartName: $(imageRepository)
# releaseName: $(imageRepository)
releaseName: $(imageRepository)
valueFile: "$(Pipeline.Workspace)/helm/values-${{ parameters.ENV }}.yaml"
install: true
waitForExecution: true
Expand Down
2 changes: 1 addition & 1 deletion helm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
name: pagopa-spontaneous-payments-service
name: pagopa-spontaneous-payments
description: Microservice that handles spontaneous payments for pagoPA
type: application
version: 1.0.0
Expand Down

0 comments on commit e0f4b7f

Please sign in to comment.