Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
automountServiceAccountToken: false
containers:
- name: rustfs-aws-cli-client
image: amazon/aws-cli:2.36.22@sha256:5a4cc81c75d7b08ba6daa9439599812d00ed3b497a82a9b4bdc771a77c74268c
image: amazon/aws-cli:2.36.23@sha256:c7b16ed4f08f8a61634d9c219dd2388cf61c5425f3c096b5a5b235521d7ea5cc
command: ["/bin/sh", "-c"]
args:
- |
Expand Down
2 changes: 1 addition & 1 deletion operator/test/utils/templates/rustfs/rustfs.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.22@sha256:5a4cc81c75d7b08ba6daa9439599812d00ed3b497a82a9b4bdc771a77c74268c"
AWSCLIImage = "amazon/aws-cli:2.36.23@sha256:c7b16ed4f08f8a61634d9c219dd2388cf61c5425f3c096b5a5b235521d7ea5cc"

// RustFSAccessKey is the access key for RustFS.
RustFSAccessKey = "rustfsaccesskey1234567890"
Expand Down
Loading