mirror of https://github.com/kubernetes/kops.git
Update aws-iam-authenticator image
This commit is contained in:
parent
5cd9976299
commit
7b5b4c981d
|
@ -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.27" }}
|
||||
image: {{ or .Authentication.AWS.Image "public.ecr.aws/eks-distro/kubernetes-sigs/aws-iam-authenticator:v0.6.20-eks-1-30-7" }}
|
||||
args:
|
||||
- server
|
||||
{{- if or (not .Authentication.AWS.BackendMode) (contains "MountedFile" .Authentication.AWS.BackendMode) }}
|
||||
|
|
Loading…
Reference in New Issue