Update n8n

This commit is contained in:
2025-04-24 11:22:46 +10:00
parent e1b72005b2
commit 5147be7301
2 changed files with 15 additions and 1 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ spec:
spec:
containers:
- name: n8n
image: mirror.gcr.io/n8nio/n8n:1.88.0
image: mirror.gcr.io/n8nio/n8n:1.90.0
imagePullPolicy: IfNotPresent
securityContext:
runAsUser: 0
+14
View File
@@ -9,3 +9,17 @@ helm install nfs-subdir-external-provisioner nfs-subdir-external-provisioner/nfs
# badger batch delete
cat /Users/junv/code/home-docker/scripts/batch_delete.sql | ssh -p 22422 junv@192.168.1.2 "PGPASSWORD=$PASSWORD psql -h 192.168.1.2 -U postgres -d badges -e"
# make redis and postgres group readable
sudo usermod -aG redis junv
sudo usermod -aG postgres junv
# For Redis
sudo chmod g+rx /mnt/k8s/redis
sudo chmod -R g+r /mnt/k8s/redis
# For Postgres
sudo chmod g+rx /mnt/k8s/postgres
sudo chmod -R g+r /mnt/k8s/postgres