Compare commits
1 Commits
53a5b5fc2c
...
b06f12bd33
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b06f12bd33 |
@@ -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 }}
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -9,7 +9,7 @@ spec:
|
||||
chart:
|
||||
spec:
|
||||
chart: prometheus
|
||||
version: "27.35.0"
|
||||
version: "27.33.0"
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: prometheus-community
|
||||
|
||||
Reference in New Issue
Block a user