gitea-sonarqube-bot/helm/Chart.yaml
justusbunsi eb3cb301fc
Allow changing the port
This introduces a new application option `--port`/`-p` to switch the
listening port from 3000 (default) to another port.

Docker image can be configured using the corresponding environment
variable `GITEA_SQ_BOT_PORT`.

Helm Chart allows setting `.Values.app.listeningPort`

Resolves: #25

Signed-off-by: Steven Kriegler <sk.bunsenbrenner@gmail.com>
2022-06-17 13:34:06 +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.1
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/