An open API service indexing awesome lists of open source software.

https://github.com/opf/helm-charts

OPF helm chart repository
https://github.com/opf/helm-charts

Last synced: 3 months ago
JSON representation

OPF helm chart repository

Awesome Lists containing this project

README

          

[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/openproject-helm-charts)](https://artifacthub.io/packages/search?repo=openproject-helm-charts)
![Latest version](https://img.shields.io/github/v/release/opf/helm-charts)
![Commit activity](https://img.shields.io/github/commit-activity/m/opf/helm-charts)

# OpenProject Helm Charts

This is a self-contained Helm chart registry for OpenProject based on github pages
using helm's [chart-releaser](https://github.com/helm/chart-releaser-action) action.

## Installation

Please refer to our [documentation](https://www.openproject.org/docs/installation-and-operations/installation/helm-chart/) for instructions on how to install the OpenProject helm chart.

### Bitnami charts

Due to Bitnami's move to get rid of their free and public helm offering, we will need to find alternatives for the builtin packages (memacached, postgres). For testing purposes, we currently reference their legacy charts. Please note that they are not subject to updates nor security updates.

For production systems, we recommend you use their security offering, or alternatives (such as CNPG). We are interested in using these alternatives in our charts as well, feel free to provide pull requests to help us in that regard.

https://github.com/bitnami/charts/issues/35164

## GitHub package registry

We publish newer versions of this chart to the GitHub package registry: https://github.com/opf/helm-charts/pkgs/container/helm-charts%2Fopenproject

## Helm chart signing

We sign our chart using the [Helm Provenance and Integrity](https://helm.sh/docs/topics/provenance/) functionality. You can find the used public key here

- https://github.com/opf/helm-charts/blob/main/signing.key
- https://keys.openpgp.org/vks/v1/by-fingerprint/CB1CA0488A75B7471EA1B087CF56DD6A0AE260E5

# Contribution

We welcome all contributions. For the release management, we're using the [changeset action](https://github.com/changesets/action) to generate the changelog and maintain the release process.