refactor: change the backend of JuiceFS notify daemon to inotify (#1989)

fix: update fsnotify daemon and proxy images to v0.1.4 and v0.1.11 respectively
This commit is contained in:
eball 2025-10-25 00:34:24 +08:00 committed by GitHub
parent 1dc859f225
commit 70185da4a7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -58,7 +58,7 @@ spec:
serviceAccount: os-internal
containers:
- name: daemon
image: beclab/fsnotify-daemon:0.1.3
image: beclab/fsnotify-daemon:0.1.4
imagePullPolicy: IfNotPresent
env:
- name: REDIS_PASSWORD

View file

@ -25,7 +25,7 @@ spec:
serviceAccount: os-internal
containers:
- name: proxy
image: beclab/fsnotify-proxy:0.1.10
image: beclab/fsnotify-proxy:0.1.11
imagePullPolicy: IfNotPresent
ports:
- containerPort: 5079

View file

@ -63,7 +63,7 @@ spec:
serviceAccount: bytetrade-sys-ops
containers:
- name: proxy
image: beclab/fsnotify-proxy:0.1.10
image: beclab/fsnotify-proxy:0.1.11
imagePullPolicy: IfNotPresent
ports:
- containerPort: 5079