-
Notifications
You must be signed in to change notification settings - Fork 6
/
chartpress.yaml
67 lines (67 loc) · 1.96 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
charts:
- name: helm-chart/renku-notebooks
resetTag: latest
imagePrefix: renku/
repo:
git: SwissDataScienceCenter/helm-charts
published: https://swissdatasciencecenter.github.io/helm-charts
paths:
- .
- renku-notebooks
- git_services
- git-https-proxy
- k8s-watcher
- secrets-mount
- liveness-detector
images:
renku-notebooks:
contextPath: .
dockerfilePath: Dockerfile
valuesPath: notebooks.image
git-rpc-server:
contextPath: git_services
dockerfilePath: git_services/Dockerfile.sidecar
valuesPath: notebooks.gitRpcServer.image
paths:
- git_services
git-https-proxy:
contextPath: git-https-proxy
dockerfilePath: git-https-proxy/Dockerfile
valuesPath: notebooks.gitHttpsProxy.image
paths:
- git-https-proxy
git-clone:
contextPath: git_services
dockerfilePath: git_services/Dockerfile.init
valuesPath: notebooks.gitClone.image
paths:
- git_services
renku-notebooks-tests:
contextPath: .
dockerfilePath: Dockerfile.tests
valuesPath: notebooks.tests.image
paths:
- tests/integration
k8s-watcher:
contextPath: k8s-watcher
dockerfilePath: k8s-watcher/Dockerfile
valuesPath: notebooks.k8sWatcher.image
paths:
- k8s-watcher
secrets-mount:
contextPath: secrets-mount
dockerfilePath: secrets-mount/Dockerfile
valuesPath: notebooks.secretsMount.image
paths:
- secrets-mount
ssh-jump-host:
contextPath: ssh-jump-host
dockerfilePath: ssh-jump-host/Dockerfile
valuesPath: notebooks.ssh.image
paths:
- ssh-jump-host
liveness-detector:
contextPath: liveness-detector
dockerfilePath: liveness-detector/Dockerfile
paths:
- liveness-detector