mirror of
https://github.com/foomo/squadron.git
synced 2025-10-16 12:35:42 +00:00
23 lines
490 B
YAML
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
|