mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-05-24 16:19:50 +08:00
32 lines
721 B
YAML
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}}"
|