Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
charts
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Rancher商店
charts
Commits
89d8d864
Commit
89d8d864
authored
Feb 29, 2020
by
Shuo Wu
Committed by
Sheng Yang
Mar 10, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Longhorn: v0.8.0 release
Signed-off-by:
Shuo Wu
<
shuo@rancher.com
>
parent
3af32140
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
21 additions
and
12 deletions
+21
-12
Chart.yaml
proposed/longhorn/latest/Chart.yaml
+2
-2
daemonset-sa.yaml
proposed/longhorn/latest/templates/daemonset-sa.yaml
+9
-4
deployment-ui.yaml
proposed/longhorn/latest/templates/deployment-ui.yaml
+2
-0
postupgrade-job.yaml
proposed/longhorn/latest/templates/postupgrade-job.yaml
+1
-1
values.yaml
proposed/longhorn/latest/values.yaml
+7
-5
No files found.
proposed/longhorn/latest/Chart.yaml
View file @
89d8d864
apiVersion
:
v1
name
:
longhorn
version
:
0.
7
.0
appVersion
:
v0.
7
.0
version
:
0.
8
.0
appVersion
:
v0.
8
.0
kubeVersion
:
"
>=v1.14.0-r0"
description
:
Longhorn is a distributed block storage system for Kubernetes powered by Rancher Labs.
keywords
:
...
...
proposed/longhorn/latest/templates/daemonset-sa.yaml
View file @
89d8d864
...
...
@@ -26,6 +26,8 @@ spec:
-
daemon
-
--engine-image
-
"
{{
.Values.image.longhorn.engine
}}:{{
.Values.image.longhorn.engineTag
}}"
-
--instance-manager-image
-
"
{{
.Values.image.longhorn.instanceManager
}}:{{
.Values.image.longhorn.instanceManagerTag
}}"
-
--manager-image
-
"
{{
.Values.image.longhorn.manager
}}:{{
.Values.image.longhorn.managerTag
}}"
-
--service-account
...
...
@@ -41,10 +43,10 @@ spec:
-
name
:
varrun
mountPath
:
/var/run/
-
name
:
longhorn
mountPath
:
/var/lib/
rancher/
longhorn/
mountPath
:
/var/lib/longhorn/
mountPropagation
:
Bidirectional
-
name
:
longhorn-default-setting
mountPath
:
/var/lib/longhorn
/
setting/
mountPath
:
/var/lib/longhorn
-
setting/
env
:
-
name
:
POD_NAMESPACE
valueFrom
:
...
...
@@ -61,7 +63,7 @@ spec:
-
name
:
LONGHORN_BACKEND_SVC
value
:
longhorn-backend
-
name
:
DEFAULT_SETTING_PATH
value
:
/var/lib/longhorn
/
setting/default-setting.yaml
value
:
/var/lib/longhorn
-
setting/default-setting.yaml
volumes
:
-
name
:
dev
hostPath
:
...
...
@@ -74,11 +76,14 @@ spec:
path
:
/var/run/
-
name
:
longhorn
hostPath
:
path
:
/var/lib/
rancher/
longhorn/
path
:
/var/lib/longhorn/
-
name
:
longhorn-default-setting
configMap
:
name
:
longhorn-default-setting
serviceAccountName
:
longhorn-service-account
updateStrategy
:
rollingUpdate
:
maxUnavailable
:
"
100%"
---
apiVersion
:
v1
kind
:
Service
...
...
proposed/longhorn/latest/templates/deployment-ui.yaml
View file @
89d8d864
...
...
@@ -49,4 +49,6 @@ spec:
targetPort
:
http
{{
- if .Values.service.ui.nodePort
}}
nodePort
:
{{
.Values.service.ui.nodePort
}}
{{
- else
}}
nodePort
:
null
{{
- end
}}
proposed/longhorn/latest/templates/postupgrade-job.yaml
View file @
89d8d864
...
...
@@ -3,7 +3,7 @@ kind: Job
metadata
:
annotations
:
"
helm.sh/hook"
:
post-upgrade
"
helm.sh/hook-delete-policy"
:
hook-succeeded
"
helm.sh/hook-delete-policy"
:
hook-succeeded
,before-hook-creation
name
:
longhorn-post-upgrade
namespace
:
{{
.Release.Namespace
}}
spec
:
...
...
proposed/longhorn/latest/values.yaml
View file @
89d8d864
...
...
@@ -4,17 +4,19 @@
image
:
longhorn
:
engine
:
longhornio/longhorn-engine
engineTag
:
v0.
7
.0
engineTag
:
v0.
8
.0
manager
:
longhornio/longhorn-manager
managerTag
:
v0.
7
.0
managerTag
:
v0.
8
.0
ui
:
longhornio/longhorn-ui
uiTag
:
v0.7.0
uiTag
:
v0.8.0
instanceManager
:
longhornio/longhorn-instance-manager
instanceManagerTag
:
v1_20200301
pullPolicy
:
IfNotPresent
service
:
ui
:
type
:
LoadBalancer
nodePort
:
"
"
type
:
ClusterIP
nodePort
:
null
manager
:
type
:
ClusterIP
nodePort
:
"
"
...
...
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