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.
- Host: GitHub
- URL: https://github.com/publishing-platform/publishing-platform-helm-charts
- Owner: publishing-platform
- License: mit
- Created: 2024-12-13T18:31:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-13T17:00:50.000Z (12 months ago)
- Last Synced: 2025-06-13T18:22:52.310Z (12 months ago)
- Topics: publishing-platform
- Language: Smarty
- Homepage:
- Size: 143 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.