Compare commits

..

1 Commits

Author SHA1 Message Date
Renovate Bot
b06f12bd33 Update renovate/renovate Docker tag to v41.97.4 2025-09-05 00:05:21 +00:00
5 changed files with 14 additions and 20 deletions

View File

@@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v4
- name: Run Renovate
uses: docker://renovate/renovate:41.97.7
uses: docker://renovate/renovate:41.97.4
env:
LOG_LEVEL: info
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}

View File

@@ -78,7 +78,7 @@ spec:
key: postgres-password
containers:
- name: ghostfolio
image: docker.io/ghostfolio/ghostfolio:2.196.0
image: docker.io/ghostfolio/ghostfolio:2.195.0
securityContext:
capabilities:
drop:

View File

@@ -61,7 +61,7 @@ spec:
- name: runner-data
mountPath: /data
- name: daemon
image: docker:28.4.0-dind
image: docker:28.3.3-dind
env:
- name: DOCKER_TLS_CERTDIR
value: /certs

View File

@@ -17,28 +17,21 @@ spec:
apiVersion: v1
kind: PersistentVolume
metadata:
annotations:
pv.kubernetes.io/provisioned-by: smb.csi.k8s.io
name: immich-pictures-pv
namespace: default
spec:
capacity:
storage: 100Gi
storage: 20Gi
volumeMode: Filesystem
accessModes:
- ReadWriteMany
persistentVolumeReclaimPolicy: Retain
storageClassName: immich-pictures-pv
mountOptions:
- dir_mode=0777
- file_mode=0777
csi:
driver: smb.csi.k8s.io
volumeHandle: 10.0.0.123#pictures#immich
volumeAttributes:
source: //10.0.0.123/pictures
nodeStageSecretRef:
name: smb-creds
namespace: default
- hard
- nfsvers=4.1
nfs:
path: /pictures
server: 10.0.0.123
---
apiVersion: v1
@@ -49,7 +42,8 @@ metadata:
spec:
accessModes:
- ReadWriteMany
storageClassName: immich-pictures-pv
storageClassName: ""
volumeName: immich-pictures-pv
resources:
requests:
storage: 100Gi
storage: 20Gi

View File

@@ -9,7 +9,7 @@ spec:
chart:
spec:
chart: prometheus
version: "27.35.0"
version: "27.33.0"
sourceRef:
kind: HelmRepository
name: prometheus-community