From cc94fcb4bc8dbafe9cfe4d75183e2d5723210bc0 Mon Sep 17 00:00:00 2001 From: kubeshop-bot Date: Thu, 18 Apr 2024 12:54:04 +0000 Subject: [PATCH] New Docker image version is: 1.17.15 --- customization/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customization/deployment.yaml b/customization/deployment.yaml index d803426..65b6f46 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:1.17.14 + image: kubeshop/testkube-argocd:1.17.15 securityContext: runAsNonRoot: true runAsUser: 999