initial commit

This commit is contained in:
2023-10-19 15:53:26 -04:00
commit cd37c1fbb3
24 changed files with 1031 additions and 0 deletions

View File

@@ -0,0 +1,39 @@
apiVersion: helm.cattle.io/v1
kind: HelmChart
metadata:
name: woodpecker
namespace: git
spec:
chart: woodpecker
targetNamespace: git
repo: https://woodpecker-ci.org/
version: 0.4.2
valuesContent: |-
server:
image:
tag: v1.0.3
env:
WOODPECKER_ADMIN: kgrubb
WOODPECKER_GITEA: true
WOODPECKER_GITEA_URL: http://git.keligrubb.com
WOODPECKER_GITEA_SKIP_VERIFY: true
WOODPECKER_HOST: http://ci.keligrubb.com
WOODPECKER_ORGS: homestead
extraSecretNamesForEnvFrom:
- woodpecker-gitea-client
- woodpecker-gitea-secret
ingress:
enabled: true
ingressClassName: nginx
hosts:
- host: ci.keligrubb.com
paths:
- path: /
backend:
serviceName: ci.keligrubb.com
servicePort: 80
agent:
image:
tag: v1.0.3
env:
WOODPECKER_GITEA: true