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
dc467f3d
Commit
dc467f3d
authored
Jun 22, 2021
by
sonicaj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update chia chart version
parent
4c0479f3
Changes
14
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
306 additions
and
0 deletions
+306
-0
charts/chia/1.2.1/.helmignore
charts/chia/1.2.1/.helmignore
+23
-0
charts/chia/1.2.1/Chart.yaml
charts/chia/1.2.1/Chart.yaml
+18
-0
charts/chia/1.2.1/README.md
charts/chia/1.2.1/README.md
+8
-0
charts/chia/1.2.1/app-readme.md
charts/chia/1.2.1/app-readme.md
+4
-0
charts/chia/1.2.1/charts/common-2105.0.0.tgz
charts/chia/1.2.1/charts/common-2105.0.0.tgz
+0
-0
charts/chia/1.2.1/default_values.yaml
charts/chia/1.2.1/default_values.yaml
+17
-0
charts/chia/1.2.1/ix_values.yaml
charts/chia/1.2.1/ix_values.yaml
+5
-0
charts/chia/1.2.1/questions.yaml
charts/chia/1.2.1/questions.yaml
+129
-0
charts/chia/1.2.1/requirements.lock
charts/chia/1.2.1/requirements.lock
+6
-0
charts/chia/1.2.1/templates/deployment.yaml
charts/chia/1.2.1/templates/deployment.yaml
+39
-0
charts/chia/1.2.1/templates/generate-mnemonic.yaml
charts/chia/1.2.1/templates/generate-mnemonic.yaml
+30
-0
charts/chia/1.2.1/templates/mnemonic-configmap.yaml
charts/chia/1.2.1/templates/mnemonic-configmap.yaml
+14
-0
charts/chia/1.2.1/test_values.yaml
charts/chia/1.2.1/test_values.yaml
+13
-0
charts/chia/1.2.1/values.yaml
charts/chia/1.2.1/values.yaml
+0
-0
No files found.
charts/chia/1.2.1/.helmignore
0 → 100644
View file @
dc467f3d
# Patterns to ignore when building packages.
# This supports shell glob matching, relative path matching, and
# negation (prefixed with !). Only one pattern per line.
.DS_Store
# Common VCS dirs
.git/
.gitignore
.bzr/
.bzrignore
.hg/
.hgignore
.svn/
# Common backup files
*.swp
*.bak
*.tmp
*~
# Various IDEs
.project
.idea/
*.tmproj
# OWNERS file for Kubernetes
OWNERS
\ No newline at end of file
charts/chia/1.2.1/Chart.yaml
0 → 100644
View file @
dc467f3d
apiVersion
:
v1
description
:
Global, Versioned, peer-to-peer filesystem.
name
:
chia
version
:
1.2.1
appVersion
:
1.1.6
keywords
:
-
storage
-
crypto
-
blockchain
home
:
https://www.chia.net/
icon
:
https://www.chia.net/img/chia_logo.svg
sources
:
-
https://github.com/Chia-Network/chia-blockchain
-
https://github.com/orgs/chia-network/packages/container/package/chia
dependencies
:
-
name
:
common
repository
:
file://../../../library/common/2105.0.0
version
:
2105.0.0
charts/chia/1.2.1/README.md
0 → 100755
View file @
dc467f3d
Chia Network
=====
[
CHIA
](
https://www.chia.net/
)
is a new blockchain and smart transaction platform that is easier to use, more efficient, and secure.
Introduction
------------
This chart bootstraps CHIA deployment on a
[
Kubernetes
](
http://kubernetes.io
)
cluster using the
[
Helm
](
https://helm.sh
)
package manager.
charts/chia/1.2.1/app-readme.md
0 → 100644
View file @
dc467f3d
Chia Network
=====
[
CHIA
](
https://www.chia.net/
)
is a new blockchain and smart transaction platform that is easier to use, more efficient, and secure.
charts/chia/1.2.1/charts/common-2105.0.0.tgz
0 → 100644
View file @
dc467f3d
File added
charts/chia/1.2.1/default_values.yaml
0 → 100644
View file @
dc467f3d
image
:
repository
:
ghcr.io/chia-network/chia
tag
:
1.1.4
pullPolicy
:
IfNotPresent
updateStrategy
:
Recreate
environmentVariables
:
-
name
:
"
keys"
value
:
"
/plots/keyfile"
appVolumeMounts
:
staging
:
emptyDir
:
true
mountPath
:
"
/plots"
data
:
emptyDir
:
true
mountPath
:
"
/root/.chia"
charts/chia/1.2.1/ix_values.yaml
0 → 100644
View file @
dc467f3d
image
:
repository
:
ghcr.io/chia-network/chia
tag
:
1.1.6
pullPolicy
:
IfNotPresent
updateStrategy
:
Recreate
charts/chia/1.2.1/questions.yaml
0 → 100644
View file @
dc467f3d
groups
:
-
name
:
"
Storage"
description
:
"
Configure
Storage
for
Chia"
-
name
:
"
Chia
Environment
Variables"
description
:
"
Set
the
environment
that
will
be
visible
to
the
container"
questions
:
-
variable
:
appVolumeMounts
label
:
"
Chia
Storage"
group
:
"
Storage"
schema
:
type
:
dict
attrs
:
-
variable
:
config
label
:
"
Configuration
Volume"
schema
:
type
:
dict
attrs
:
-
variable
:
datasetName
label
:
"
Configuration
Volume
Dataset
Name"
schema
:
type
:
string
hidden
:
true
$ref
:
-
"
normalize/ixVolume"
show_if
:
[[
"
hostPathEnabled"
,
"
="
,
false
]]
default
:
"
config"
editable
:
false
-
variable
:
mountPath
label
:
"
Configuration
Mount
Path"
description
:
"
Path
where
the
volume
will
be
mounted
inside
the
pod"
schema
:
type
:
path
hidden
:
true
editable
:
false
default
:
"
/root/.chia"
-
variable
:
hostPathEnabled
label
:
"
Enable
Custom
Host
Path
for
Chia
Configuration
Volume"
schema
:
type
:
boolean
default
:
false
show_subquestions_if
:
true
subquestions
:
-
variable
:
hostPath
label
:
"
Host
Path
for
Chia
Configuration
Volume"
schema
:
type
:
hostpath
required
:
true
-
variable
:
plots
label
:
"
Plot
Volume"
schema
:
type
:
dict
attrs
:
-
variable
:
datasetName
label
:
"
Plots
Volume
Name"
schema
:
type
:
string
hidden
:
true
$ref
:
-
"
normalize/ixVolume"
show_if
:
[[
"
hostPathEnabled"
,
"
="
,
false
]]
default
:
"
plots"
editable
:
false
-
variable
:
mountPath
label
:
"
Plots
Mount
Path"
description
:
"
Path
where
the
volume
will
be
mounted
inside
the
pod"
schema
:
type
:
path
hidden
:
true
editable
:
false
default
:
"
/plots"
-
variable
:
hostPathEnabled
label
:
"
Enable
Custom
Host
Path
for
Chia
Plots
Volume"
schema
:
type
:
boolean
default
:
false
show_subquestions_if
:
true
subquestions
:
-
variable
:
hostPath
label
:
"
Host
Path
for
Chia
Plots
Volume"
schema
:
type
:
hostpath
required
:
true
-
variable
:
extraAppVolumeMounts
label
:
"
Chia
Extra
Host
Path
Volumes"
group
:
"
Storage"
schema
:
type
:
list
items
:
-
variable
:
extraAppVolume
label
:
"
Chia
Host
Path
Volume"
description
:
"
Add
an
extra
host
path
volume
for
chia
application"
schema
:
type
:
dict
attrs
:
-
variable
:
mountPath
label
:
"
Mount
Path
in
Pod"
description
:
"
Path
where
the
volume
will
be
mounted
inside
the
pod"
schema
:
type
:
path
required
:
true
-
variable
:
hostPath
label
:
"
Host
Path"
description
:
"
Host
path"
schema
:
type
:
hostpath
required
:
true
-
variable
:
environmentVariables
label
:
"
Environment
Variables
for
Chia"
group
:
"
Chia
Environment
Variables"
schema
:
type
:
list
default
:
[]
items
:
-
variable
:
environmentVariable
label
:
"
Environment
Variable"
schema
:
type
:
dict
attrs
:
-
variable
:
name
label
:
"
Name"
schema
:
type
:
string
-
variable
:
value
label
:
"
Value"
schema
:
type
:
string
charts/chia/1.2.1/requirements.lock
0 → 100644
View file @
dc467f3d
dependencies:
- name: common
repository: file://../../../library/common/2105.0.0
version: 2105.0.0
digest: sha256:11522ab36487826700d7ad0f86f713a4bb5d35248014bcef690fe94acbc09ef6
generated: "2021-05-17T18:26:46.201544+05:00"
charts/chia/1.2.1/templates/deployment.yaml
0 → 100644
View file @
dc467f3d
apiVersion
:
{{
template "common.capabilities.deployment.apiVersion" .
}}
kind
:
Deployment
metadata
:
name
:
{{
template "common.names.fullname" .
}}
labels
:
{{
include "common.labels" . | nindent 4
}}
spec
:
strategy
:
type
:
{{
.Values.updateStrategy
}}
selector
:
matchLabels
:
{{
include "common.labels.selectorLabels" . | nindent 6
}}
template
:
metadata
:
name
:
{{
template "common.names.fullname" .
}}
labels
:
{{
include "common.labels.selectorLabels" . | nindent 8
}}
spec
:
# FIXME: Let's please remove hostnetwork when upstream hostport issue is sorted out with kube-router
hostNetwork
:
true
containers
:
-
name
:
{{
.Chart.Name
}}
{{
include "common.containers.imageConfig" .Values.image | nindent 10
}}
volumeMounts
:
{{
include "common.storage.configureAppVolumeMountsInContainer" .Values | nindent 12
}}
{{
range $index
,
$hostPathConfiguration
:
= .Values.extraAppVolumeMounts
}}
-
name
:
extrappvolume-{{ $index }}
mountPath
:
{{
$hostPathConfiguration.mountPath
}}
{{
end
}}
ports
:
-
name
:
chia-network
protocol
:
TCP
containerPort
:
8444
hostPort
:
8444
{{
$envList
:
= (default list .Values.environmentVariables)
}}
{{
$envList = mustAppend $envList (dict "name" "keys" "value" "/plots/keyfile")
}}
{{
include "common.containers.allEnvironmentVariables" (dict "environmentVariables" $envList) | nindent 10
}}
volumes
:
{{
include "common.storage.configureAppVolumes" .Values | nindent 8
}}
{{
range $index
,
$hostPathConfiguration
:
= .Values.extraAppVolumeMounts
}}
-
name
:
extrappvolume-{{ $index }}
hostPath
:
path
:
{{
$hostPathConfiguration.hostPath
}}
{{
end
}}
charts/chia/1.2.1/templates/generate-mnemonic.yaml
0 → 100644
View file @
dc467f3d
apiVersion
:
batch/v1
kind
:
Job
metadata
:
name
:
"
pre-install"
annotations
:
"
helm.sh/hook"
:
pre-install
"
helm.sh/hook-weight"
:
"
1"
"
helm.sh/hook-delete-policy"
:
hook-succeeded
spec
:
template
:
metadata
:
name
:
"
pre-upgrade-hook2"
spec
:
restartPolicy
:
Never
containers
:
-
name
:
{{
.Chart.Name
}}
-generate-mnemonic
{{
include "common.containers.imageConfig" .Values.image | nindent 8
}}
volumeMounts:{{ include "common.storage.configureAppVolumeMountsInContainer" .Values | nindent 10 }}
- name
:
generate-mnemonic-configmap
mountPath
:
/generate_entrypoint.sh
readOnly
:
true
subPath
:
entrypoint.sh
command
:
-
"
/generate_entrypoint.sh"
volumes
:
{{
- include "common.storage.configureAppVolumes" .Values | nindent 8 -
}}
-
name
:
generate-mnemonic-configmap
configMap
:
defaultMode
:
0700
name
:
"
generate-mnemonic-config-map"
charts/chia/1.2.1/templates/mnemonic-configmap.yaml
0 → 100644
View file @
dc467f3d
apiVersion
:
v1
kind
:
ConfigMap
metadata
:
name
:
"
generate-mnemonic-config-map"
annotations
:
"
helm.sh/hook"
:
pre-install
"
helm.sh/hook-weight"
:
"
-1"
"
helm.sh/hook-delete-policy"
:
hook-succeeded
data
:
entrypoint.sh
:
|-
#!/bin/sh
if [ ! -e /plots/keyfile ]; then
/chia-blockchain/venv/bin/python3 -c "from chia.util.keychain import generate_mnemonic;print(generate_mnemonic())" > /plots/keyfile;
fi
charts/chia/1.2.1/test_values.yaml
0 → 100644
View file @
dc467f3d
image
:
repository
:
ghcr.io/chia-network/chia
tag
:
1.1.4
pullPolicy
:
IfNotPresent
updateStrategy
:
Recreate
appVolumeMounts
:
staging
:
emptyDir
:
true
mountPath
:
"
/plots"
data
:
emptyDir
:
true
mountPath
:
"
/root/.chia"
charts/chia/1.2.1/values.yaml
0 → 100644
View file @
dc467f3d
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