This commit is contained in:
renovate[bot] 2026-07-14 15:00:04 +00:00 committed by GitHub
commit 90a38c1ee8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -121,8 +121,8 @@ func newS3ClientDeployment(namespace string) *appsv1.Deployment {
{
Name: s3ClientName,
// renovate: datasource=docker depName=amazon/aws-cli versioning=docker
// Version: 2.35.11
Image: "docker.io/amazon/aws-cli@sha256:749bfaf91d690b9a1768083822d620f96c19defdf9ca2dc227eb3695281fda5b",
// Version: 2.35.22
Image: "docker.io/amazon/aws-cli@sha256:c9e67d4b797d5cb38d38cd583b30621737e0230b99d11ea3465fa62fe55add17",
Command: []string{"sleep", "infinity"},
Env: []corev1.EnvVar{
{