From 1e44070a98532e0703609378fdd24ed440779b45 Mon Sep 17 00:00:00 2001 From: RJ Trujillo Date: Wed, 11 Sep 2024 18:23:08 -0600 Subject: [PATCH] fix(argo-cd-2.12): Remediate CVEs (#28181) --- argo-cd-2.12.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/argo-cd-2.12.yaml b/argo-cd-2.12.yaml index 14e23065616..d8bb7ce8617 100644 --- a/argo-cd-2.12.yaml +++ b/argo-cd-2.12.yaml @@ -1,7 +1,7 @@ package: name: argo-cd-2.12 version: 2.12.3 - epoch: 0 + epoch: 1 description: Declarative continuous deployment for Kubernetes. copyright: - license: Apache-2.0 @@ -28,7 +28,7 @@ pipeline: - uses: go/bump with: - deps: github.com/rs/cors@v1.11.0 + deps: github.com/rs/cors@v1.11.0 k8s.io/kubernetes@v1.29.7 - runs: | cd ui