From c8449c2a1513c7fa8502fbfccb2e7741f23ec24a Mon Sep 17 00:00:00 2001 From: kubeshop-bot Date: Fri, 13 Dec 2024 15:55:23 +0000 Subject: [PATCH] New Docker image version is: 2.1.75 --- customization/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customization/deployment.yaml b/customization/deployment.yaml index 01d7360..76ca0c1 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.74 + image: kubeshop/testkube-argocd:2.1.75 securityContext: runAsNonRoot: true runAsUser: 999