Browse Source

Set proper value types in values.yaml that match schema (#1103)

Stavros Kois 2 năm trước cách đây
mục cha
commit
cb7fb51b12

+ 1 - 1
library/ix-dev/community/chia/Chart.yaml

@@ -4,7 +4,7 @@ description: Chia is a modern cryptocurrency built from scratch, designed to be
 annotations:
   title: Chia
 type: application
-version: 1.0.3
+version: 1.0.4
 apiVersion: v2
 appVersion: 1.7.1
 kubeVersion: '>=1.16.0-0'

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

@@ -12,7 +12,7 @@ chiaNetwork:
 chiaConfig:
   service: ''
   farmer_address: ''
-  farmer_port: ''
+  farmer_port: 0
   ca: ''
   full_node_peer: ''
   additionalEnvs: []

+ 1 - 1
library/ix-dev/community/vaultwarden/Chart.yaml

@@ -4,7 +4,7 @@ description: Alternative implementation of the Bitwarden server API written in R
 annotations:
   title: Vaultwarden
 type: application
-version: 1.0.2
+version: 1.0.3
 apiVersion: v2
 appVersion: '1.28.1'
 kubeVersion: '>=1.16.0-0'

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

@@ -17,7 +17,7 @@ vaultwardenNetwork:
   wsEnabled: true
   wsPort: 30001
   hostNetwork: false
-  certificateID: ''
+  certificateID: 0
   domain: ''
 
 vaultwardenRunAs:

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

@@ -3,7 +3,7 @@ description: High Performance, Kubernetes Native Object Storage
 annotations:
   title: MinIO
 type: application
-version: 1.0.2
+version: 1.0.3
 apiVersion: v2
 appVersion: '2023-03-24'
 kubeVersion: '>=1.16.0-0'

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

@@ -24,7 +24,7 @@ minioRunAs:
 minioNetwork:
   apiPort: 30000
   webPort: 30001
-  certificateID: ''
+  certificateID: 0
   hostNetwork: false
   serverUrl: ''
   consoleUrl: ''