mirror of https://github.com/kubernetes/kops.git
aws: Update IAM to v0.5.27
This commit is contained in:
parent
c18a3b3f5b
commit
fe1664e1a4
|
@ -164,7 +164,7 @@ spec:
|
|||
# - output (output kubeconfig to plug into your apiserver configuration, mounted from the host)
|
||||
containers:
|
||||
- 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:
|
||||
- server
|
||||
{{- if or (not .Authentication.AWS.BackendMode) (contains "MountedFile" .Authentication.AWS.BackendMode) }}
|
||||
|
|
Loading…
Reference in New Issue