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

https://github.com/publishing-platform/publishing-platform-helm-charts

Helm charts for the Publishing Platform. Cluster turnup automation is in https://github.com/publishing-platform/publishing-platform-infrastructure.
https://github.com/publishing-platform/publishing-platform-helm-charts

publishing-platform

Last synced: 2 months ago
JSON representation

Helm charts for the Publishing Platform. Cluster turnup automation is in https://github.com/publishing-platform/publishing-platform-infrastructure.

Awesome Lists containing this project

README

          

# Publishing Platform Helm Charts
Helm charts for the Publishing Platform. Cluster turnup automation is in https://github.com/publishing-platform/publishing-platform-infrastructure.

## Versioned vs unversioned charts
Most of the charts in this repository are designed to be deployed via [Argo
CD](https://argo-cd.readthedocs.io/en/stable/) rather than by `helm install`.
For these charts, we don't use `Chart.Version` or Helm's packaging system.

A few charts are still installed via `helm install` ([via
Terraform](https://github.com/publishing-platform/publishing-platform-infrastructure)).
Those charts are [automatically packaged and
pushed](https://github.com/publishing-platform/publishing-platform-helm-charts/blob/main/.github/workflows/release.yml)
to our Helm repository when a change to `Chart.Version` is merged.