Compare commits
8 Commits
4c22b5ea02
...
89d65f271d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
89d65f271d | ||
| bfc668efee | |||
| 0301208a2b | |||
| 7455d8e75e | |||
|
|
260f3023f6 | ||
| 75a0905a53 | |||
|
|
2b1097112c | ||
|
|
71d90bd4d3 |
@@ -13,13 +13,13 @@ environment:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: renovate - validate config
|
- name: renovate - validate config
|
||||||
image: renovate/renovate:40.61.2
|
image: renovate/renovate:40.62.1
|
||||||
commands:
|
commands:
|
||||||
- unset GIT_COMMITTER_NAME GIT_COMMITTER_EMAIL GIT_AUTHOR_NAME GIT_AUTHOR_EMAIL
|
- unset GIT_COMMITTER_NAME GIT_COMMITTER_EMAIL GIT_AUTHOR_NAME GIT_AUTHOR_EMAIL
|
||||||
- renovate-config-validator
|
- renovate-config-validator
|
||||||
|
|
||||||
- name: renovate
|
- name: renovate
|
||||||
image: renovate/renovate:40.61.2
|
image: renovate/renovate:40.62.1
|
||||||
commands:
|
commands:
|
||||||
- unset GIT_COMMITTER_NAME GIT_COMMITTER_EMAIL GIT_AUTHOR_NAME GIT_AUTHOR_EMAIL
|
- unset GIT_COMMITTER_NAME GIT_COMMITTER_EMAIL GIT_AUTHOR_NAME GIT_AUTHOR_EMAIL
|
||||||
- renovate
|
- renovate
|
||||||
|
|||||||
@@ -55,6 +55,7 @@ data:
|
|||||||
tab: Bookmarks
|
tab: Bookmarks
|
||||||
useEqualHeights: true
|
useEqualHeights: true
|
||||||
hideErrors: true
|
hideErrors: true
|
||||||
|
background: /images/background.png
|
||||||
services.yaml: |
|
services.yaml: |
|
||||||
- Apps:
|
- Apps:
|
||||||
- Sonarr:
|
- Sonarr:
|
||||||
|
|||||||
13
cluster/apps/homepage/homepage-pvc.yml
Normal file
13
cluster/apps/homepage/homepage-pvc.yml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
apiVersion: v1
|
||||||
|
kind: PersistentVolumeClaim
|
||||||
|
metadata:
|
||||||
|
name: longhorn-homepage
|
||||||
|
namespace: default
|
||||||
|
spec:
|
||||||
|
accessModes:
|
||||||
|
- ReadWriteMany
|
||||||
|
storageClassName: longhorn
|
||||||
|
resources:
|
||||||
|
requests:
|
||||||
|
storage: 100Mi
|
||||||
@@ -78,10 +78,15 @@ spec:
|
|||||||
subPath: widgets.yaml
|
subPath: widgets.yaml
|
||||||
- mountPath: /app/config/logs
|
- mountPath: /app/config/logs
|
||||||
name: logs
|
name: logs
|
||||||
|
- mountPath: /app/public/images
|
||||||
|
name: images
|
||||||
volumes:
|
volumes:
|
||||||
- name: homepage-config
|
- name: homepage-config
|
||||||
configMap:
|
configMap:
|
||||||
name: homepage
|
name: homepage
|
||||||
|
- name: images
|
||||||
|
persistentVolumeClaim:
|
||||||
|
claimName: longhorn-homepage
|
||||||
- name: logs
|
- name: logs
|
||||||
emptyDir: {}
|
emptyDir: {}
|
||||||
- name: tmp
|
- name: tmp
|
||||||
|
|||||||
@@ -40,7 +40,7 @@ spec:
|
|||||||
done
|
done
|
||||||
containers:
|
containers:
|
||||||
- name: immich-server
|
- name: immich-server
|
||||||
image: ghcr.io/immich-app/immich-server:v1.134.0
|
image: ghcr.io/immich-app/immich-server:v1.135.0
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 2283
|
- containerPort: 2283
|
||||||
env:
|
env:
|
||||||
@@ -63,7 +63,7 @@ spec:
|
|||||||
- mountPath: /usr/src/app/upload
|
- mountPath: /usr/src/app/upload
|
||||||
name: pictures
|
name: pictures
|
||||||
- name: immich-machine-learning
|
- name: immich-machine-learning
|
||||||
image: ghcr.io/immich-app/immich-machine-learning:v1.134.0-cuda
|
image: ghcr.io/immich-app/immich-machine-learning:v1.135.0-cuda
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 3003
|
- containerPort: 3003
|
||||||
env:
|
env:
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ spec:
|
|||||||
chart:
|
chart:
|
||||||
spec:
|
spec:
|
||||||
chart: cert-manager
|
chart: cert-manager
|
||||||
version: "v1.18.0"
|
version: "v1.18.1"
|
||||||
sourceRef:
|
sourceRef:
|
||||||
kind: HelmRepository
|
kind: HelmRepository
|
||||||
name: jetstack
|
name: jetstack
|
||||||
|
|||||||
Reference in New Issue
Block a user