Skip to content

Commit

Permalink
[agola-helm] agola-0.6.2
Browse files Browse the repository at this point in the history
Signed-off-by: babykart <[email protected]>
  • Loading branch information
babykart committed Sep 17, 2024
1 parent 96ac897 commit caa1b8d
Show file tree
Hide file tree
Showing 3 changed files with 105 additions and 19 deletions.
36 changes: 18 additions & 18 deletions charts/agola/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected]
url: https://github.com/babykart
- name: babykart
email: [email protected]
url: https://github.com/babykart
37 changes: 36 additions & 1 deletion charts/agola/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -17,6 +17,39 @@ A Helm chart for Agola
* <https://github.com/agola-io/agola.git>
* <https://github.com/agola-io/agola-web.git>

## 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`
Expand Down Expand Up @@ -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)
51 changes: 51 additions & 0 deletions charts/agola/README.md.gotmpl
Original file line number Diff line number Diff line change
@@ -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" . }}

0 comments on commit caa1b8d

Please sign in to comment.