woodpecker/charts
6543 d59fdb4602
[CI] Fix docs deploy & links (#301)
* set git commiter

* update links to docu

* fix image link
2021-09-11 18:48:52 +02:00
..
woodpecker-agent [Charts] Add option to pass in topology pod constraints (#262) 2021-08-11 17:36:39 +02:00
woodpecker-server Switch in docs to new docker hub image repo (#227) 2021-06-18 20:48:22 +02:00
README.md [CI] Fix docs deploy & links (#301) 2021-09-11 18:48:52 +02:00

Woodpecker

Woodpecker is a fork of the Drone CI system version 0.8, right before the 1.0 release and license changes

Installing Woodpecker server

Requirements

kubectl create secret generic drone-secret \
  --namespace sre \
  --from-literal=DRONE_SECRET=$(openssl rand -hex 32)

GitHub

kubectl create secret generic drone-github-client \
  --namespace <namespace> \
  --from-literal=DRONE_GITHUB_CLIENT=xxxxxxxx
kubectl create secret generic drone-github-secret \
  --namespace <namespace> \
  --from-literal=DRONE_GITHUB_SECRET=xxxxxxxx
helm upgrade --install woodpecker-server --namespace <namespace> woodpecker-server/

Installing Woodpecker agent

helm upgrade --install woodpecker-agent --namespace <namespace> woodpecker-agent/

Uninstall

helm delete woodpecker-agent
helm delete woodpecker-server

Support

For questions, suggestions, and discussion, visit the Discord.