Open juzerali opened 2 years ago
I'm going to look into this!
You can temporarily use https://github.com/Azure/k8s-artifact-substitute this action to swap images prior to running deploy. It should correctly handle this case. Simply take the output of this action and use that as your manifests input in deploy.
This issue is idle because it has been open for 14 days with no activity.
Feature request
Requesting support for CronJobs. Currently image substitution in CronJobs does not work.
Expected: CronJob is updated with the new image as per
${{ github.sha }}
Actual: Image name that is hardcoded, gets updated