feat: change vault to use artifactapi (#168)
ci/woodpecker/push/deploy-fedora42 Pipeline was successful
ci/woodpecker/push/deploy-fedora44 Pipeline was successful
ci/woodpecker/push/deploy-fedora43 Pipeline was successful
ci/woodpecker/push/deploy-almalinux8 Pipeline was successful
ci/woodpecker/push/deploy-almalinux9 Pipeline was successful

Co-authored-by: Ben Vincent <ben@unkin.net>
Reviewed-on: #168
This commit was merged in pull request #168.
This commit is contained in:
2026-06-08 15:18:11 +10:00
parent cf1b3b9a3d
commit 5086091807
+1 -1
View File
@@ -6,7 +6,7 @@ set -e
dnf install -y unzip dnf install -y unzip
# Download and extract vault # Download and extract vault
curl -L -o /app/vault.zip https://releases.hashicorp.com/vault/${PACKAGE_VERSION}/vault_${PACKAGE_VERSION}_linux_amd64.zip curl -L -o /app/vault.zip https://artifactapi.k8s.syd1.au.unkin.net/api/v1/remote/hashicorp-releases/vault/${PACKAGE_VERSION}/vault_${PACKAGE_VERSION}_linux_amd64.zip
unzip vault.zip unzip vault.zip
# Process the nfpm.yaml template with environment variables # Process the nfpm.yaml template with environment variables