Skip to content

Match images starting with `- `

tr requested to merge yaml_image_start into master

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.

Merge request reports