From 7b48689aed870de5fc378cf212a9b72159e8fc04 Mon Sep 17 00:00:00 2001 From: kubeshop-bot Date: Fri, 18 Oct 2024 13:13:28 +0000 Subject: [PATCH] New Docker image version is: 2.1.43 --- customization/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customization/deployment.yaml b/customization/deployment.yaml index aaba2b5..171a74e 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.42 + image: kubeshop/testkube-argocd:2.1.43 securityContext: runAsNonRoot: true runAsUser: 999