chores: update readme

This commit is contained in:
2026-01-12 22:54:01 +08:00
parent cb957a62a0
commit ad55b9fe2a
2 changed files with 3 additions and 1 deletions

View File

@@ -176,6 +176,8 @@ spec:
### Docker Daemon Issues ### Docker Daemon Issues
This is a default rootless Job template from Gitea doc, it has issues with docker daemon. I still can't to get it working with `docker` command, other container works just fine if you put correct labels.
Per Gemini:
The default runner image uses `dind-rootless`. This requires the pod to run with `privileged: true`. Ensure your cluster policies (PSP/PSA) allow privileged pods in the operator namespace. The default runner image uses `dind-rootless`. This requires the pod to run with `privileged: true`. Ensure your cluster policies (PSP/PSA) allow privileged pods in the operator namespace.
## Roadmap / Wishlist ## Roadmap / Wishlist

View File

@@ -5,7 +5,7 @@ kind: Kustomization
images: images:
- name: controller - name: controller
newName: ghcr.io/bapung/gitea-runner-operator newName: ghcr.io/bapung/gitea-runner-operator
newTag: sha-6bc93a2 newTag: sha-b33c78b
patchesStrategicMerge: patchesStrategicMerge:
- image_pull_secret_patch.yaml - image_pull_secret_patch.yaml