* fix default value on certificates * re-bump syncthing
@@ -3,7 +3,7 @@ description: Elasticsearch is the distributed, RESTful search and analytics engi
annotations:
title: Elastic Search
type: application
-version: 1.0.15
+version: 1.0.16
apiVersion: v2
appVersion: 8.8.2
kubeVersion: '>=1.16.0-0'
@@ -22,7 +22,7 @@ esRunAs:
esNetwork:
httpPort: 30003
hostNetwork: false
- certificateID: ''
+ certificateID: null
esStorage:
data:
@@ -3,7 +3,7 @@ description: File Browser provides a file managing interface within a specified
title: File Browser
-version: 1.0.4
+version: 1.0.5
appVersion: 'v2.23.0'
@@ -13,7 +13,7 @@ filebrowserConfig:
filebrowserNetwork:
webPort: 30044
- certificateID: 0
filebrowserRunAs:
@@ -3,7 +3,7 @@ description: Gitea - Git with a cup of tea
title: Gitea
-version: 1.0.12
+version: 1.0.13
appVersion: '1.19.0'
@@ -14,7 +14,7 @@ giteaConfig:
giteaNetwork:
webPort: 30008
sshPort: 30009
- certificateID: ""
rootURL: ""
@@ -4,7 +4,7 @@ description: Grafana is the open source analytics & monitoring solution for ever
title: Grafana
-version: 1.0.7
+version: 1.0.8
appVersion: 10.0.2
@@ -15,7 +15,7 @@ grafanaConfig:
grafanaNetwork:
webPort: 30037
rootURL: ''
grafanaRunAs:
@@ -3,7 +3,7 @@ description: Jenkins is a leading open source automation server,
title: Jenkins
-version: 1.0.6
+version: 1.0.7
appVersion: 2.401.2
@@ -126,6 +126,7 @@ questions:
description: The certificate to use for HTTPS.
schema:
type: int
+ "null": true
$ref:
- "definitions/certificate"
- variable: agent
@@ -15,7 +15,7 @@ jenkinsConfig:
jenkinsNetwork:
webPort: 30036
https: false
agent: false
agentPort: 50000
@@ -3,7 +3,7 @@ description: MineOS is a server front-end to ease managing Minecraft administrat
title: MineOS
appVersion: 'latest'
@@ -0,0 +1,20 @@
+#!/usr/bin/python3
+import json
+import os
+import sys
+
+def migrate(values):
+ if values.get('mineosNetwork', {}).get('certificateID', {}) == 0:
+ values['mineosNetwork']['certificateID'] = None
+ return values
+if __name__ == '__main__':
+ if len(sys.argv) != 2:
+ exit(1)
+ if os.path.exists(sys.argv[1]):
+ with open(sys.argv[1], 'r') as f:
+ print(json.dumps(migrate(json.loads(f.read()))))
@@ -21,7 +21,7 @@ mineosNetwork:
mineosPortRangeStart: 30016
mineosPortRangeEnd: 30017
useHTTPS: false
mineosStorage:
type: ixVolume
@@ -3,7 +3,7 @@ description: Mumble is a free, open source, low latency, high quality voice chat
title: Mumble
-version: 1.0.8
+version: 1.0.9
appVersion: 'v1.4.230'
@@ -21,7 +21,7 @@ mumbleConfig:
mumbleNetwork:
serverPort: 30018
icePort: 30019
mumbleStorage:
@@ -3,7 +3,7 @@ description: Alternative implementation of the Bitwarden server API written in R
title: Vaultwarden
-version: 1.0.18
+version: 1.0.19
appVersion: 1.29.0
@@ -17,7 +17,7 @@ vaultwardenNetwork:
wsEnabled: true
wsPort: 30033
domain: ''
vaultwardenRunAs:
@@ -3,7 +3,7 @@ description: WebDAV is a set of extensions to the HTTP protocol which allows use
title: WebDAV
appVersion: '1.1.3.2982'
+ if values.get('webdavNetwork', {}).get('certificateID', {}) == 0:
+ values['webdavNetwork']['certificateID'] = None
@@ -19,7 +19,7 @@ webdavNetwork:
httpPort: 30034
httpsPort: 30035
webdavRunAs:
user: 568
group: 568
@@ -3,7 +3,7 @@ description: High Performance, Kubernetes Native Object Storage
title: MinIO
-version: 1.0.17
+version: 1.0.18
appVersion: '2023-03-24'
@@ -24,7 +24,7 @@ minioRunAs:
minioNetwork:
apiPort: 30000
webPort: 30001
hostNetwork: true
serverUrl: ''
consoleUrl: ''
@@ -3,7 +3,7 @@ description: Syncthing is a continuous file synchronization program.
title: Syncthing
appVersion: '1.23.3'
@@ -24,7 +24,7 @@ syncthingID:
syncthingNetwork:
webPort: 30000
# Only used if hostNetwork is false
localDiscoveryPort: 21027