From caa1b8dc5443fad3d811695161725fe751de137a Mon Sep 17 00:00:00 2001 From: babykart Date: Tue, 17 Sep 2024 04:18:23 +0200 Subject: [PATCH] [agola-helm] agola-0.6.2 Signed-off-by: babykart --- charts/agola/Chart.yaml | 36 ++++++++++++------------- charts/agola/README.md | 37 ++++++++++++++++++++++++- charts/agola/README.md.gotmpl | 51 +++++++++++++++++++++++++++++++++++ 3 files changed, 105 insertions(+), 19 deletions(-) create mode 100644 charts/agola/README.md.gotmpl diff --git a/charts/agola/Chart.yaml b/charts/agola/Chart.yaml index c98cf3d..b17f017 100644 --- a/charts/agola/Chart.yaml +++ b/charts/agola/Chart.yaml @@ -2,31 +2,31 @@ apiVersion: v2 name: agola description: A Helm chart for Agola type: application -version: 0.6.1 +version: 0.6.2 appVersion: "v0.9.2" kubeVersion: ">=1.19.0-0" home: https://agola.io/ icon: https://avatars.githubusercontent.com/u/50148927?s=200&v=4 keywords: - - ci-cd - - continuous-delivery - - continuous-deployment - - continuous-integration - - distributed - - docker - - git - - gitea - - gitlab - - github - - golang - - kubernetes +- ci-cd +- continuous-delivery +- continuous-deployment +- continuous-integration +- distributed +- docker +- git +- gitea +- gitlab +- github +- golang +- kubernetes sources: - - https://github.com/agola-io/agola.git - - https://github.com/agola-io/agola-web.git +- https://github.com/agola-io/agola.git +- https://github.com/agola-io/agola-web.git maintainers: - - name: babykart - email: babykart@gmail.com - url: https://github.com/babykart +- name: babykart + email: babykart@gmail.com + url: https://github.com/babykart diff --git a/charts/agola/README.md b/charts/agola/README.md index eedf520..fc63d67 100644 --- a/charts/agola/README.md +++ b/charts/agola/README.md @@ -1,6 +1,6 @@ # agola -![Version: 0.6.1](https://img.shields.io/badge/Version-0.6.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.9.2](https://img.shields.io/badge/AppVersion-v0.9.2-informational?style=flat-square) +![Version: 0.6.2](https://img.shields.io/badge/Version-0.6.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.9.2](https://img.shields.io/badge/AppVersion-v0.9.2-informational?style=flat-square) A Helm chart for Agola @@ -17,6 +17,39 @@ A Helm chart for Agola * * +## Usage + +[Helm](https://helm.sh) must be installed to use the charts. Please refer to +Helm's [documentation](https://helm.sh/docs) to get started. + +Once Helm has been set up correctly, add the repo as follows: + +```sh +helm repo add agola-helm https://babykart.github.io/agola-helm +``` + +If you had already added this repo earlier, run `helm repo update` to retrieve +the latest versions of the packages. You can then run `helm search repo +agola-helm` to see the charts. + +To install the agola chart: + +```sh +helm upgrade --install agola agola-helm/agola +``` + +Using an OCI-based registry: + +```sh +helm upgrade --install agola oci://ghcr.io/babykart/helm-charts/agola + ``` + +To uninstall the chart: + +```sh +helm delete agola +``` + ## Requirements Kubernetes: `>=1.19.0-0` @@ -147,3 +180,5 @@ Kubernetes: `>=1.19.0-0` | serviceAccount.rbac.roleBinding.labels | object | `{}` | Labels for the RBAC roleBinding | | serviceAccount.token | bool | `false` | Creates the token object | +---------------------------------------------- +Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2) diff --git a/charts/agola/README.md.gotmpl b/charts/agola/README.md.gotmpl new file mode 100644 index 0000000..dfdbbe2 --- /dev/null +++ b/charts/agola/README.md.gotmpl @@ -0,0 +1,51 @@ +{{ template "chart.header" . }} +{{ template "chart.deprecationWarning" . }} + +{{ template "chart.badgesSection" . }} + +{{ template "chart.description" . }} + +{{ template "chart.homepageLine" . }} + +{{ template "chart.maintainersSection" . }} + +{{ template "chart.sourcesSection" . }} + +## Usage + +[Helm](https://helm.sh) must be installed to use the charts. Please refer to +Helm's [documentation](https://helm.sh/docs) to get started. + +Once Helm has been set up correctly, add the repo as follows: + +```sh +helm repo add agola-helm https://babykart.github.io/agola-helm +``` + +If you had already added this repo earlier, run `helm repo update` to retrieve +the latest versions of the packages. You can then run `helm search repo +agola-helm` to see the charts. + +To install the agola chart: + +```sh +helm upgrade --install agola agola-helm/agola +``` + +Using an OCI-based registry: + +```sh +helm upgrade --install agola oci://ghcr.io/babykart/helm-charts/agola + ``` + +To uninstall the chart: + +```sh +helm delete agola +``` + +{{ template "chart.requirementsSection" . }} + +{{ template "chart.valuesSection" . }} + +{{ template "helm-docs.versionFooter" . }}