Match images starting with `- `
If a pod file contains
spec:
restartPolicy: Always
containers:
- image: 'django:latest'
the update script won't update this image. Now it will find those images too and update them.
If a pod file contains
spec:
restartPolicy: Always
containers:
- image: 'django:latest'
the update script won't update this image. Now it will find those images too and update them.