gitea-sonarqube-bot/helm/Chart.yaml
justusbunsi dc3969cd05
Improve configuration file flexibility
Instead of re-inventing the wheel regarding configuration location
handling and validation, this introduces a new command flag `--config`
allowing for full flexibility of configuration filename and location.
This flag can also be defined via environment variable which allows
an easy way of starting the bot from command line, inside a Docker
container or using the Helm Chart.

It makes the custom environment lookup unnecessary and reduces some
complexity during startup and for writing tests.

Resolves: #10

Signed-off-by: Steven Kriegler <sk.bunsenbrenner@gmail.com>
2022-05-22 14:03:23 +02:00

27 lines
745 B
YAML

apiVersion: v2
name: gitea-sonarqube-bot
description: A Helm Chart for running a bot to communicate between both Gitea and SonarQube
type: application
version: 0.2.0
appVersion: "v0.2.0"
home: https://codeberg.org/justusbunsi/gitea-sonarqube-bot/
maintainers:
- name: Steven Kriegler
email: sk.bunsenbrenner@gmail.com
keywords:
- code-quality
- code-review
- git
- gitea
- pull-request
- sonarqube
- sonarcloud
sources:
- https://codeberg.org/justusbunsi/gitea-sonarqube-bot/src/branch/main/helm
annotations:
artifacthub.io/links: |
- name: support
url: https://codeberg.org/justusbunsi/gitea-sonarqube-bot/issues
- name: Container image
url: https://hub.docker.com/r/justusbunsi/gitea-sonarqube-bot/