diff --git a/.octopus/deployment_process.ocl b/.octopus/deployment_process.ocl index 83acb0c..3df9c0a 100644 --- a/.octopus/deployment_process.ocl +++ b/.octopus/deployment_process.ocl @@ -10,7 +10,7 @@ step "update-chart" { Install-Module -Name powershell-yaml -Confirm:$false -Force $template = (Invoke-RestMethod -Headers @{ 'PRIVATE-TOKEN' = ${GITLAB_TOKEN} } -Uri "https://gitlab.com/api/v4/projects/45028985/repository/files/durpapi%2FChart.yaml/raw?ref=main") | ConvertFrom-Yaml - $template.version = $ENV:VERSION + $template.version = $OctopusParameters["Octopus.Release.Number"] $body = @{ branch = "main"