-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathChart.yaml
55 lines (52 loc) · 1.44 KB
/
Chart.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
apiVersion: v2
name: sddi-ckan
description: >
Helm Chart for a SDDI enabled CKAN catalog.
See [CHANGELOG](https://github.com/tum-gis/sddi-ckan-k8s/blob/main/CHANGELOG.md) for changes.
type: application
home: https://github.com/tum-gis/sddi-ckan-k8s
sources:
- https://github.com/tum-gis/sddi-ckan-k8s
- https://www.asg.ed.tum.de/en/gis/projects/smart-district-data-infrastructure
- https://github.com/tum-gis/ckan-docker
version: 3.0.0
appVersion: "2.0.0"
kubeVersion: ">= 1.23.0-0"
maintainers:
- email: [email protected]
name: Bruno Willenborg
url: https://www.asg.ed.tum.de/en/gis/our-team/staff/bruno-willenborg/
dependencies:
- name: postgis
version: "*"
condition: postgis.enabled
- name: solr
version: "*"
condition: solr.enabled
- name: redis
version: "*"
condition: redis.enabled
- name: ckan
version: "*"
condition: ckan.enabled
- name: datapusher
version: "*"
condition: datapusher.enabled
- name: certIssuer
version: "*"
condition: certIssuer.enabled
- name: ingress-nginx
alias: ingress-nginx
condition: ingress-nginx.enabled
version: "^4"
repository: https://kubernetes.github.io/ingress-nginx
- name: cert-manager
alias: cert-manager
condition: cert-manager.enabled
version: "^1"
repository: https://charts.jetstack.io
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
tags:
- bitnami-common
version: 2.x.x