Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
helm-forks
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Microhacks
helm-forks
Commits
f416e437
Verified
Commit
f416e437
authored
3 years ago
by
Louis
Browse files
Options
Downloads
Patches
Plain Diff
[Woodpecker CI] Add basic yaml docs to values.yaml
parent
8f30a0ce
No related branches found
Branches containing commit
Tags
woodpecker-ci-0.2.1
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+1
-0
1 addition, 0 deletions
.gitignore
charts/woodpecker-ci/Chart.yaml
+2
-2
2 additions, 2 deletions
charts/woodpecker-ci/Chart.yaml
charts/woodpecker-ci/values.yaml
+11
-1
11 additions, 1 deletion
charts/woodpecker-ci/values.yaml
with
14 additions
and
3 deletions
.gitignore
0 → 100644
+
1
−
0
View file @
f416e437
*.tgz
\ No newline at end of file
This diff is collapsed.
Click to expand it.
charts/woodpecker-ci/Chart.yaml
+
2
−
2
View file @
f416e437
...
...
@@ -3,8 +3,8 @@ type: application
name
:
woodpecker-ci
description
:
Woodpecker is a simple CI engine with great extensibility.
icon
:
'
https://helm-forks.s3.eu-west-2.amazonaws.com/icons/woodpecker-ci.png
'
icon
:
https://helm-forks.s3.eu-west-2.amazonaws.com/icons/woodpecker-ci.png
version
:
0.2.
0
version
:
0.2.
1
appVersion
:
"
0.15.1"
This diff is collapsed.
Click to expand it.
charts/woodpecker-ci/values.yaml
+
11
−
1
View file @
f416e437
...
...
@@ -4,6 +4,7 @@ fullnameOverride: ""
## clusterDns will be used by the agents to locate the server service
clusterDns
:
"
svc.cluster.local"
## @section Common Values
## Configuration values shared by the server and agent pods
common
:
environment
:
...
...
@@ -20,6 +21,7 @@ common:
# WOODPECKER_ADMIN: user1,user2
# OTHER_VAR: some_value
## @section Server Configuration
## The server provides the UI and C&C capabilities of the woodpecker instance
server
:
image
:
...
...
@@ -59,6 +61,7 @@ server:
-
path
:
/
pathType
:
ImplementationSpecific
## @section Agent Configuration
## Agents run the actual build pipelines, and communicate back to the server instance.
## The amount of build parallelism is equal to R x P, where R is the number of replicas
## (number of pods) and P is the parallelism of each pod (number of concurrent builds each
...
...
@@ -84,6 +87,7 @@ agent:
cpu
:
1
memory
:
2Gi
## @skip resources
resources
:
{}
## We usually recommend not to specify default resources and to leave this as a conscious
## choice for the user. This also increases chances charts run on environments with little
...
...
@@ -96,7 +100,7 @@ resources: {}
# cpu: 100m
# memory: 128Mi
## @skip serviceAccount
serviceAccount
:
## Specifies whether a service account should be created
create
:
true
...
...
@@ -106,11 +110,14 @@ serviceAccount:
## If not set and create is true, a name is generated using the fullname template
name
:
"
"
## @skip podAnnotations
podAnnotations
:
{}
## @skip podSecurityContext
podSecurityContext
:
{}
# fsGroup: 2000
## @skip securityContext
securityContext
:
{}
# capabilities:
# drop:
...
...
@@ -119,8 +126,11 @@ securityContext: {}
# runAsNonRoot: true
# runAsUser: 1000
## @skip nodeSelector
nodeSelector
:
{}
## @skip tolerations
tolerations
:
[]
## @skip affinity
affinity
:
{}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment