mirror of
https://github.com/wahyd4/home-docker.git
synced 2026-08-09 04:15:52 +10:00
Update n8n
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user