From 85f791a6620b7f6f5d5323b6cb896db0f1f43894 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Sep 2026 15:42:41 +0000 Subject: [PATCH] chore(deps): update lscr.io/linuxserver/openssh-server docker tag to version-10.3_p1-r1 --- base-infrastructure/charts/ssh-bastion/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base-infrastructure/charts/ssh-bastion/values.yaml b/base-infrastructure/charts/ssh-bastion/values.yaml index 41975c73..c24c1057 100644 --- a/base-infrastructure/charts/ssh-bastion/values.yaml +++ b/base-infrastructure/charts/ssh-bastion/values.yaml @@ -1,5 +1,5 @@ # renovate: datasource=docker depName=lscr.io/linuxserver/openssh-server versioning=regex:^version-(?\d+)\.(?\d+)_p(?\d+)-r(?\d+)$ -image: "lscr.io/linuxserver/openssh-server:version-10.3_p1-r0" +image: "lscr.io/linuxserver/openssh-server:version-10.3_p1-r1" # Login user: the image creates this account (USER_NAME) and sshd only permits it # (AllowUsers, in the drop-in). Both are driven from this single value.