Hi, I have migrated Gitea setup from docker to kubernetes, i am using gitea helm-chart v11.0.0, all functionalities are working properly, just getting error in CI/CD pipelines, the workflows with docker command are getting this error
“Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?The process ‘/usr/bin/docker’ failed with exit code 1”, rest other workflows are running smoothly without any error.
Please help out to solve this issue, Thanks