From d419f82a1d345b338291c28ad6830f0329826de8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 22:45:17 +0000 Subject: [PATCH] chore(deps): update amazon/aws-cli docker tag to v2.36.47 | datasource | package | from | to | | ---------- | -------------- | ------- | ------- | | docker | amazon/aws-cli | 2.36.45 | 2.36.47 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- operator/config/samples/rustfs/rustfs-job-create-bucket.yaml | 2 +- operator/test/utils/templates/rustfs/rustfs.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/operator/config/samples/rustfs/rustfs-job-create-bucket.yaml b/operator/config/samples/rustfs/rustfs-job-create-bucket.yaml index 9582e3a2..5061821f 100644 --- a/operator/config/samples/rustfs/rustfs-job-create-bucket.yaml +++ b/operator/config/samples/rustfs/rustfs-job-create-bucket.yaml @@ -9,7 +9,7 @@ spec: automountServiceAccountToken: false containers: - name: rustfs-aws-cli-client - image: amazon/aws-cli:2.36.45@sha256:de71ba5460023cdafb0b163b8ba4553e221a5c23e4b851ab5543d29a85c98ef4 + image: amazon/aws-cli:2.36.47@sha256:b94fc7612d131f1a3cb76145ba3385c813ad7561ef2c2b60c89fbd5dfee93d39 command: ["/bin/sh", "-c"] args: - | diff --git a/operator/test/utils/templates/rustfs/rustfs.go b/operator/test/utils/templates/rustfs/rustfs.go index bb1762b7..e0a39f87 100644 --- a/operator/test/utils/templates/rustfs/rustfs.go +++ b/operator/test/utils/templates/rustfs/rustfs.go @@ -45,7 +45,7 @@ const ( // AWSCLIImage is the AWS CLI container image used for S3 operations. //nolint:godot // renovate image: datasource=docker depName=amazon/aws-cli versioning=docker - AWSCLIImage = "amazon/aws-cli:2.36.45@sha256:de71ba5460023cdafb0b163b8ba4553e221a5c23e4b851ab5543d29a85c98ef4" + AWSCLIImage = "amazon/aws-cli:2.36.47@sha256:b94fc7612d131f1a3cb76145ba3385c813ad7561ef2c2b60c89fbd5dfee93d39" // RustFSAccessKey is the access key for RustFS. RustFSAccessKey = "rustfsaccesskey1234567890"