Fix Kubernetes install docs to use OCI artifacts instead of deprecated helm chart (#5596)

This commit is contained in:
Jorge Arias
2025-10-03 14:26:54 -03:00
committed by GitHub
parent 0ef9c5e820
commit e10505eac0
3 changed files with 54 additions and 9 deletions

View File

@@ -3,11 +3,26 @@
Woodpecker provides a [Helm chart](https://github.com/woodpecker-ci/helm) for Kubernetes environments:
```bash
helm repo add woodpecker oci://ghcr.io/woodpecker-ci/helm
helm install woodpecker woodpecker/woodpecker
helm install woodpecker oci://ghcr.io/woodpecker-ci/helm/woodpecker
```
## Metrics
## Configuration
To fetch all configurable options with detailed comments:
```bash
helm show values oci://ghcr.io/woodpecker-ci/helm/woodpecker > values.yaml
```
Install using custom values:
```bash
helm install woodpecker \
oci://ghcr.io/woodpecker-ci/helm/woodpecker \
-f values.yaml
```
### Metrics
To enable metrics gathering, set the following in values.yml:

View File

@@ -3,11 +3,26 @@
Woodpecker provides a [Helm chart](https://github.com/woodpecker-ci/helm) for Kubernetes environments:
```bash
helm repo add woodpecker oci://ghcr.io/woodpecker-ci/helm
helm install woodpecker woodpecker/woodpecker
helm install woodpecker oci://ghcr.io/woodpecker-ci/helm/woodpecker
```
## Metrics
## Configuration
To fetch all configurable options with detailed comments:
```bash
helm show values oci://ghcr.io/woodpecker-ci/helm/woodpecker > values.yaml
```
Install using custom values:
```bash
helm install woodpecker \
oci://ghcr.io/woodpecker-ci/helm/woodpecker \
-f values.yaml
```
### Metrics
To enable metrics gathering, set the following in values.yml:

View File

@@ -3,11 +3,26 @@
Woodpecker provides a [Helm chart](https://github.com/woodpecker-ci/helm) for Kubernetes environments:
```bash
helm repo add woodpecker oci://ghcr.io/woodpecker-ci/helm
helm install woodpecker woodpecker/woodpecker
helm install woodpecker oci://ghcr.io/woodpecker-ci/helm/woodpecker
```
## Metrics
## Configuration
To fetch all configurable options with detailed comments:
```bash
helm show values oci://ghcr.io/woodpecker-ci/helm/woodpecker > values.yaml
```
Install using custom values:
```bash
helm install woodpecker \
oci://ghcr.io/woodpecker-ci/helm/woodpecker \
-f values.yaml
```
### Metrics
To enable metrics gathering, set the following in values.yml: