This updates the Helm linting system with the following changes: - Import lintconf.yaml with small change to comment distance in order to match existing values.yaml standards - Update Chart.yaml and values.yaml in each chart to pass linting standards - Maintainers added to each chart from OWNERS + CODEOWNERS, the linter requires GitHub usernames so argo-events maintainer names were converted - README updated with documentation around chart standards and testing - A local shell script added for running lint tests locally
16 lines
422 B
YAML
16 lines
422 B
YAML
apiVersion: v1
|
|
description: A Helm chart to install Argo-Events in k8s Cluster
|
|
name: argo-events
|
|
version: 0.5.2
|
|
keywords:
|
|
- argo-events
|
|
- sensor-controller
|
|
- gateway-controller
|
|
sources:
|
|
- https://github.com/argoproj/argo-events
|
|
maintainers:
|
|
- name: VaibhavPage
|
|
- name: magaldima
|
|
appVersion: 0.10
|
|
icon: https://raw.githubusercontent.com/argoproj/argo/master/argo.png
|
|
home: https://github.com/argoproj/argo-helm
|