mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-09-21 22:14:59 +08: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
|
||||
keywords:
|
||||
- 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
|
||||
|
|
Loading…
Add table
Reference in a new issue