From ccaa1d3eb850eead43203abb4d7898b32a024fec Mon Sep 17 00:00:00 2001 From: k5sha Date: Tue, 19 May 2026 19:59:04 +0300 Subject: [PATCH] fix(deps): change image for tg bot --- manifests/tg-bot/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/tg-bot/deployment.yaml b/manifests/tg-bot/deployment.yaml index 97b44c1..bfd7fe7 100644 --- a/manifests/tg-bot/deployment.yaml +++ b/manifests/tg-bot/deployment.yaml @@ -23,7 +23,7 @@ spec: fsGroup: 1001 containers: - name: bot - image: ghcr.io/k5sha/tg-bot:latest + image: ghcr.io/k5sha/tg-downloader-bot:placeholder securityContext: readOnlyRootFilesystem: true allowPrivilegeEscalation: false