forked from DataBiosphere/jade-data-repo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
skaffold.yaml.template
35 lines (35 loc) · 1.09 KB
/
skaffold.yaml.template
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
apiVersion: skaffold/v2alpha2
kind: Config
build:
tagPolicy:
gitCommit:
variant: AbbrevCommitSha
artifacts:
- image: gcr.io/broad-jade-dev/jade-data-repo
jib:
args:
- jib
type: gradle
deploy:
helm:
flags:
upgrade:
- --install
- --debug
releases:
- name: TEMP-secrets
chartPath: https://github.com/broadinstitute/datarepo-helm/releases/download/create-secret-manager-secret-0.0.6/create-secret-manager-secret-0.0.6.tgz
version: 0.0.6
namespace: TEMP
remote: true
valuesFiles:
- https://raw.githubusercontent.com/broadinstitute/datarepo-helm-definitions/master/dev/TEMP/TEMPSecrets.yaml
- name: TEMP-jade
chartPath: https://github.com/broadinstitute/datarepo-helm/releases/download/datarepo-0.1.10/datarepo-0.1.10.tgz
version: 0.1.10
namespace: TEMP
remote: true
values:
datarepo-api.imageName: gcr.io/broad-jade-dev/jade-data-repo
valuesFiles:
- https://raw.githubusercontent.com/broadinstitute/datarepo-helm-definitions/master/dev/TEMP/TEMPDeployment.yaml