-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathChart.yaml
More file actions
83 lines (79 loc) · 3.11 KB
/
Chart.yaml
File metadata and controls
83 lines (79 loc) · 3.11 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
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
apiVersion: v2
name: eoapi
description: Create a full Earth Observation API with Metadata, Raster and Vector services
# A chart can be either an 'application' or a 'library' chart.
#
# Application charts are a collection of templates that can be packaged into versioned archives
# to be deployed.
#
# Library charts provide useful utilities or functions for the chart developer. They're included as
# a dependency of application charts to inject those utilities and functions into the rendering
# pipeline. Library charts do not define any templates and therefore cannot be deployed.
type: application
kubeVersion: ">=1.23.0-0"
# Artifacthub metadata
icon: https://eoapi.dev/img/eoAPI.png
annotations:
artifacthub.io/changes: |
- Remove pathType and pathSuffix configurations
- Add upgrade job for pre-0.7.0 migrations
- Add separate browser ingress configuration
- Support custom PostgreSQL cluster naming
artifacthub.io/links: |
- name: GitHub Repository
url: https://github.com/developmentseed/eoapi-k8s
- name: Documentation
url: https://github.com/developmentseed/eoapi-k8s/tree/main/docs
artifacthub.io/maintainers: |
- name: DevelopmentSeed
email: eoapi@developmentseed.org
artifacthub.io/keywords: |
- earth observation
- geospatial
- kubernetes
- stac
- raster
- vector
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: "0.8.1"
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
# We use the stac-fastapi-pgstac version as the app version
appVersion: "6.1.0"
dependencies:
- name: postgrescluster
version: 5.7.4
repository: "https://devseed.com/eoapi-k8s/"
condition: postgrescluster.enabled
- name: eoapi-notifier
version: 0.0.9
repository: "oci://ghcr.io/developmentseed/charts"
condition: eoapi-notifier.enabled
- name: knative-operator
version: v1.20.0
repository: https://knative.github.io/operator
condition: knative.enabled
- name: metrics-server
version: 7.4.12
repository: https://charts.bitnami.com/bitnami
condition: monitoring.metricsServer.enabled
- name: prometheus
version: 28.0.0
repository: https://prometheus-community.github.io/helm-charts
condition: monitoring.prometheus.enabled
- name: prometheus-adapter
version: 5.2.0
repository: https://prometheus-community.github.io/helm-charts
condition: monitoring.prometheusAdapter.enabled
- name: grafana
version: 10.4.0
repository: https://grafana.github.io/helm-charts
condition: observability.grafana.enabled
- name: stac-auth-proxy
version: "0.1.1"
repository: "oci://ghcr.io/developmentseed/stac-auth-proxy/charts"
condition: stac-auth-proxy.enabled