NAS-121737 / 23.10 / Add email on Chart.yaml (#1165)

* add email attr and bump common where needed

* bump HA

* fix catalog file
This commit is contained in:
Stavros Kois
2023-05-01 19:28:41 +03:00
committed by GitHub
parent c8efd95cb0
commit d643ccd2a1
45 changed files with 300 additions and 308 deletions

View File

@@ -20,8 +20,8 @@ annotations:
title: str(required=True)
---
maintainer:
name: str()
email: str(required=False)
name: str(required=True)
email: str(required=True)
url: str(required=True)
---
dependency: