From 50860918077cc3f7fee8ffdb06d727a35b2e739f Mon Sep 17 00:00:00 2001 From: BenVincent Date: Mon, 8 Jun 2026 15:18:11 +1000 Subject: [PATCH] feat: change vault to use artifactapi (#168) Co-authored-by: Ben Vincent Reviewed-on: https://git.unkin.net/unkin/rpmbuilder/pulls/168 --- rpms/vault/resources/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpms/vault/resources/build.sh b/rpms/vault/resources/build.sh index ce7035d..8034de7 100755 --- a/rpms/vault/resources/build.sh +++ b/rpms/vault/resources/build.sh @@ -6,7 +6,7 @@ set -e dnf install -y unzip # 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 # Process the nfpm.yaml template with environment variables