mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 06:26:57 +00:00
fix(helm): refactor sources to a string array
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
This commit is contained in:
parent
cc8d3f908a
commit
fab569a613
1 changed files with 2 additions and 1 deletions
|
|
@ -4,5 +4,6 @@ version: 4.2.0
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
keywords:
|
keywords:
|
||||||
- latest
|
- latest
|
||||||
sources: https://github.com/nextcloud/all-in-one/tree/main/helm-chart
|
sources:
|
||||||
|
- https://github.com/nextcloud/all-in-one/tree/main/helm-chart
|
||||||
home: https://github.com/nextcloud/all-in-one/tree/main/helm-chart
|
home: https://github.com/nextcloud/all-in-one/tree/main/helm-chart
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue