From 1e6132dbd3088679fda2f8dc63caa25725974404 Mon Sep 17 00:00:00 2001 From: kubeshop-bot Date: Wed, 23 Oct 2024 10:19:04 +0000 Subject: [PATCH] New Docker image version is: 2.1.47 --- customization/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customization/deployment.yaml b/customization/deployment.yaml index d41b52c..d1326fc 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.46 + image: kubeshop/testkube-argocd:2.1.47 securityContext: runAsNonRoot: true runAsUser: 999