From ad55b9fe2abd7107c95dcdc4c5acca5023323c2c Mon Sep 17 00:00:00 2001 From: Bapung Date: Mon, 12 Jan 2026 22:54:01 +0800 Subject: [PATCH] chores: update readme --- README.md | 2 ++ config/manager/kustomization.yaml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c25de7..253c3de 100644 --- a/README.md +++ b/README.md @@ -176,6 +176,8 @@ spec: ### 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. ## Roadmap / Wishlist diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index f48d7b4..3239de4 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -5,7 +5,7 @@ kind: Kustomization images: - name: controller newName: ghcr.io/bapung/gitea-runner-operator - newTag: sha-6bc93a2 + newTag: sha-b33c78b patchesStrategicMerge: - image_pull_secret_patch.yaml