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