removed workflow
All checks were successful
continuous-integration/publish-helm Helm publish succeeded

This commit is contained in:
2025-12-19 19:34:02 +11:00
parent 0c2764dc02
commit b963f36b30
3 changed files with 7 additions and 59 deletions

View File

@@ -46,7 +46,7 @@ statefulset:
tolerations: []
affinity: {}
extraVolumes: []
#securityContext: {}
securityContext: {}
actRunner:
registry: "docker.gitea.com"
@@ -83,9 +83,11 @@ statefulset:
# If the container keeps crashing in your environment, you might have to add the `DOCKER_IPTABLES_LEGACY` environment variable.
# See https://github.com/docker-library/docker/issues/463#issuecomment-1881909456
extraEnvs: []
extraEnvs:
# - name: "DOCKER_IPTABLES_LEGACY"
# value: "1"
- name: DOCKER_OPTS
value: "--iptables=false --ip-forward=false"
persistence:
size: 1Gi