-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathchartpress.yaml
More file actions
29 lines (29 loc) · 923 Bytes
/
chartpress.yaml
File metadata and controls
29 lines (29 loc) · 923 Bytes
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
charts:
- name: helm-chart/renku-data-services
resetTag: latest
imagePrefix: renku/
repo:
git: SwissDataScienceCenter/helm-charts
published: https://swissdatasciencecenter.github.io/helm-charts
paths:
- .
- bases
- components
- projects
images:
renku-data-service:
contextPath: .
dockerfilePath: projects/renku_data_service/Dockerfile
valuesPath: dataService.image
data-service-data-tasks:
contextPath: .
dockerfilePath: projects/renku_data_tasks/Dockerfile
valuesPath: dataService.dataTasks.image
secrets-storage:
contextPath: .
dockerfilePath: projects/secrets_storage/Dockerfile
valuesPath: secretsStorage.image
data-service-k8s-watcher:
contextPath: .
dockerfilePath: projects/k8s_watcher/Dockerfile
valuesPath: dataService.k8sWatcher.image