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
9a3e7ca6
Commit
9a3e7ca6
authored
Feb 19, 2021
by
Waqar Ahmed
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Do not allow image variables to be configurable for ipfs chart
parent
f5ca86da
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
38 deletions
+6
-38
test/ipfs/1.0.2/Chart.yaml
test/ipfs/1.0.2/Chart.yaml
+1
-1
test/ipfs/1.0.2/ix_values.yaml
test/ipfs/1.0.2/ix_values.yaml
+4
-0
test/ipfs/1.0.2/questions.yaml
test/ipfs/1.0.2/questions.yaml
+0
-36
test/ipfs/1.0.2/test_values.yaml
test/ipfs/1.0.2/test_values.yaml
+1
-1
No files found.
test/ipfs/1.0.2/Chart.yaml
View file @
9a3e7ca6
...
@@ -2,7 +2,7 @@ apiVersion: v1
...
@@ -2,7 +2,7 @@ apiVersion: v1
description
:
Global, Versioned, peer-to-peer filesystem.
description
:
Global, Versioned, peer-to-peer filesystem.
name
:
ipfs
name
:
ipfs
version
:
1.0.2
version
:
1.0.2
appVersion
:
master
appVersion
:
v0.8.0
keywords
:
keywords
:
-
storage
-
storage
-
p2p
-
p2p
...
...
test/ipfs/1.0.2/ix_values.yaml
0 → 100644
View file @
9a3e7ca6
image
:
repository
:
ipfs/go-ipfs
tag
:
v0.8.0
pullPolicy
:
IfNotPresent
test/ipfs/1.0.2/questions.yaml
View file @
9a3e7ca6
...
@@ -19,42 +19,6 @@ portals:
...
@@ -19,42 +19,6 @@ portals:
path
:
"
/webui"
path
:
"
/webui"
questions
:
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
-
variable
:
updateStrategy
label
:
"
IPFS
update
strategy"
label
:
"
IPFS
update
strategy"
group
:
"
Workload
Configuration"
group
:
"
Workload
Configuration"
...
...
test/ipfs/1.0.2/test_values.yaml
View file @
9a3e7ca6
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
##
##
image
:
image
:
repository
:
ipfs/go-ipfs
repository
:
ipfs/go-ipfs
tag
:
v0.8.0
-rc1
tag
:
v0.8.0
pullPolicy
:
IfNotPresent
pullPolicy
:
IfNotPresent
## Additional arguments to pass to minio binary
## Additional arguments to pass to minio binary
...
...
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