Skip to content

Instantly share code, notes, and snippets.

@georgegoh
Last active April 10, 2021 05:17
Show Gist options
  • Save georgegoh/de9112d5fc9829ce7becd47f98e7220f to your computer and use it in GitHub Desktop.
Save georgegoh/de9112d5fc9829ce7becd47f98e7220f to your computer and use it in GitHub Desktop.
Extract image names from a tkg-extensions values.yaml
yq e '.. | select(has("repository")) | .repository + "/" + .name + ":" + .tag' values.yaml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment