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.