This commit is contained in:
renovate[bot] 2026-08-19 22:23:27 +05:30 committed by GitHub
commit 9911eb8b07
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.36.24
Image: "docker.io/amazon/aws-cli@sha256:cd11f6e909d42f066a03e15f072853fcc19f033e343cb83b2d553e2082cbb5a7",
// Version: 2.36.25
Image: "docker.io/amazon/aws-cli@sha256:d5b61bcb558149739b6d17410bdff21ec66518f3c921f0b8fc8ffa725f3f1b00",
Command: []string{"sleep", "infinity"},
Env: []corev1.EnvVar{
{