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
0e52ccbd
Commit
0e52ccbd
authored
Dec 12, 2019
by
trierra
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update the PX image version and stork version
Signed-off-by:
trierra
<
oksana@portworx.com
>
parent
fa8c9e08
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
8 deletions
+13
-8
Chart.yaml
charts/portworx/v1.0.3/Chart.yaml
+4
-2
questions.yml
charts/portworx/v1.0.3/questions.yml
+2
-2
portworx-stork.yaml
charts/portworx/v1.0.3/templates/portworx-stork.yaml
+5
-2
values.yaml
charts/portworx/v1.0.3/values.yaml
+2
-2
No files found.
charts/portworx/v1.0.3/Chart.yaml
View file @
0e52ccbd
name
:
portworx
appVersion
:
1.0.
2
version
:
1.0.
2
appVersion
:
1.0.
3
version
:
1.0.
3
description
:
A Helm chart for installing Portworx on Kubernetes.
keywords
:
-
Storage
...
...
@@ -15,6 +15,8 @@ home: https://portworx.com/
maintainers
:
-
name
:
harsh-px
email
:
harsh@portworx.com
-
name
:
trierra
email
:
oksana@portworx.com
sources
:
-
https://github.com/portworx/helm
icon
:
https://raw.githubusercontent.com/portworx/helm/master/doc/media/k8s-porx.png
charts/portworx/v1.0.3/questions.yml
View file @
0e52ccbd
...
...
@@ -894,7 +894,7 @@ questions:
# group: "Advanced parameters"
-
variable
:
storkVersion
default
:
"
2.
2.5
"
default
:
"
2.
3.1
"
label
:
"
Stork
version"
type
:
string
group
:
"
Advanced
parameters"
...
...
@@ -912,7 +912,7 @@ questions:
group
:
"
Advanced
parameters"
-
variable
:
imageVersion
default
:
"
2.
1
.5"
default
:
"
2.
2.0
.5"
type
:
string
label
:
Portworx version to be deployed.
group
:
"
Advanced
parameters"
...
...
charts/portworx/v1.0.3/templates/portworx-stork.yaml
View file @
0e52ccbd
...
...
@@ -194,8 +194,8 @@ rules:
verbs
:
[
"
get"
,
"
update"
]
-
apiGroups
:
[
"
"
]
resources
:
[
"
configmaps"
]
verbs
:
[
"
get"
]
-
apiGroups
:
[
"
"
]
verbs
:
[
"
get"
,
"
list"
,
"
watch"
]
-
apiGroups
:
[
"
"
,
"
events.k8s.io"
]
resources
:
[
"
events"
]
verbs
:
[
"
create"
,
"
patch"
,
"
update"
]
-
apiGroups
:
[
"
"
]
...
...
@@ -235,6 +235,9 @@ rules:
-
apiGroups
:
[
"
storage.k8s.io"
]
resources
:
[
"
storageclasses"
]
verbs
:
[
"
get"
,
"
list"
,
"
watch"
]
-
apiGroups
:
[
"
coordination.k8s.io"
]
resources
:
[
"
leases"
]
verbs
:
[
"
create"
,
"
update"
,
"
get"
,
"
list"
,
"
watch"
]
---
kind
:
ClusterRoleBinding
apiVersion
:
{{
template "rbac.apiVersion" .
}}
...
...
charts/portworx/v1.0.3/values.yaml
View file @
0e52ccbd
...
...
@@ -24,7 +24,7 @@ clusterName: mycluster # This is the default. please change it to
secretType
:
k8s
# Defaults to None, but can be AWS / KVDB / Vault.
envVars
:
none
# NOTE: This is a ";" seperated list of environment variables. For eg: MYENV1=myvalue1;MYENV2=myvalue2
stork
:
true
# Use Stork https://docs.portworx.com/scheduler/kubernetes/stork.html for hyperconvergence.
storkVersion
:
2.
2.5
storkVersion
:
2.
3.1
lighthouse
:
true
lighthouseVersion
:
2.0.5
...
...
@@ -41,7 +41,7 @@ serviceAccount:
deploymentType
:
oci
# accepts "oci" or "docker"
imageType
:
none
#
imageVersion
:
2.
1.5
# Version of the PX Image.
imageVersion
:
2.
2.0.5
# Version of the PX Image.
result
:
none
environment
:
none
...
...
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