-
Notifications
You must be signed in to change notification settings - Fork 6
/
chartpress.yaml
40 lines (40 loc) · 1.08 KB
/
chartpress.yaml
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
36
37
38
39
40
charts:
- name: helm-chart/renku-ui
resetTag: latest
imagePrefix: renku/
repo:
git: SwissDataScienceCenter/helm-charts
published: https://swissdatasciencecenter.github.io/helm-charts
paths:
- .
images:
renku-ui:
# Context to send to docker build for use by the Dockerfile
contextPath: client/
# Dockerfile path relative to chartpress.yaml
dockerfilePath: client/Dockerfile
valuesPath: ui.client.image
paths:
- client
- tests
- helm-chart
- server
- .github
- "."
buildArgs:
SHORT_SHA: "{LAST_COMMIT}"
renku-ui-server:
# Context to send to docker build for use by the Dockerfile
contextPath: server/
# Dockerfile path relative to chartpress.yaml
dockerfilePath: server/Dockerfile
valuesPath: ui.server.image
paths:
- client
- tests
- helm-chart
- server
- .github
- "."
buildArgs:
SHORT_SHA: "{LAST_COMMIT}"