fix(helm): publish and index chart releases reliably, maybe

- Serialize release runs to prevent GitHub Pages index races
- Publish drafts using the release ID from Release Please
- Keep Helm chart releases out of the latest release channel
- Publish releases before Chart Releaser indexes them
- Match Chart Releaser to v-prefixed release tags
This commit is contained in:
henrygd
2026-08-16 20:02:08 -04:00
parent ccd1735a8e
commit 55054a75ab
3 changed files with 20 additions and 17 deletions

View File

@@ -3,7 +3,7 @@ description: Installs beszel-agent in kubernetes
home: https://github.com/henrygd/beszel/tree/main/supplemental/helm/beszel-agent
name: beszel-agent
appVersion: "0.17.0"
# This version is managed automatically by Release Please.
# Managed automatically by Release Please; do not edit manually.
version: 0.1.2
sources:
- https://github.com/henrygd/beszel/tree/main/supplemental/helm/beszel-agent

View File

@@ -3,7 +3,7 @@ description: Installs beszel-hub in kubernetes
home: https://github.com/henrygd/beszel/tree/main/supplemental/helm/beszel-hub
name: beszel-hub
appVersion: "0.17.0"
# This version is managed automatically by Release Please.
# Managed automatically by Release Please; do not edit manually.
version: 0.1.2
sources:
- https://github.com/henrygd/beszel/tree/main/supplemental/helm/beszel-hub