1 Commits

Author SHA1 Message Date
ac8b22a634 Update docker Docker tag to v29.8.0 2026-09-11 07:58:07 +00:00
4 changed files with 5 additions and 5 deletions

View File

@@ -39,7 +39,7 @@ spec:
done
containers:
- name: act-runner
image: "gitea/act_runner:0.6.1"
image: "gitea/act_runner:0.2.12"
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
@@ -71,7 +71,7 @@ spec:
name: data-act-runner
- name: dind
# image: "docker:28.3.2-dind"
image: "docker:29.7.2-dind"
image: "docker:29.8.0-dind"
imagePullPolicy: IfNotPresent
args:
- dockerd

View File

@@ -18,7 +18,7 @@ spec:
serviceAccountName: vaultwarden
containers:
- name: vaultwarden
image: vaultwarden/server:1.37.3
image: vaultwarden/server:1.37.0
env:
- name: ENABLE_DB_WAL
value: "false"

View File

@@ -13,7 +13,7 @@ spec:
sources:
- repoURL: https://raw.githubusercontent.com/kubernetes-csi/csi-driver-smb/master/charts
chart: csi-driver-smb
targetRevision: 1.20.3
targetRevision: 1.20.0
helm:
valueFiles:
- $values/storage/csi-driver-smb/values.yaml

View File

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