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
@@ -8,7 +8,7 @@ no library-chart dependency, no concepts to learn beyond aptly's and Kubernetes'
## TL;DR
```bash
helm install my-aptly oci://git.morlana.online/f.weber/aptly --version <version>
helm install my-aptly oci://git.morlana.online/f.weber/charts/aptly --version <version>
```
## Introduction
@@ -45,7 +45,7 @@ Three things this chart is built around:
## Installing the chart
```bash
helm install my-aptly oci://git.morlana.online/f.weber/aptly --version <version> \
helm install my-aptly oci://git.morlana.online/f.weber/charts/aptly --version <version> \
--set ingress.enabled=true \
--set ingress.repo.host=apt.example.com
```