squadron/testdata/override/snapshop-config.yaml
2024-10-22 16:14:31 +02:00

23 lines
490 B
YAML

version: "2.2"
squadron:
storefinder:
frontend:
chart:
name: frontend
repository: file://./_examples/common/charts/frontend
version: 0.0.1
builds:
default:
build_arg:
- foo=foo
- bar=bar
- bar=baz
- baz=baz
file: Dockerfile
tag: nightly
image: storefinder/frontend
values:
image:
repository: storefinder/frontend
tag: nightly