9411465688
CD / Release (push) Successful in 13s
Adding support for images inside of helm value files as per helm convention. Limitation: Default images the chart may propose are not exposed and therefore not supported, only what's specifically mentioned in the values file. Reviewed-on: t.behrendt/trivy-actions#29 Reviewed-by: branch-buddy <branch-buddy@t00n.de> Co-authored-by: t.behrendt <t.behrendt@t00n.de> Co-committed-by: t.behrendt <t.behrendt@t00n.de>
17 lines
541 B
YAML
17 lines
541 B
YAML
# Used by CI to test get-images-from-files action (Helmfile values, fully-qualified refs only)
|
|
# Simple convention: image.repository + image.tag
|
|
image:
|
|
repository: example.com/helmfile/app
|
|
tag: "v4"
|
|
|
|
# Nested under images (repository + tag)
|
|
images:
|
|
worker:
|
|
repository: example.com/helmfile/worker
|
|
tag: "v5"
|
|
helper:
|
|
repository: example.com/myproject/helper
|
|
tag: "2.0@sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
|
|
invalid-references:
|
|
repository: example.com/helmfile/invalid-references
|