Patch upgrade picks up idempotent FetchTask API, offline registration fix, cloudflare/circl security dep update, and custom gRPC user-agent. No config defaults changed. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
21 lines
380 B
YAML
21 lines
380 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
|
|
newTag: "12.7.3"
|
|
- name: docker
|
|
newTag: 27-dind
|
|
|
|
configMapGenerator:
|
|
- name: forgejo-runner-config
|
|
files:
|
|
- config.yaml
|
|
- daemon.json
|