## Summary - consolidate forgejo-runner how-to docs into current cards - upgrade the k8s forgejo-runner deployment to the latest v12.8.x runner image - switch the k8s runner from first-boot register flow to declarative server.connections config - keep the runner image on the native Dagger build path and update the surrounding manifests/secrets ## Notes - PR opened early for C1 review - implementation and deployment verification will follow in subsequent commits Reviewed-on: #338
22 lines
445 B
YAML
22 lines
445 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
namespace: forgejo-runner
|
|
|
|
resources:
|
|
- namespace.yaml
|
|
- external-secret.yaml
|
|
- deployment.yaml
|
|
|
|
images:
|
|
- name: code.forgejo.org/forgejo/runner
|
|
newName: registry.ops.eblu.me/blumeops/forgejo-runner
|
|
newTag: v12.8.2-bf16b8a
|
|
- name: docker
|
|
newTag: 27-dind
|
|
|
|
configMapGenerator:
|
|
- name: forgejo-runner-config
|
|
files:
|
|
- config.yaml
|
|
- daemon.json
|