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
e69e18bc
Commit
e69e18bc
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 nextcloud chart
parent
cfbf2e34
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
37 deletions
+5
-37
test/nextcloud/1.2.1/Chart.yaml
test/nextcloud/1.2.1/Chart.yaml
+1
-1
test/nextcloud/1.2.1/ix_values.yaml
test/nextcloud/1.2.1/ix_values.yaml
+4
-0
test/nextcloud/1.2.1/migrations/migrate_from_1.1.0
test/nextcloud/1.2.1/migrations/migrate_from_1.1.0
+0
-0
test/nextcloud/1.2.1/questions.yaml
test/nextcloud/1.2.1/questions.yaml
+0
-36
No files found.
test/nextcloud/1.2.1/Chart.yaml
View file @
e69e18bc
apiVersion
:
v2
apiVersion
:
v2
name
:
nextcloud
name
:
nextcloud
version
:
1.2.1
version
:
1.2.1
appVersion
:
19.0.3
appVersion
:
20.0.7
description
:
A file sharing server that puts the control and security of your own data back into your hands.
description
:
A file sharing server that puts the control and security of your own data back into your hands.
keywords
:
keywords
:
-
nextcloud
-
nextcloud
...
...
test/nextcloud/1.2.1/ix_values.yaml
0 → 100644
View file @
e69e18bc
image
:
repository
:
nextcloud
tag
:
20.0.7
pullPolicy
:
IfNotPresent
test/nextcloud/1.2.1/migrations/migrate
→
test/nextcloud/1.2.1/migrations/migrate
_from_1.1.0
View file @
e69e18bc
File moved
test/nextcloud/1.2.1/questions.yaml
View file @
e69e18bc
...
@@ -22,42 +22,6 @@ portals:
...
@@ -22,42 +22,6 @@ portals:
-
"
$variable-service.nodePort"
-
"
$variable-service.nodePort"
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
:
"
nextcloud"
required
:
true
-
variable
:
tag
description
:
"
Tag
to
use
for
specified
image"
label
:
"
Image
Tag"
schema
:
type
:
string
default
:
"
latest"
-
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
:
nextcloud
-
variable
:
nextcloud
description
:
"
Nextcloud
configuration
details"
description
:
"
Nextcloud
configuration
details"
label
:
"
Nextcloud
Configuration"
label
:
"
Nextcloud
Configuration"
...
...
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