From f59a6530b850efbccecb0372ca544a0b3a2963b6 Mon Sep 17 00:00:00 2001 From: justusbunsi Date: Sun, 15 May 2022 15:31:05 +0200 Subject: [PATCH] Improve Chart definition Signed-off-by: Steven Kriegler --- helm/Chart.yaml | 29 ++++++++++++++++++----------- helm/LICENSE | 19 +++++++++++++++++++ helm/README.md | 3 +++ 3 files changed, 40 insertions(+), 11 deletions(-) create mode 100644 helm/LICENSE diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 6f322cf..23adaee 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -2,18 +2,25 @@ 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.1.1 +version: 0.1.2 appVersion: "v0.1.1" -keywords: - - code review - - git - - gitea - - pull request - - sonarqube - - sonarcloud -sources: - - https://codeberg.org/justusbunsi/gitea-sonarqube-bot/ - - https://hub.docker.com/r/justusbunsi/gitea-sonarqube-bot/ +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/ diff --git a/helm/LICENSE b/helm/LICENSE new file mode 100644 index 0000000..da08240 --- /dev/null +++ b/helm/LICENSE @@ -0,0 +1,19 @@ +Copyright (c) 2022 Steven Kriegler + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/helm/README.md b/helm/README.md index ab8c709..4e929a1 100644 --- a/helm/README.md +++ b/helm/README.md @@ -77,3 +77,6 @@ for full configuration options. | `ingress.tls` | The tls configuration for additional hostnames to be covered with configured ingress. | `[]` | +## License + +This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for the full license text.