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