Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
Charts
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
魏国强
Charts
Commits
c381563a
Commit
c381563a
authored
Jul 16, 2021
by
sonicaj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update charts train from test train
parent
6adc9f51
Changes
14
Show whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
3 additions
and
3 deletions
+3
-3
charts/chia/1.3.5/.helmignore
charts/chia/1.3.5/.helmignore
+0
-0
charts/chia/1.3.5/Chart.yaml
charts/chia/1.3.5/Chart.yaml
+1
-1
charts/chia/1.3.5/README.md
charts/chia/1.3.5/README.md
+0
-0
charts/chia/1.3.5/app-readme.md
charts/chia/1.3.5/app-readme.md
+0
-0
charts/chia/1.3.5/charts/common-2105.0.0.tgz
charts/chia/1.3.5/charts/common-2105.0.0.tgz
+0
-0
charts/chia/1.3.5/default_values.yaml
charts/chia/1.3.5/default_values.yaml
+0
-0
charts/chia/1.3.5/ix_values.yaml
charts/chia/1.3.5/ix_values.yaml
+0
-0
charts/chia/1.3.5/questions.yaml
charts/chia/1.3.5/questions.yaml
+1
-1
charts/chia/1.3.5/requirements.lock
charts/chia/1.3.5/requirements.lock
+0
-0
charts/chia/1.3.5/templates/deployment.yaml
charts/chia/1.3.5/templates/deployment.yaml
+0
-0
charts/chia/1.3.5/templates/generate-mnemonic.yaml
charts/chia/1.3.5/templates/generate-mnemonic.yaml
+0
-0
charts/chia/1.3.5/templates/mnemonic-configmap.yaml
charts/chia/1.3.5/templates/mnemonic-configmap.yaml
+0
-0
charts/chia/1.3.5/test_values.yaml
charts/chia/1.3.5/test_values.yaml
+1
-1
charts/chia/1.3.5/values.yaml
charts/chia/1.3.5/values.yaml
+0
-0
No files found.
charts/chia/1.3.
4
/.helmignore
→
charts/chia/1.3.
5
/.helmignore
View file @
c381563a
File moved
charts/chia/1.3.
4
/Chart.yaml
→
charts/chia/1.3.
5
/Chart.yaml
View file @
c381563a
...
@@ -15,4 +15,4 @@ name: chia
...
@@ -15,4 +15,4 @@ name: chia
sources
:
sources
:
-
https://github.com/Chia-Network/chia-blockchain
-
https://github.com/Chia-Network/chia-blockchain
-
https://github.com/orgs/chia-network/packages/container/package/chia
-
https://github.com/orgs/chia-network/packages/container/package/chia
version
:
1.3.
4
version
:
1.3.
5
charts/chia/1.3.
4
/README.md
→
charts/chia/1.3.
5
/README.md
View file @
c381563a
File moved
charts/chia/1.3.
4
/app-readme.md
→
charts/chia/1.3.
5
/app-readme.md
View file @
c381563a
File moved
charts/chia/1.3.
4
/charts/common-2105.0.0.tgz
→
charts/chia/1.3.
5
/charts/common-2105.0.0.tgz
View file @
c381563a
File moved
charts/chia/1.3.
4
/default_values.yaml
→
charts/chia/1.3.
5
/default_values.yaml
View file @
c381563a
File moved
charts/chia/1.3.
4
/ix_values.yaml
→
charts/chia/1.3.
5
/ix_values.yaml
View file @
c381563a
File moved
charts/chia/1.3.
4
/questions.yaml
→
charts/chia/1.3.
5
/questions.yaml
View file @
c381563a
...
@@ -59,7 +59,7 @@ questions:
...
@@ -59,7 +59,7 @@ questions:
type
:
path
type
:
path
hidden
:
true
hidden
:
true
editable
:
false
editable
:
false
default
:
"
/
root/.chi
a"
default
:
"
/
dat
a"
-
variable
:
hostPathEnabled
-
variable
:
hostPathEnabled
label
:
"
Enable
Custom
Host
Path
for
Chia
Configuration
Volume"
label
:
"
Enable
Custom
Host
Path
for
Chia
Configuration
Volume"
schema
:
schema
:
...
...
charts/chia/1.3.
4
/requirements.lock
→
charts/chia/1.3.
5
/requirements.lock
View file @
c381563a
File moved
charts/chia/1.3.
4
/templates/deployment.yaml
→
charts/chia/1.3.
5
/templates/deployment.yaml
View file @
c381563a
File moved
charts/chia/1.3.
4
/templates/generate-mnemonic.yaml
→
charts/chia/1.3.
5
/templates/generate-mnemonic.yaml
View file @
c381563a
File moved
charts/chia/1.3.
4
/templates/mnemonic-configmap.yaml
→
charts/chia/1.3.
5
/templates/mnemonic-configmap.yaml
View file @
c381563a
File moved
charts/chia/1.3.
4
/test_values.yaml
→
charts/chia/1.3.
5
/test_values.yaml
View file @
c381563a
appVolumeMounts
:
appVolumeMounts
:
data
:
data
:
emptyDir
:
true
emptyDir
:
true
mountPath
:
/
root/.chi
a
mountPath
:
/
dat
a
staging
:
staging
:
emptyDir
:
true
emptyDir
:
true
mountPath
:
/plots
mountPath
:
/plots
...
...
charts/chia/1.3.
4
/values.yaml
→
charts/chia/1.3.
5
/values.yaml
View file @
c381563a
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment