helm-charts/forgejo-runner
2023-11-03 16:51:58 +01:00
..
templates feat(forgejo-runner): init helm-chart #1 2023-10-20 20:37:59 +02:00
.helmignore feat(forgejo-runner): init helm-chart #1 2023-10-20 20:37:59 +02:00
_docs.gotmpl fix: README with oci 2023-11-03 16:51:58 +01:00
Chart.yaml feat(forgejo-runner): init helm-chart #1 2023-10-20 20:37:59 +02:00
README.md fix: README with oci 2023-11-03 16:51:58 +01:00
values.yaml feat(forgejo-runner): init helm-chart #1 2023-10-20 20:37:59 +02:00

forgejo-runner

Version: 0.1.0 Type: application AppVersion: 3.0.1

Deploy runner for an forgejo instance (default codeberg.org)

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 false
autoscaling.maxReplicas int 100
autoscaling.minReplicas int 1
autoscaling.targetCPUUtilizationPercentage int 80
dind.image.pullPolicy string "IfNotPresent"
dind.image.registry string "docker.io"
dind.image.repository string "library/docker"
dind.image.tag string "24.0.6-dind-rootless"
fullnameOverride string ""
image.pullPolicy string "IfNotPresent"
image.registry string "code.forgejo.org"
image.repository string "forgejo/runner"
image.tag string ""
imagePullSecrets list []
kubectl.image.pullPolicy string "IfNotPresent"
kubectl.image.registry string "docker.io"
kubectl.image.repository string "bitnami/kubectl"
kubectl.image.tag string "1.27.7"
nameOverride string ""
nodeSelector object {}
podAnnotations object {}
podLabels object {}
podSecurityContext object {}
replicaCount int 1
resources object {}
runner.config.create bool true
runner.config.existingSecret string "" use existingSecret instatt
runner.config.instance string "https://codeberg.org"
runner.config.name string nil
runner.config.token string nil
securityContext.privileged bool true
serviceAccount.annotations object {}
serviceAccount.automount bool true
serviceAccount.create bool true
serviceAccount.name string ""
tolerations list []
volumeMounts list []
volumes list []

Autogenerated from chart metadata using helm-docs