This commit upgrades syncthing, minio catalog item(s).
@@ -1,5 +1,5 @@
apiVersion: v1
-appVersion: '2022-06-30'
+appVersion: '2022-07-04'
dependencies:
- name: common
repository: file://../../../library/common/2206.0.0
@@ -16,4 +16,4 @@ sources:
- https://github.com/minio/minio
- https://github.com/minio/charts
upstream_version: 8.0.5
-version: 1.6.27
+version: 1.6.28
@@ -1,6 +1,6 @@
image:
pullPolicy: IfNotPresent
repository: minio/minio
- tag: RELEASE.2022-06-30T20-58-09Z
+ tag: RELEASE.2022-07-04T21-02-54Z
runAsGroup: 473
runAsUser: 473
@@ -13,7 +13,7 @@ extraArgs: []
minioDomain: null
apiVersion: v2
-appVersion: 1.20.2
+appVersion: 1.20.3
@@ -11,4 +11,4 @@ keywords:
- storage
- backup
name: syncthing
-version: 1.0.7
+version: 1.0.8
@@ -1,4 +1,4 @@
repository: syncthing/syncthing
- tag: 1.20.2
+ tag: 1.20.3
@@ -1,20 +1,20 @@
+appVolumeMounts:
+ config:
+ emptyDir: true
+ mountPath: /config
+dnsConfig:
+ options: []
+emptyDirVolumes: true
+environmentVariables: []
+extraAppVolumeMounts: []
+hostNetwork: false
- tag: 1.19.2
-ownerUID: 568
ownerGID: 568
-timezone: Europe/London
-environmentVariables: []
-extraAppVolumeMounts: []
-web_port: 32000
+ownerUID: 568
tcp_port: 32001
+timezone: Europe/London
udp_port: 32002
-dnsConfig:
- options: []
-emptyDirVolumes: true
-appVolumeMounts:
- config:
- emptyDir: true
- mountPath: /config
-hostNetwork: false
+web_port: 32000