Public Access
Update Helm chart paths in workflows and documentation to avoid ambiguity in Gitea's package registry
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user