aws: Update IAM to v0.5.27

This commit is contained in:
Ciprian Hacman 2024-05-04 12:10:26 +03:00
parent c18a3b3f5b
commit fe1664e1a4
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ spec:
# - output (output kubeconfig to plug into your apiserver configuration, mounted from the host) # - output (output kubeconfig to plug into your apiserver configuration, mounted from the host)
containers: containers:
- name: aws-iam-authenticator - name: aws-iam-authenticator
image: {{ or .Authentication.AWS.Image "602401143452.dkr.ecr.us-west-2.amazonaws.com/amazon/aws-iam-authenticator:v0.5.12" }} image: {{ or .Authentication.AWS.Image "602401143452.dkr.ecr.us-west-2.amazonaws.com/amazon/aws-iam-authenticator:v0.5.27" }}
args: args:
- server - server
{{- if or (not .Authentication.AWS.BackendMode) (contains "MountedFile" .Authentication.AWS.BackendMode) }} {{- if or (not .Authentication.AWS.BackendMode) (contains "MountedFile" .Authentication.AWS.BackendMode) }}