Update deployment process

This commit is contained in:
2024-04-02 22:08:55 -05:00
committed by Octopus Deploy
parent 9a4023acab
commit facb1ff097

View File

@@ -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"