chore(deps): update amazon/aws-cli docker tag to v2.36.9

| datasource | package        | from   | to     |
| ---------- | -------------- | ------ | ------ |
| docker     | amazon/aws-cli | 2.36.8 | 2.36.9 |


Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2026-07-28 17:18:12 +00:00 committed by GitHub
parent 5ff12acda0
commit 633f54bcf9
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.8
Image: "docker.io/amazon/aws-cli@sha256:7e1b11a3c93bc5af81f496de0662f666b2352a4a6666e8ebae904fe102b131b6",
// Version: 2.36.9
Image: "docker.io/amazon/aws-cli@sha256:00dee8ccaf669721f8163944ea9e6ac13183851b23d5b7a9868a608bc932cfdb",
Command: []string{"sleep", "infinity"},
Env: []corev1.EnvVar{
{