Update Helm chart paths in workflows and documentation to avoid ambiguity in Gitea's package registry
CI / lint (push) Failing after 3s
CI / smoke-test (push) Failing after 5s
Release chart / release (push) Successful in 6s

This commit is contained in:
2026-08-12 13:23:07 +02:00
parent 103ad311b7
commit 5af33e9128
5 changed files with 25 additions and 18 deletions
+2 -2
View File
@@ -82,10 +82,10 @@ jobs:
- name: Package and push a throwaway chart version
run: |
helm package charts/aptly --version 0.0.0-preflight --app-version preflight
helm push aptly-0.0.0-preflight.tgz oci://git.morlana.online/f.weber
helm push aptly-0.0.0-preflight.tgz oci://git.morlana.online/f.weber/charts
- name: Verify it is pullable
run: |
helm show chart oci://git.morlana.online/f.weber/aptly --version 0.0.0-preflight
helm show chart oci://git.morlana.online/f.weber/charts/aptly --version 0.0.0-preflight
issues-api:
runs-on: ubuntu-22.04