forgejo-runner
Usage
Helm must be installed and setup to your kubernetes cluster to use the charts. Refer to Helm’s documentation to get started. Once Helm has been set up correctly, fetch the charts as follows:
helm pull oci://codeberg.org/wrenix/helm-charts/forgejo-runner
You can install a chart release using the following command:
helm install forgejo-runner-release oci://codeberg.org/wrenix/helm-charts/forgejo-runner --values values.yaml
To uninstall a chart release use `helm’s delete command:
helm uninstall forgejo-runner-release
Values
Key | Type | Default | Description |
---|---|---|---|
affinity |
object |
|
|
autoscaling.enabled |
bool |
|
|
autoscaling.maxReplicas |
int |
|
|
autoscaling.minReplicas |
int |
|
|
autoscaling.targetCPUUtilizationPercentage |
int |
|
|
dind.image.pullPolicy |
string |
|
|
dind.image.registry |
string |
|
|
dind.image.repository |
string |
|
|
dind.image.tag |
string |
|
|
fullnameOverride |
string |
|
|
image.pullPolicy |
string |
|
|
image.registry |
string |
|
|
image.repository |
string |
|
|
image.tag |
string |
|
|
imagePullSecrets |
list |
|
|
kubectl.image.pullPolicy |
string |
|
|
kubectl.image.registry |
string |
|
|
kubectl.image.repository |
string |
|
|
kubectl.image.tag |
string |
|
|
nameOverride |
string |
|
|
nodeSelector |
object |
|
|
podAnnotations |
object |
|
|
podLabels |
object |
|
|
podSecurityContext |
object |
|
|
replicaCount |
int |
|
|
resources |
object |
|
|
runner.config.create |
bool |
|
|
runner.config.existingSecret |
string |
|
use existingSecret instatt |
runner.config.instance |
string |
|
|
runner.config.name |
string |
|
|
runner.config.token |
string |
|
|
securityContext.privileged |
bool |
|
|
serviceAccount.annotations |
object |
|
|
serviceAccount.automount |
bool |
|
|
serviceAccount.create |
bool |
|
|
serviceAccount.name |
string |
|
|
tolerations |
list |
|
|
volumeMounts |
list |
|
|
volumes |
list |
|
Autogenerated from chart metadata using helm-docs