From 85375db25745db113f1dff92e463a2a154f2a5a5 Mon Sep 17 00:00:00 2001 From: Andrey Kartashov Date: Fri, 18 Feb 2022 19:05:31 +0700 Subject: [PATCH] sshct: switch to ghcr registry --- apps/services/sshct.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/services/sshct.yaml b/apps/services/sshct.yaml index 6497b06..1406e47 100644 --- a/apps/services/sshct.yaml +++ b/apps/services/sshct.yaml @@ -27,7 +27,7 @@ spec: type: Socket containers: - name: sshct - image: gorilych/sshct:v3.6.0 + image: ghcr.io/amkartashov/sshct:v3.7.1 imagePullPolicy: IfNotPresent env: - name: CTUSERPWD