-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChart.yaml
More file actions
41 lines (41 loc) · 1.13 KB
/
Chart.yaml
File metadata and controls
41 lines (41 loc) · 1.13 KB
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
apiVersion: v2
name: geonode
version: 0.5.1
description: >
GeoNode is a web-based application and platform for developing geospatial information
systems (GIS) and for deploying spatial data infrastructures (SDI).
type: application
keywords:
- GIS
- FOSS4G
- webmap
- WMS
- WFS
- WCS
- SDI
home: https://geonode.org/
sources:
- https://github.com/GeoNode/geonode/
- https://github.com/GeoNode/geonode-docker
- https://github.com/GeoNode/geonode-mapstore-client
- https://github.com/GeoNode/geonode-importer
- https://github.com/GeoNode/geonode-project
maintainers:
- name: Carlos Eduardo Mota
email: "carlos.mota@sgb.gov.br"
url: https://www.sgb.gov.br
icon: https://avatars.githubusercontent.com/u/132843?s=200&v=4
appVersion: "4.4.4"
dependencies:
- name: rabbitmq
version: 15.3.2
repository: https://charts.bitnami.com/bitnami
condition: rabbitmq.enabled
- name: postgresql
version: 16.4.14
repository: https://charts.bitnami.com/bitnami
condition: postgresql.enabled
- name: memcached
version: 7.6.5
repository: https://charts.bitnami.com/bitnami
condition: memcached.enabled