https://github.com/geonetwork/geonetwork-helm-charts
Repository for hosting helm charts regarding GeoNetwork organization.
https://github.com/geonetwork/geonetwork-helm-charts
Last synced: over 1 year ago
JSON representation
Repository for hosting helm charts regarding GeoNetwork organization.
- Host: GitHub
- URL: https://github.com/geonetwork/geonetwork-helm-charts
- Owner: geonetwork
- Created: 2023-06-15T14:24:23.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-27T10:10:18.000Z (over 1 year ago)
- Last Synced: 2025-03-27T02:38:51.187Z (over 1 year ago)
- Language: Smarty
- Size: 51.8 KB
- Stars: 3
- Watchers: 13
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Helm charts for the geonetwork organization
## geonetwork-ui branch
### Datahub
Readme: https://github.com/geonetwork/geonetwork-helm-charts/tree/main/datahub
### Metadata-editor
Readme: https://github.com/geonetwork/geonetwork-helm-charts/tree/main/metadata-editor
### gn-tools-pipelines
Readme: https://github.com/geonetwork/geonetwork-helm-charts/tree/main/gn-tools-pipelines
# WARNING: New location storage for the helm chart - How to use
All the helm chart are now stored inside the GitHub Docker registry.
Please use it like so:
## For helmfile.yaml
```
chart: oci://ghcr.io/geonetwork/geonetwork-helm-charts/myhelmchart
version: X.X.X
```
You don't need to include this anymore:
```
repositories:
- name: geonetwork-helm-charts
url: https://helm-charts.geonetwork-opensource.org
```
Make sure to migrate to this new way of working.