-
Notifications
You must be signed in to change notification settings - Fork 2
/
chartpress.yaml
34 lines (34 loc) · 1.09 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
charts:
- name: helm-chart/renku-graph
resetTag: latest
imagePrefix: renku/
repo:
git: SwissDataScienceCenter/helm-charts
published: https://swissdatasciencecenter.github.io/helm-charts
paths:
- .
images:
token-repository:
contextPath: .
dockerfilePath: token-repository/Dockerfile
valuesPath: graph.tokenRepository.image
webhook-service:
contextPath: .
dockerfilePath: webhook-service/Dockerfile
valuesPath: graph.webhookService.image
triples-generator:
contextPath: .
dockerfilePath: triples-generator/Dockerfile
valuesPath: graph.triplesGenerator.image
knowledge-graph:
contextPath: .
dockerfilePath: knowledge-graph/Dockerfile
valuesPath: graph.knowledgeGraph.image
event-log:
contextPath: .
dockerfilePath: event-log/Dockerfile
valuesPath: graph.eventLog.image
commit-event-service:
contextPath: .
dockerfilePath: commit-event-service/Dockerfile
valuesPath: graph.commitEventService.image