Skip to content

Fix: Add Artifacthub.io Integration (Issue #16) #216

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Apr 28, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:

jobs:
release:
if: "!startsWith(github.ref, 'refs/tags/eoapi-')" # prevent the helm chart releaser from running this release workflow
if: ${{ !startsWith(github.ref, 'refs/tags/eoapi-') }} # prevent the helm chart releaser from running this release workflow
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -42,3 +42,4 @@ jobs:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
CR_SKIP_EXISTING: true
CR_INDEX_PATH: "."

5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@
<img src="https://github.com/developmentseed/eoapi-k8s/actions/workflows/helm-tests.yml/badge.svg?branch=main" alt="Test">
</a>
<a href="https://github.com/developmentseed/eoapi-k8s/blob/main/LICENSE" target="_blank">
<img src="https://img.shields.io/github/license/developmentseed/titiler.svg" alt="Downloads">
<img src="https://img.shields.io/github/license/developmentseed/titiler.svg" alt="License">
</a>
<a href="https://artifacthub.io/packages/search?repo=eoapi" target="_blank">
<img src="https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/eoapi" alt="Artifact Hub">
</a>
</p>

Expand Down
15 changes: 0 additions & 15 deletions artifacthub-repo.yml

This file was deleted.

20 changes: 20 additions & 0 deletions helm-chart/eoapi/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,26 @@ description: Create a full Earth Observation API with Metadata, Raster and Vecto
type: application
kubeVersion: ">=1.23.0-0"

# Artifacthub metadata
annotations:
artifacthub.io/changes: |
- Adds integration with Artifacthub.io
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: [email protected]
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/)
Expand Down
21 changes: 20 additions & 1 deletion helm-chart/postgrescluster/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,23 @@ type: application
# https://access.crunchydata.com/documentation/postgres-operator/latest/releases
version: 5.7.4
appVersion: 5.7.4
force: true
# Removed invalid 'force' property

# Artifacthub metadata
annotations:
artifacthub.io/changes: |
- Adds integration with Artifacthub.io
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: [email protected]
artifacthub.io/keywords: |
- postgres
- database
- postgis
- pgstac
- kubernetes