diff --git a/.devops/deploy-pipelines.yml b/.devops/deploy-pipelines.yml index 54ae225..ccda4e2 100644 --- a/.devops/deploy-pipelines.yml +++ b/.devops/deploy-pipelines.yml @@ -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 diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 3bdb80c..08c1b7c 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -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