From cdd93a76152dc544715e632f225705bbba8cc2ac Mon Sep 17 00:00:00 2001 From: Andrei Kartashov Date: Tue, 5 Sep 2023 00:08:29 +0700 Subject: [PATCH] sshct: 4.0.0 --- state/gullfaxi/apps/sshct/manifests/sshct.yaml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/state/gullfaxi/apps/sshct/manifests/sshct.yaml b/state/gullfaxi/apps/sshct/manifests/sshct.yaml index 0ecd7a1..0ffc31e 100644 --- a/state/gullfaxi/apps/sshct/manifests/sshct.yaml +++ b/state/gullfaxi/apps/sshct/manifests/sshct.yaml @@ -29,16 +29,17 @@ spec: - name: sshct securityContext: privileged: true - image: ghcr.io/amkartashov/sshct:v3.8.0 + image: ghcr.io/amkartashov/sshct:v4.0.0 imagePullPolicy: IfNotPresent env: - name: CT_SSH_PORT value: "30810" - #- name: CTUSERPWD - # valueFrom: - # secretKeyRef: - # name: sshct - # key: password + - name: CT_TIMEZONE + value: Asia/Novosibirsk + - name: CT_LOCALE + value: ru_RU.UTF-8 + - name: CT_USERGROUPS + value: docker:999 volumeMounts: - mountPath: /home name: home