Quellcode durchsuchen

Upgraded catalog item(s) (#1080)

* Upgraded catalog item(s)

        This commit upgrades syncthing, home-assistant, nextcloud, minio, vaultwarden, ipfs catalog item(s).

* don't update NC

* bump common

* fix vw versioning

* Update library/ix-dev/community/vaultwarden/upgrade_strategy

---------

Co-authored-by: sonicaj <waqarsonic1@gmail.com>
Co-authored-by: Stavros kois <s.kois@outlook.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
bugclerk vor 2 Jahren
Ursprung
Commit
eccbcf03cc

+ 2 - 2
library/ix-dev/charts/home-assistant/Chart.yaml

@@ -3,9 +3,9 @@ description: Home Assistant App for TrueNAS SCALE
 annotations:
   title: Home Assistant
 type: application
-version: 1.0.73
+version: 1.0.74
 apiVersion: v2
-appVersion: 2023.3.6
+appVersion: 2023.4.0
 kubeVersion: '>=1.16.0-0'
 maintainers:
   - name: truenas

+ 1 - 1
library/ix-dev/charts/home-assistant/values.yaml

@@ -1,4 +1,4 @@
 image:
   pullPolicy: IfNotPresent
   repository: homeassistant/home-assistant
-  tag: 2023.3.6
+  tag: 2023.4.0

+ 2 - 2
library/ix-dev/charts/syncthing/Chart.yaml

@@ -3,9 +3,9 @@ description: Syncthing is a continuous file synchronization program.
 annotations:
   title: Syncthing
 type: application
-version: 1.0.20
+version: 1.0.21
 apiVersion: v2
-appVersion: '1.23.2'
+appVersion: 1.23.4
 kubeVersion: '>=1.16.0-0'
 maintainers:
   - name: truenas

+ 1 - 1
library/ix-dev/charts/syncthing/values.yaml

@@ -1,4 +1,4 @@
 image:
   pullPolicy: IfNotPresent
   repository: syncthing/syncthing
-  tag: 1.23.2
+  tag: 1.23.4

+ 3 - 3
library/ix-dev/community/ipfs/Chart.lock

@@ -1,6 +1,6 @@
 dependencies:
 - name: common
   repository: file://../../../common
-  version: 1.0.0
-digest: sha256:f90dc95623b075f1d9ec4c4ba12464e2e789176ce7282a3aede37222201763b6
-generated: "2023-03-09T22:30:24.240799718+02:00"
+  version: 1.0.3
+digest: sha256:1a090020cfa582aff29906320874ffe9b543fcc6c2423c281f434514f2653e02
+generated: "2023-04-06T12:17:10.315417692+03:00"

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

@@ -4,9 +4,9 @@ description: Interplanetary Filesystem - the Web3 standard for content-addressin
 annotations:
   title: IPFS
 type: application
-version: 1.0.1
+version: 1.0.2
 apiVersion: v2
-appVersion: v0.19.0
+appVersion: v0.19.1
 kubeVersion: '>=1.16.0-0'
 maintainers:
   - name: truenas
@@ -14,7 +14,7 @@ maintainers:
 dependencies:
   - name: common
     repository: file://../../../common
-    version: 1.0.0
+    version: 1.0.3
 home: https://ipfs.tech/
 icon: https://avatars.githubusercontent.com/u/10536621
 sources:

BIN
library/ix-dev/community/ipfs/charts/common-1.0.0.tgz


BIN
library/ix-dev/community/ipfs/charts/common-1.0.3.tgz


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

@@ -1,7 +1,7 @@
 image:
   repository: ipfs/kubo
   pullPolicy: IfNotPresent
-  tag: v0.19.0
+  tag: v0.19.1
 resources:
   limits:
     cpu: 4000m

+ 3 - 3
library/ix-dev/community/vaultwarden/Chart.lock

@@ -1,6 +1,6 @@
 dependencies:
 - name: common
   repository: file://../../../common
-  version: 1.0.1
-digest: sha256:ec8784f128039af68613a8268208bde360d5b178f811c4a16c79a1650ca8be92
-generated: "2023-04-03T17:51:26.178586108+03:00"
+  version: 1.0.3
+digest: sha256:1a090020cfa582aff29906320874ffe9b543fcc6c2423c281f434514f2653e02
+generated: "2023-04-06T12:17:16.818955251+03:00"

+ 5 - 4
library/ix-dev/community/vaultwarden/Chart.yaml

@@ -1,11 +1,12 @@
 name: vaultwarden
-description: Alternative implementation of the Bitwarden server API written in Rust and compatible with upstream Bitwarden clients.
+description: Alternative implementation of the Bitwarden server API written in Rust
+  and compatible with upstream Bitwarden clients.
 annotations:
   title: Vaultwarden
 type: application
-version: 1.0.0
+version: 1.0.1
 apiVersion: v2
-appVersion: '1.27.0'
+appVersion: '1.28.1'
 kubeVersion: '>=1.16.0-0'
 maintainers:
   - name: truenas
@@ -13,7 +14,7 @@ maintainers:
 dependencies:
   - name: common
     repository: file://../../../common
-    version: 1.0.1
+    version: 1.0.3
 home: https://github.com/dani-garcia/vaultwarden
 icon: https://raw.githubusercontent.com/dani-garcia/vaultwarden/main/src/static/images/vaultwarden-icon.png
 sources:

BIN
library/ix-dev/community/vaultwarden/charts/common-1.0.1.tgz


BIN
library/ix-dev/community/vaultwarden/charts/common-1.0.3.tgz


+ 2 - 2
library/ix-dev/community/vaultwarden/upgrade_strategy

@@ -12,8 +12,8 @@ def newer_mapping(image_tags):
         return {}
 
     return {
-        'tags': {key: f'v{version}'},
-        'app_version': f'v{version}',
+        'tags': {key: version'},
+        'app_version': version',
     }
 
 

+ 7 - 7
library/ix-dev/community/vaultwarden/values.yaml

@@ -1,7 +1,7 @@
 image:
   repository: vaultwarden/server
   pullPolicy: IfNotPresent
-  tag: "1.28.1"
+  tag: '1.28.1'
 
 resources:
   limits:
@@ -9,7 +9,7 @@ resources:
     memory: 8Gi
 
 vaultwardenConfig:
-  adminToken: ""
+  adminToken: ''
   additionalEnvs: []
 
 vaultwardenNetwork:
@@ -17,8 +17,8 @@ vaultwardenNetwork:
   wsEnabled: true
   wsPort: 30001
   hostNetwork: false
-  certificateID: ""
-  domain: ""
+  certificateID: ''
+  domain: ''
 
 vaultwardenRunAs:
   user: 568
@@ -27,13 +27,13 @@ vaultwardenRunAs:
 vaultwardenStorage:
   data:
     type: ixVolume
-    hostPath: ""
+    hostPath: ''
     datasetName: data
   pgData:
     type: ixVolume
-    hostPath: ""
+    hostPath: ''
     datasetName: pgData
   pgBackup:
     type: ixVolume
-    hostPath: ""
+    hostPath: ''
     datasetName: pgBackup

+ 2 - 2
library/ix-dev/enterprise/minio/Chart.yaml

@@ -3,9 +3,9 @@ description: High Performance, Kubernetes Native Object Storage
 annotations:
   title: MinIO
 type: application
-version: 1.0.0
+version: 1.0.1
 apiVersion: v2
-appVersion: '2023-02-17'
+appVersion: '2023-03-24'
 kubeVersion: '>=1.16.0-0'
 maintainers:
   - name: truenas

+ 8 - 8
library/ix-dev/enterprise/minio/values.yaml

@@ -1,6 +1,6 @@
 image:
   repository: minio/minio
-  tag: RELEASE.2023-02-27T18-10-45Z
+  tag: RELEASE.2023-03-24T21-41-23Z
   pullPolicy: IfNotPresent
 
 logsearchImage:
@@ -14,8 +14,8 @@ resources:
     memory: 8Gi
 
 minioCreds:
-  rootUser: ""
-  rootPass: ""
+  rootUser: ''
+  rootPass: ''
 
 minioRunAs:
   user: 568
@@ -24,10 +24,10 @@ minioRunAs:
 minioNetwork:
   apiPort: 30000
   webPort: 30001
-  certificateID: ""
+  certificateID: ''
   hostNetwork: false
-  serverUrl: ""
-  consoleUrl: ""
+  serverUrl: ''
+  consoleUrl: ''
 
 minioMultiMode: []
 
@@ -42,9 +42,9 @@ minioLogging:
     diskCapacityGB: 5
     pgData:
       type: ixVolume
-      hostPath: ""
+      hostPath: ''
       datasetName: postgres-data
     pgBackup:
       type: ixVolume
-      hostPath: ""
+      hostPath: ''
       datasetName: postgres-backup