mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2026-04-15 01:41:56 +00:00
Fix Kubernetes install docs to use OCI artifacts instead of deprecated helm chart (#5596)
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
@@ -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:
|
||||
|
||||
|
||||
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user