From f55eff49699753133b5f10f40149016910364aa6 Mon Sep 17 00:00:00 2001 From: Daniel Date: Thu, 26 Oct 2023 23:03:15 +0200 Subject: [PATCH] Fix download-tools init container sops release url, append .amd64 Signed-off-by: Daniel --- docs/ArgoCD Integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ArgoCD Integration.md b/docs/ArgoCD Integration.md index 87c685aa..52b1b3ac 100644 --- a/docs/ArgoCD Integration.md +++ b/docs/ArgoCD Integration.md @@ -270,7 +270,7 @@ repoServer: wget -qO- https://github.com/jkroepke/helm-secrets/releases/download/v${HELM_SECRETS_VERSION}/helm-secrets.tar.gz | tar -C /custom-tools/helm-plugins -xzf-; wget -qO /custom-tools/curl https://github.com/moparisthebest/static-curl/releases/latest/download/curl-amd64 - wget -qO /custom-tools/sops https://github.com/getsops/sops/releases/download/v${SOPS_VERSION}/sops-v${SOPS_VERSION}.linux + wget -qO /custom-tools/sops https://github.com/getsops/sops/releases/download/v${SOPS_VERSION}/sops-v${SOPS_VERSION}.linux.amd64 wget -qO /custom-tools/kubectl https://dl.k8s.io/release/v${KUBECTL_VERSION}/bin/linux/amd64/kubectl wget -qO- https://github.com/helmfile/vals/releases/download/v${VALS_VERSION}/vals_${VALS_VERSION}_linux_amd64.tar.gz | tar -xzf- -C /custom-tools/ vals;