Waqar Ahmed 4 лет назад
Родитель
Сommit
42ef7f974c
3 измененных файлов с 14 добавлено и 36 удалено
  1. 7 17
      charts/chia/1.0.0/default_values.yaml
  2. 7 18
      charts/chia/1.0.0/test_values.yaml
  3. 0 1
      charts/chia/item.yaml

+ 7 - 17
charts/chia/1.0.0/default_values.yaml

@@ -1,27 +1,17 @@
-## Set default image, imageTag, and imagePullPolicy. mode is used to indicate the
-##
 image:
-  repository: ipfs/go-ipfs
-  tag: v0.8.0-rc1
+  repository: ghcr.io/chia-network/chia
+  tag: 1.1.4
   pullPolicy: IfNotPresent
-
-## Additional arguments to pass to ipfs binary
-extraArgs: []
-
 updateStrategy: Recreate
-
-service:
-  swarmPort: 9401
-  apiPort: 9501
-  gatewayPort: 9080
-
-environment:
+environmentVariables:
+  - name: "keys"
+    value: "/plots/keyfile"
 
 appVolumeMounts:
   staging:
     emptyDir: true
-    mountPath: "/export"
+    mountPath: "/plots"
   data:
     emptyDir: true
-    mountPath: "/data/ipfs"
+    mountPath: "/root/.chia"
 

+ 7 - 18
charts/chia/1.0.0/test_values.yaml

@@ -1,27 +1,16 @@
-## Set default image, imageTag, and imagePullPolicy. mode is used to indicate the
-##
 image:
-  repository: ipfs/go-ipfs
-  tag: v0.8.0
+  repository: ghcr.io/chia-network/chia
+  tag: 1.1.4
   pullPolicy: IfNotPresent
-
-## Additional arguments to pass to minio binary
-extraArgs: []
-
 updateStrategy: Recreate
+environmentVariables:
+  - name: "keys"
+    value: "/plots/keyfile"
 
-service:
-  swarmPort: 30941
-  apiPort: 30951
-  gatewayPort: 30980
-
-environmentVariables: []
-
-emptyDirVolumes: true
 appVolumeMounts:
   staging:
     emptyDir: true
-    mountPath: "/export"
+    mountPath: "/plots"
   data:
     emptyDir: true
-    mountPath: "/data/ipfs"
+    mountPath: "/root/.chia"

+ 0 - 1
charts/chia/item.yaml

@@ -1,5 +1,4 @@
 categories:
   - storage
   - crypto
-  -
 icon_url: https://www.chia.net/img/chia_logo.svg