-
Notifications
You must be signed in to change notification settings - Fork 34
/
chartpress.yaml
52 lines (51 loc) · 1.63 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
charts:
## gitlab and renku chart versions are not evolving together. Uncomment
## this only when explicitly building the gitlab chart and set the appropriate tag.
# - name: helm-chart/gitlab
# imagePrefix: renku/
# repo:
# git: SwissDataScienceCenter/helm-charts
# published: https://swissdatasciencecenter.github.io/helm-charts
# paths:
# - ./gitlab
- name: helm-chart/renku
resetTag: latest
imagePrefix: renku/
repo:
git: SwissDataScienceCenter/helm-charts
published: https://swissdatasciencecenter.github.io/helm-charts
paths:
- helm-chart
- acceptance-tests
- scripts/init-realm
- scripts/init-db
- scripts/platform-init
images:
tests:
buildArgs:
BUILDKIT_INLINE_CACHE: "1"
contextPath: acceptance-tests
dockerfilePath: acceptance-tests/Dockerfile
valuesPath: tests.image
paths:
- acceptance-tests
init-realm:
contextPath: scripts/init-realm
dockerfilePath: scripts/init-realm/Dockerfile
valuesPath: keycloakx.initRealm.image
paths:
- scripts/init-realm/Dockerfile
- scripts/init-realm/requirements.txt
- scripts/init-realm/init-realm.py
init-db:
contextPath: scripts/init-db
dockerfilePath: scripts/init-db/Dockerfile
valuesPath: initDb.image
paths:
- scripts/init-db
platform-init:
contextPath: scripts/platform-init
dockerfilePath: scripts/platform-init/Dockerfile
valuesPath: platformInit.image
paths:
- scripts/platform-init