From b6e535b6eac4a0e80fc2e98f67fba19e12659ca8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Wed, 20 Apr 2022 16:56:35 +0000 Subject: [PATCH] Fix image name --- testing/deployment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/deployment.yml b/testing/deployment.yml index 6aa719e..19c6826 100644 --- a/testing/deployment.yml +++ b/testing/deployment.yml @@ -16,7 +16,7 @@ spec: imagePullSecrets: - name: regcred containers: - - image: registry.t-juice.club/torjus/minipate:latest + - image: registry.t-juice.club/torjus/minipaste:latest resources: limits: memory: 50Mi