This commit is contained in:
Remy Moll 2024-01-22 11:27:58 +01:00
parent 617ed5601c
commit b065fc7e59
2 changed files with 4 additions and 5 deletions

View File

@ -19,8 +19,7 @@ helmCharts:
images:
- name: ghcr.io/immich-app/immich-machine-learning
newTag: 1.92.1
newTag: v1.92.1
- name: ghcr.io/immich-app/immich-server
newTag: 1.92.1
- name: ghcr.io/immich-app/immich-microservices
newTag: 1.92.1
newTag: v1.92.1

View File

@ -14,4 +14,4 @@ Some admin actions require you to put your Nextcloud instance into
```
# $NEXTCLOUD_POD should be the name of *your* nextcloud pod :)
kubectl exec $NEXTCLOUD_POD -- su -s /bin/sh www-data -c "php occ maintenance:mode --on"
```s
```