4 Commits

Author SHA1 Message Date
1a61c09108 Merge branch 'master' into renovate/gitea-act_runner-0.x 2026-09-14 00:36:34 +00:00
1b7d1aa23a Merge pull request 'Update Helm release argo-cd to v9.7.1' (#35) from renovate/argo-cd-9.x into master
All checks were successful
renovate / renovate (push) Successful in 1m12s
Reviewed-on: #35
2026-09-14 00:19:34 +00:00
e317e8d63c Update Helm release argo-cd to v9.7.1 2026-06-26 12:02:07 +00:00
293539aa1c Update gitea/act_runner Docker tag to v0.6.1 2026-05-01 12:01:56 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ spec:
done
containers:
- name: act-runner
image: "gitea/act_runner:0.2.12"
image: "gitea/act_runner:0.6.1"
imagePullPolicy: IfNotPresent
command: ["sh", "-c", "while ! nc -z 127.0.0.1 2375 </dev/null; do echo 'waiting for docker daemon...'; sleep 5; done; /sbin/tini -- run.sh"]
workingDir: /data

View File

@@ -14,7 +14,7 @@ spec:
targetRevision: HEAD
- repoURL: https://argoproj.github.io/argo-helm
chart: argo-cd
targetRevision: 9.3.7
targetRevision: 9.7.1
helm:
valueFiles:
- $values/system/ArgoCD/values.yaml