22 lines
434 B
YAML
22 lines
434 B
YAML
apiVersion: v2
|
|
name: motm-app
|
|
description: A Helm chart for MOTM (Man of the Match) Hockey Voting Application
|
|
type: application
|
|
version: 1.0.0
|
|
appVersion: "1.0.0"
|
|
home: https://github.com/your-org/motm-app
|
|
sources:
|
|
- https://github.com/your-org/motm-app
|
|
maintainers:
|
|
- name: Your Name
|
|
email: your.email@example.com
|
|
keywords:
|
|
- flask
|
|
- hockey
|
|
- voting
|
|
- web-application
|
|
annotations:
|
|
category: Sports
|
|
licenses: MIT
|
|
|