mirror of
https://github.com/foomo/squadron.git
synced 2025-10-16 12:35:42 +00:00
23 lines
598 B
YAML
23 lines
598 B
YAML
version: "2.2"
|
|
squadron:
|
|
storefinder:
|
|
frontend:
|
|
chart:
|
|
name: frontend
|
|
repository: file://<% env "PROJECT_ROOT" %>/_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: <% .Squadron.storefinder.frontend.builds.default.image %>
|
|
tag: <% .Squadron.storefinder.frontend.builds.default.tag %>
|