1 Commits

Author SHA1 Message Date
bb14cbd091 chore(deps): update docker docker tag to v29 2026-03-06 12:03:08 +00:00
3 changed files with 7 additions and 2 deletions

View File

@@ -70,7 +70,7 @@ spec:
- mountPath: /data
name: data-act-runner
- name: dind
image: "docker:28.3.2-dind"
image: "docker:29.3.0-dind"
imagePullPolicy: IfNotPresent
args:
- dockerd

View File

@@ -27,6 +27,9 @@ volumes:
- name: csismb-jellyfin-series
persistentVolumeClaim:
claimName: csismb-jellyfin-series
- name: csismb-jellyfin-sports
persistentVolumeClaim:
claimName: csismb-jellyfin-sports
- name: igpu
hostPath:
path: /dev/dri
@@ -36,6 +39,8 @@ volumeMounts:
mountPath: "/movies"
- name: csismb-jellyfin-series
mountPath: "/series"
- name: csismb-jellyfin-sports
mountPath: "/sports"
- name: igpu
mountPath: /dev/dri

View File

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