Open lboro opened 5 years ago
We recently integrated the ARM Checker to our ARM Templates CI process. We are using the latest version of AKS (1.14.0 as of this writing). We receive the following error from the scan :
Failed: [Azure_KubernetesService_Deploy_Use_Latest_Version]
Here is more detailed from the CSV Report :
Seems like version 1.11.5 is the latest version according to the DevOpsKit.
Create a AKS ARM Template, hardcode the version to "1.14.0" and run the ARM Template Checker.
The check should pass since 1.14.0 is higher than the latest version coded in the ARM Template Checker (1.11.5).
The check is failing with he following message :
Any updates on when this will get addressed?
Kubernetes - Use Latest Version is outdated
Description (
We recently integrated the ARM Checker to our ARM Templates CI process. We are using the latest version of AKS (1.14.0 as of this writing). We receive the following error from the scan :
Failed: [Azure_KubernetesService_Deploy_Use_Latest_Version]
Here is more detailed from the CSV Report :
Seems like version 1.11.5 is the latest version according to the DevOpsKit.
Steps to reproduce
Create a AKS ARM Template, hardcode the version to "1.14.0" and run the ARM Template Checker.
Expected behavior
The check should pass since 1.14.0 is higher than the latest version coded in the ARM Template Checker (1.11.5).
Actual behavior
The check is failing with he following message :
Failed: [Azure_KubernetesService_Deploy_Use_Latest_Version]