From babbe41bace12c6187d107209785419b310a4749 Mon Sep 17 00:00:00 2001 From: Josh Wolf Date: Tue, 19 Mar 2024 12:12:37 -0400 Subject: [PATCH] pin argocd to go 1.21 Signed-off-by: Josh Wolf --- argo-cd-2.10.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/argo-cd-2.10.yaml b/argo-cd-2.10.yaml index 6bcb2ad584dc..00f0525aa108 100644 --- a/argo-cd-2.10.yaml +++ b/argo-cd-2.10.yaml @@ -1,7 +1,7 @@ package: name: argo-cd-2.10 version: 2.10.4 - epoch: 0 + epoch: 1 description: Declarative continuous deployment for Kubernetes. copyright: - license: Apache-2.0 @@ -14,7 +14,7 @@ environment: packages: - busybox - ca-certificates-bundle - - go + - go~1.21 - nodejs-20 - python3 - yarn