From 77709b589b89cf0a470045bfa8d32bf2d0268fe2 Mon Sep 17 00:00:00 2001 From: kubeshop-bot Date: Tue, 12 Nov 2024 08:59:46 +0000 Subject: [PATCH] New Docker image version is: 2.1.61 --- customization/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customization/deployment.yaml b/customization/deployment.yaml index 42c1c5d..2316995 100644 --- a/customization/deployment.yaml +++ b/customization/deployment.yaml @@ -8,7 +8,7 @@ spec: containers: - name: testkube command: [/var/run/argocd/argocd-cmp-server] - image: kubeshop/testkube-argocd:2.1.60 + image: kubeshop/testkube-argocd:2.1.61 securityContext: runAsNonRoot: true runAsUser: 999