mirror of
https://github.com/foomo/squadron.git
synced 2025-10-16 12:35:42 +00:00
23 lines
529 B
YAML
23 lines
529 B
YAML
version: "2.0"
|
|
squadron:
|
|
storefinder:
|
|
frontend:
|
|
chart:
|
|
name: frontend
|
|
repository: file://./_examples/common/charts/frontend
|
|
version: 0.0.1
|
|
builds:
|
|
default:
|
|
args:
|
|
- foo=foo
|
|
- bar=bar
|
|
- bar=baz
|
|
- baz=baz
|
|
dockerfile: Dockerfile
|
|
image: docker.mycompany.com/mycomapny/frontend
|
|
tag: nightly
|
|
values:
|
|
image:
|
|
repository: docker.mycompany.com/mycomapny/frontend
|
|
tag: nightly
|