Files
sec-actions/get-images-from-files/test-values-helmfile.yaml
T
t.behrendt 19cf9c7dd6
CI / Test Setup Trivy amd64 (pull_request) Successful in 9s
CI / Test Setup DB (pull_request) Successful in 15s
CI / Test Get Images From Files (pull_request) Successful in 21s
CI / Test Setup Trivy arm64 (pull_request) Successful in 24s
refactor: remove handling of sole repository, always require both repo and tag
2026-02-05 17:15:14 +01:00

15 lines
463 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"