Quellcode durchsuchen

Update chia app configuration mountpoint

sonicaj vor 4 Jahren
Ursprung
Commit
6adc9f516e

+ 0 - 0
test/chia/1.3.4/.helmignore → test/chia/1.3.5/.helmignore


+ 1 - 1
test/chia/1.3.4/Chart.yaml → test/chia/1.3.5/Chart.yaml

@@ -15,4 +15,4 @@ name: chia
 sources:
 - https://github.com/Chia-Network/chia-blockchain
 - https://github.com/orgs/chia-network/packages/container/package/chia
-version: 1.3.4
+version: 1.3.5

+ 0 - 0
test/chia/1.3.4/README.md → test/chia/1.3.5/README.md


+ 0 - 0
test/chia/1.3.4/app-readme.md → test/chia/1.3.5/app-readme.md


+ 0 - 0
test/chia/1.3.4/charts/common-2105.0.0.tgz → test/chia/1.3.5/charts/common-2105.0.0.tgz


+ 0 - 0
test/chia/1.3.4/default_values.yaml → test/chia/1.3.5/default_values.yaml


+ 0 - 0
test/chia/1.3.4/ix_values.yaml → test/chia/1.3.5/ix_values.yaml


+ 1 - 1
test/chia/1.3.4/questions.yaml → test/chia/1.3.5/questions.yaml

@@ -59,7 +59,7 @@ questions:
                   type: path
                   hidden: true
                   editable: false
-                  default: "/root/.chia"
+                  default: "/data"
               - variable: hostPathEnabled
                 label: "Enable Custom Host Path for Chia Configuration Volume"
                 schema:

+ 0 - 0
test/chia/1.3.4/requirements.lock → test/chia/1.3.5/requirements.lock


+ 0 - 0
test/chia/1.3.4/templates/deployment.yaml → test/chia/1.3.5/templates/deployment.yaml


+ 0 - 0
test/chia/1.3.4/templates/generate-mnemonic.yaml → test/chia/1.3.5/templates/generate-mnemonic.yaml


+ 0 - 0
test/chia/1.3.4/templates/mnemonic-configmap.yaml → test/chia/1.3.5/templates/mnemonic-configmap.yaml


+ 1 - 1
test/chia/1.3.4/test_values.yaml → test/chia/1.3.5/test_values.yaml

@@ -1,7 +1,7 @@
 appVolumeMounts:
   data:
     emptyDir: true
-    mountPath: /root/.chia
+    mountPath: /data
   staging:
     emptyDir: true
     mountPath: /plots

+ 0 - 0
test/chia/1.3.4/values.yaml → test/chia/1.3.5/values.yaml