Skip to content

Commit

Permalink
Merge pull request #455 from buildkite/fix-deploy-script
Browse files Browse the repository at this point in the history
Fix deploy.sh
  • Loading branch information
DrJosh9000 authored Dec 16, 2024
2 parents 3d624ef + 5bd1934 commit a08125d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/steps/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ apk add --update-cache --no-progress helm git
source .buildkite/steps/repo_info.sh

echo --- :helm: Helm upgrade
helm upgrade agent-stack-k8s "${helm_repo_pecr}" \
helm upgrade agent-stack-k8s "${helm_repo_pecr}/agent-stack-k8s" \
--version "${version}" \
--namespace buildkite \
--install \
Expand Down

0 comments on commit a08125d

Please sign in to comment.