3 Commits 200ec1dfd1 ... 15ea456dce

Author SHA1 Message Date
  bodicsek 15ea456dce Update container images to latest versions 4 days ago
  bodicsek a40c3c4bf4 ntfy: persist message cache for 1 week 1 month ago
  bodicsek 2071960bf8 Update container images to latest versions 1 month ago
2 changed files with 3 additions and 1 deletions
  1. 2 0
      ntfy.yaml
  2. 1 1
      pwd.yaml

+ 2 - 0
ntfy.yaml

@@ -9,6 +9,8 @@ data:
     behind-proxy: true
     behind-proxy: true
     auth-file: /config/user.db
     auth-file: /config/user.db
     auth-default-access: deny-all
     auth-default-access: deny-all
+    cache-file: /config/cache.db
+    cache-duration: 168h
 ---
 ---
 apiVersion: apps/v1
 apiVersion: apps/v1
 kind: Deployment
 kind: Deployment

+ 1 - 1
pwd.yaml

@@ -20,7 +20,7 @@ spec:
         diun.include_tags: '^\d+\.\d+\.\d+-alpine$'
         diun.include_tags: '^\d+\.\d+\.\d+-alpine$'
     spec:
     spec:
       containers:
       containers:
-        - image: vaultwarden/server:1.35.1-alpine
+        - image: vaultwarden/server:1.37.3-alpine
           name: vaultwarden
           name: vaultwarden
           imagePullPolicy: IfNotPresent
           imagePullPolicy: IfNotPresent
           ports:
           ports: