Files
stacks-puppet-node/skaffold.yaml
2018-11-14 15:53:42 -05:00

32 lines
721 B
YAML

apiVersion: skaffold/v1alpha2
kind: Config
build:
tagPolicy:
envTemplate:
template: "{{.DOCKER_REGISTRY}}/blockstack/blockstack-core:{{.VERSION}}"
artifacts:
- imageName: changeme
workspace: .
docker: {}
local: {}
deploy:
kubectl:
manifests:
profiles:
- name: dev
build:
tagPolicy:
envTemplate:
template: "{{.DOCKER_REGISTRY}}/blockstack/blockstack-core:{{.DIGEST_HEX}}"
artifacts:
- docker: {}
local: {}
deploy:
helm:
releases:
- name: blockstack-core
chartPath: charts/blockstack-core
setValueTemplates:
image.repository: "{{.DOCKER_REGISTRY}}/blockstack/blockstack-core"
image.tag: "{{.DIGEST_HEX}}"