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
b9390e7f
Commit
b9390e7f
authored
Apr 07, 2021
by
Waqar Ahmed
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add updated version of ipfs to charts train
parent
81935d97
Changes
16
Show whitespace changes
Inline
Side-by-side
Showing
16 changed files
with
7 additions
and
39 deletions
+7
-39
charts/ipfs/1.0.1/charts/common-2101.0.0.tgz
charts/ipfs/1.0.1/charts/common-2101.0.0.tgz
+0
-0
charts/ipfs/1.0.2/.helmignore
charts/ipfs/1.0.2/.helmignore
+0
-0
charts/ipfs/1.0.2/Chart.yaml
charts/ipfs/1.0.2/Chart.yaml
+2
-2
charts/ipfs/1.0.2/README.md
charts/ipfs/1.0.2/README.md
+0
-0
charts/ipfs/1.0.2/app-readme.md
charts/ipfs/1.0.2/app-readme.md
+0
-0
charts/ipfs/1.0.2/charts/common-2101.0.0.tgz
charts/ipfs/1.0.2/charts/common-2101.0.0.tgz
+0
-0
charts/ipfs/1.0.2/default_values.yaml
charts/ipfs/1.0.2/default_values.yaml
+0
-0
charts/ipfs/1.0.2/ix_values.yaml
charts/ipfs/1.0.2/ix_values.yaml
+4
-0
charts/ipfs/1.0.2/questions.yaml
charts/ipfs/1.0.2/questions.yaml
+0
-36
charts/ipfs/1.0.2/requirements.lock
charts/ipfs/1.0.2/requirements.lock
+0
-0
charts/ipfs/1.0.2/templates/NOTES.txt
charts/ipfs/1.0.2/templates/NOTES.txt
+0
-0
charts/ipfs/1.0.2/templates/deployment.yaml
charts/ipfs/1.0.2/templates/deployment.yaml
+0
-0
charts/ipfs/1.0.2/templates/service.yaml
charts/ipfs/1.0.2/templates/service.yaml
+0
-0
charts/ipfs/1.0.2/templates/serviceaccount.yaml
charts/ipfs/1.0.2/templates/serviceaccount.yaml
+0
-0
charts/ipfs/1.0.2/test_values.yaml
charts/ipfs/1.0.2/test_values.yaml
+1
-1
charts/ipfs/1.0.2/values.yaml
charts/ipfs/1.0.2/values.yaml
+0
-0
No files found.
charts/ipfs/1.0.1/charts/common-2101.0.0.tgz
deleted
100644 → 0
View file @
81935d97
File deleted
charts/ipfs/1.0.
1
/.helmignore
→
charts/ipfs/1.0.
2
/.helmignore
View file @
b9390e7f
File moved
charts/ipfs/1.0.
1
/Chart.yaml
→
charts/ipfs/1.0.
2
/Chart.yaml
View file @
b9390e7f
apiVersion
:
v1
description
:
Global, Versioned, peer-to-peer filesystem.
name
:
ipfs
version
:
1.0.
1
appVersion
:
master
version
:
1.0.
2
appVersion
:
v0.8.0
keywords
:
-
storage
-
p2p
...
...
charts/ipfs/1.0.
1
/README.md
→
charts/ipfs/1.0.
2
/README.md
View file @
b9390e7f
File moved
charts/ipfs/1.0.
1
/app-readme.md
→
charts/ipfs/1.0.
2
/app-readme.md
View file @
b9390e7f
File moved
charts/ipfs/1.0.2/charts/common-2101.0.0.tgz
0 → 100644
View file @
b9390e7f
File added
charts/ipfs/1.0.
1
/default_values.yaml
→
charts/ipfs/1.0.
2
/default_values.yaml
View file @
b9390e7f
File moved
charts/ipfs/1.0.2/ix_values.yaml
0 → 100644
View file @
b9390e7f
image
:
repository
:
ipfs/go-ipfs
tag
:
v0.8.0
pullPolicy
:
IfNotPresent
charts/ipfs/1.0.
1
/questions.yaml
→
charts/ipfs/1.0.
2
/questions.yaml
View file @
b9390e7f
...
...
@@ -19,42 +19,6 @@ portals:
path
:
"
/webui"
questions
:
# Image related
-
variable
:
image
description
:
"
Docker
Image
Details"
label
:
"
Docker
Image"
group
:
"
Container
Images"
schema
:
type
:
dict
required
:
true
attrs
:
-
variable
:
repository
description
:
"
Docker
image
repository"
label
:
"
Image
repository"
schema
:
type
:
string
default
:
"
ipfs/go-ipfs"
required
:
true
-
variable
:
tag
description
:
"
Tag
to
use
for
specified
image"
label
:
"
Image
Tag"
schema
:
type
:
string
default
:
"
v0.8.0-rc1"
-
variable
:
pullPolicy
description
:
"
Docker
Image
Pull
Policy"
label
:
"
Image
Pull
Policy"
schema
:
type
:
string
default
:
"
IfNotPresent"
enum
:
-
value
:
"
IfNotPresent"
description
:
"
Only
pull
image
if
not
present
on
host"
-
value
:
"
Always"
description
:
"
Always
pull
image
even
if
present
on
host"
-
value
:
"
Never"
description
:
"
Never
pull
image
even
if
it's
not
present
on
host"
-
variable
:
updateStrategy
label
:
"
IPFS
update
strategy"
group
:
"
Workload
Configuration"
...
...
charts/ipfs/1.0.
1
/requirements.lock
→
charts/ipfs/1.0.
2
/requirements.lock
View file @
b9390e7f
File moved
charts/ipfs/1.0.
1
/templates/NOTES.txt
→
charts/ipfs/1.0.
2
/templates/NOTES.txt
View file @
b9390e7f
File moved
charts/ipfs/1.0.
1
/templates/deployment.yaml
→
charts/ipfs/1.0.
2
/templates/deployment.yaml
View file @
b9390e7f
File moved
charts/ipfs/1.0.
1
/templates/service.yaml
→
charts/ipfs/1.0.
2
/templates/service.yaml
View file @
b9390e7f
File moved
charts/ipfs/1.0.
1
/templates/serviceaccount.yaml
→
charts/ipfs/1.0.
2
/templates/serviceaccount.yaml
View file @
b9390e7f
File moved
charts/ipfs/1.0.
1
/test_values.yaml
→
charts/ipfs/1.0.
2
/test_values.yaml
View file @
b9390e7f
...
...
@@ -2,7 +2,7 @@
##
image
:
repository
:
ipfs/go-ipfs
tag
:
v0.8.0
-rc1
tag
:
v0.8.0
pullPolicy
:
IfNotPresent
## Additional arguments to pass to minio binary
...
...
charts/ipfs/1.0.
1
/values.yaml
→
charts/ipfs/1.0.
2
/values.yaml
View file @
b9390e7f
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