How to set image tag in AKS manifest file
Rajamannar A K
86
Reputation points
I run a CI/CD setup were new image is pushed into ACR and for rollingupdates I want to tag the new image id into the manifest file. any help on this would be great.
spec:
terminationGracePeriodSeconds: 30
hostname: mssqlinst
securityContext:
fsGroup: 10001
containers:
- name: mssql
image: aksdeeppod..azurecr.io/deepvoice:20220406
In the above 20220406
I want to get the latest tag from ACR rather than the hard coded value.
Sign in to answer