Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Update public.ecr.aws/aws-cli/aws-cli Docker tag to v2.24.5 #19

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion charts/hypershift-aws-template/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ securityContext:

{{- define "aws-sts-init-container" -}}
- name: aws-sts
image: public.ecr.aws/aws-cli/aws-cli:2.24.3@sha256:4ec0b01b775a098c754c4b833637a65e8e0e73610883d87d3681d93e0c11d8cd
image: public.ecr.aws/aws-cli/aws-cli:2.24.5@sha256:db85815e801bef05950e0d9209edd6714820b59d9154dffbeed3ebd49d7c2498
{{- include "container-resources" . | nindent 2 }}
{{- include "container-security-context" . | nindent 2 }}
env:
Expand Down