Skip to content

Commit

Permalink
fixed vault images
Browse files Browse the repository at this point in the history
  • Loading branch information
zackbradys committed Feb 1, 2025
1 parent 458f065 commit a4a6fb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hauler/scripts/vault/hauler-vault.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ cd /opt/hauler/vault
### Download Vault Images and Modify the List
### https://github.com/hashicorp/vault-helm
helm repo add hashicorp https://helm.releases.hashicorp.com && helm repo update
vaultImages=$(helm template hashicorp/vault --version=${vGitea} | grep 'image:' | sed 's/"//g; s/.*image: //' | sed 's/^/ - name: /')
vaultImages=$(helm template hashicorp/vault --version=${vVault} | grep 'image:' | sed 's/"//g; s/.*image: //' | sed 's/^/ - name: /')

### Create Hauler Manifest
cat << EOF >> /opt/hauler/vault/rancher-airgap-vault.yaml
Expand Down

0 comments on commit a4a6fb1

Please sign in to comment.