Selaa lähdekoodia

Upgraded catalog item(s) (#2828)

bugclerk 11 kuukautta sitten
vanhempi
commit
7c89769f15

+ 2 - 2
library/ix-dev/community/ddns-updater/Chart.yaml

@@ -3,9 +3,9 @@ description: Lightweight universal DDNS Updater with web UI
 annotations:
   title: DDNS Updater
 type: application
-version: 1.0.31
+version: 1.0.32
 apiVersion: v2
-appVersion: 2.9.0
+appVersion: 2.8.1
 kubeVersion: '>=1.16.0-0'
 maintainers:
   - name: truenas

+ 6 - 7
library/ix-dev/community/ddns-updater/values.yaml

@@ -1,7 +1,7 @@
 image:
   repository: qmcgaw/ddns-updater
   pullPolicy: IfNotPresent
-  tag: v2.8.0
+  tag: v2.8.1
 
 ci: false
 
@@ -21,17 +21,16 @@ ddnsConfig:
     - provider: all
   publicIpHttpProviders:
     - provider: all
-      custom: ""
+      custom: ''
   publicIpv4HttpProviders:
     - provider: all
-      custom: ""
+      custom: ''
   publicIpv6HttpProviders:
     - provider: all
-      custom: ""
+      custom: ''
   publicIpFetchers:
     - provider: all
-  config:
-    []
+  config: []
     # - provider: cloudflare
     #   host: "@"
     #   domain: example.com
@@ -54,4 +53,4 @@ ddnsStorage:
     datasetName: data
 
 notes:
-  custom: ""
+  custom: ''

+ 2 - 2
library/ix-dev/community/n8n/Chart.yaml

@@ -3,9 +3,9 @@ description: n8n is an extendable workflow automation tool.
 annotations:
   title: n8n
 type: application
-version: 1.2.79
+version: 1.2.80
 apiVersion: v2
-appVersion: 1.60.0
+appVersion: 1.60.1
 kubeVersion: '>=1.16.0-0'
 maintainers:
   - name: truenas

+ 1 - 1
library/ix-dev/community/n8n/values.yaml

@@ -1,7 +1,7 @@
 image:
   repository: n8nio/n8n
   pullPolicy: IfNotPresent
-  tag: 1.60.0
+  tag: 1.60.1
 
 resources:
   limits:

+ 2 - 2
library/ix-dev/community/planka/Chart.yaml

@@ -3,9 +3,9 @@ description: Planka is an Elegant open source project tracking
 annotations:
   title: Planka
 type: application
-version: 1.2.34
+version: 1.2.35
 apiVersion: v2
-appVersion: 1.22.0
+appVersion: 1.23.0
 kubeVersion: '>=1.16.0-0'
 maintainers:
   - name: truenas

+ 1 - 1
library/ix-dev/community/planka/values.yaml

@@ -1,7 +1,7 @@
 image:
   repository: ghcr.io/plankanban/planka
   pullPolicy: IfNotPresent
-  tag: 1.22.0
+  tag: 1.23.0
 
 resources:
   limits:

+ 3 - 3
library/ix-dev/community/vikunja/Chart.yaml

@@ -3,10 +3,10 @@ description: Vikunja is an open-source, self-hostable to-do app.
 annotations:
   title: Vikunja
 type: application
-version: 2.0.0
+version: 2.0.1
 apiVersion: v2
-appVersion: 0.24.2
-kubeVersion: ">=1.16.0-0"
+appVersion: 0.24.3
+kubeVersion: '>=1.16.0-0'
 maintainers:
   - name: truenas
     url: https://www.truenas.com/

+ 2 - 2
library/ix-dev/community/vikunja/values.yaml

@@ -1,7 +1,7 @@
 image:
   repository: vikunja/vikunja
   pullPolicy: IfNotPresent
-  tag: 0.24.2
+  tag: 0.24.3
 
 resources:
   limits:
@@ -9,7 +9,7 @@ resources:
     memory: 8Gi
 
 vikunjaConfig:
-  url: ""
+  url: ''
   maxFileSize: 20
   additionalEnvs: []