From facb1ff09787b8e4af6bfd3ddef675ec91adab2e Mon Sep 17 00:00:00 2001 From: Durp Date: Tue, 2 Apr 2024 22:08:55 -0500 Subject: [PATCH] Update deployment process --- .octopus/deployment_process.ocl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"