Skip to content

Commit

Permalink
docs: update installation doc to improve compatibility
Browse files Browse the repository at this point in the history
Signed-off-by: this-is-tobi <thibault_colin@hotmail.fr>
  • Loading branch information
this-is-tobi committed Nov 25, 2023
1 parent b2d7f10 commit 8575f3c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,12 @@ spec:
# Note the lack of the `v` prefix unlike the git tag
env:
- name: AVP_VERSION
value: "1.16.2"
value: "1.17.0"
args:
- >-
OS="$(uname | tr '[:upper:]' '[:lower:]')" && [ "$(uname -m)" = "aarch64" ] && ARCH="arm64" || ARCH="amd64" &&
wget -O argocd-vault-plugin
https://github.com/argoproj-labs/argocd-vault-plugin/releases/download/v${AVP_VERSION}/argocd-vault-plugin_${AVP_VERSION}_linux_amd64 &&
https://github.com/argoproj-labs/argocd-vault-plugin/releases/download/v${AVP_VERSION}/argocd-vault-plugin_${AVP_VERSION}_${OS}_${ARCH} &&
chmod +x argocd-vault-plugin &&
mv argocd-vault-plugin /custom-tools/
volumeMounts:
Expand Down

0 comments on commit 8575f3c

Please sign in to comment.