Update aws-iam-authenticator image

This commit is contained in:
Peter Rifel 2024-06-14 19:45:37 -05:00
parent 5cd9976299
commit 7b5b4c981d
No known key found for this signature in database
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)
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) }}