From 9db956ad4b75710830c04348ceef0865df6b3ff8 Mon Sep 17 00:00:00 2001 From: Frederic Hemberger Date: Mon, 13 Nov 2023 16:55:02 +0100 Subject: [PATCH] fix(docs/argocd-integration): Update binary name of sops release sops produces amd64 and arm64 binary flavors for Linux now. Signed-off-by: Frederic Hemberger --- 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 52b1b3ac..cf8d6685 100644 --- a/docs/ArgoCD Integration.md +++ b/docs/ArgoCD Integration.md @@ -174,7 +174,7 @@ RUN curl -fsSL https://dl.k8s.io/release/v${KUBECTL_VERSION}/bin/linux/amd64/kub -o /usr/local/bin/kubectl && chmod +x /usr/local/bin/kubectl # sops backend installation (optional) -RUN curl -fsSL https://github.com/getsops/sops/releases/download/v${SOPS_VERSION}/sops-v${SOPS_VERSION}.linux \ +RUN curl -fsSL https://github.com/getsops/sops/releases/download/v${SOPS_VERSION}/sops-v${SOPS_VERSION}.linux.amd64 \ -o /usr/local/bin/sops && chmod +x /usr/local/bin/sops # vals backend installation (optional)