2
0

3 Ревизии 200ec1dfd1 ... 15ea456dce

Автор SHA1 Съобщение Дата
  bodicsek 15ea456dce Update container images to latest versions преди 4 дни
  bodicsek a40c3c4bf4 ntfy: persist message cache for 1 week преди 1 месец
  bodicsek 2071960bf8 Update container images to latest versions преди 1 месец
променени са 2 файла, в които са добавени 3 реда и са изтрити 1 реда
  1. 2 0
      ntfy.yaml
  2. 1 1
      pwd.yaml

+ 2 - 0
ntfy.yaml

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

+ 1 - 1
pwd.yaml

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