Compare commits
1 Commits
53a5b5fc2c
...
b06f12bd33
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b06f12bd33 |
@@ -13,7 +13,7 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Run Renovate
|
- name: Run Renovate
|
||||||
uses: docker://renovate/renovate:41.97.7
|
uses: docker://renovate/renovate:41.97.4
|
||||||
env:
|
env:
|
||||||
LOG_LEVEL: info
|
LOG_LEVEL: info
|
||||||
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
|
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
|
||||||
|
|||||||
@@ -78,7 +78,7 @@ spec:
|
|||||||
key: postgres-password
|
key: postgres-password
|
||||||
containers:
|
containers:
|
||||||
- name: ghostfolio
|
- name: ghostfolio
|
||||||
image: docker.io/ghostfolio/ghostfolio:2.196.0
|
image: docker.io/ghostfolio/ghostfolio:2.195.0
|
||||||
securityContext:
|
securityContext:
|
||||||
capabilities:
|
capabilities:
|
||||||
drop:
|
drop:
|
||||||
|
|||||||
@@ -61,7 +61,7 @@ spec:
|
|||||||
- name: runner-data
|
- name: runner-data
|
||||||
mountPath: /data
|
mountPath: /data
|
||||||
- name: daemon
|
- name: daemon
|
||||||
image: docker:28.4.0-dind
|
image: docker:28.3.3-dind
|
||||||
env:
|
env:
|
||||||
- name: DOCKER_TLS_CERTDIR
|
- name: DOCKER_TLS_CERTDIR
|
||||||
value: /certs
|
value: /certs
|
||||||
|
|||||||
@@ -17,28 +17,21 @@ spec:
|
|||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: PersistentVolume
|
kind: PersistentVolume
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
|
||||||
pv.kubernetes.io/provisioned-by: smb.csi.k8s.io
|
|
||||||
name: immich-pictures-pv
|
name: immich-pictures-pv
|
||||||
namespace: default
|
namespace: default
|
||||||
spec:
|
spec:
|
||||||
capacity:
|
capacity:
|
||||||
storage: 100Gi
|
storage: 20Gi
|
||||||
|
volumeMode: Filesystem
|
||||||
accessModes:
|
accessModes:
|
||||||
- ReadWriteMany
|
- ReadWriteMany
|
||||||
persistentVolumeReclaimPolicy: Retain
|
persistentVolumeReclaimPolicy: Retain
|
||||||
storageClassName: immich-pictures-pv
|
|
||||||
mountOptions:
|
mountOptions:
|
||||||
- dir_mode=0777
|
- hard
|
||||||
- file_mode=0777
|
- nfsvers=4.1
|
||||||
csi:
|
nfs:
|
||||||
driver: smb.csi.k8s.io
|
path: /pictures
|
||||||
volumeHandle: 10.0.0.123#pictures#immich
|
server: 10.0.0.123
|
||||||
volumeAttributes:
|
|
||||||
source: //10.0.0.123/pictures
|
|
||||||
nodeStageSecretRef:
|
|
||||||
name: smb-creds
|
|
||||||
namespace: default
|
|
||||||
|
|
||||||
---
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
@@ -49,7 +42,8 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
accessModes:
|
accessModes:
|
||||||
- ReadWriteMany
|
- ReadWriteMany
|
||||||
storageClassName: immich-pictures-pv
|
storageClassName: ""
|
||||||
|
volumeName: immich-pictures-pv
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
storage: 100Gi
|
storage: 20Gi
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ spec:
|
|||||||
chart:
|
chart:
|
||||||
spec:
|
spec:
|
||||||
chart: prometheus
|
chart: prometheus
|
||||||
version: "27.35.0"
|
version: "27.33.0"
|
||||||
sourceRef:
|
sourceRef:
|
||||||
kind: HelmRepository
|
kind: HelmRepository
|
||||||
name: prometheus-community
|
name: prometheus-community
|
||||||
|
|||||||
Reference in New Issue
Block a user