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
f1febc25
Commit
f1febc25
authored
Jan 20, 2020
by
trierra
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
portworx release 1.0.6
Signed-off-by:
trierra
<
oksana@portworx.com
>
parent
4c2d085c
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
12 additions
and
12 deletions
+12
-12
Chart.yaml
charts/portworx/v1.0.6/Chart.yaml
+2
-2
README.md
charts/portworx/v1.0.6/README.md
+3
-3
questions.yml
charts/portworx/v1.0.6/questions.yml
+1
-1
portworx-stork.yaml
charts/portworx/v1.0.6/templates/portworx-stork.yaml
+2
-2
serviceaccount-hook.yaml
charts/portworx/v1.0.6/templates/serviceaccount-hook.yaml
+3
-3
values.yaml
charts/portworx/v1.0.6/values.yaml
+1
-1
No files found.
charts/portworx/v1.0.6/Chart.yaml
View file @
f1febc25
name
:
portworx
appVersion
:
1.0.
5
version
:
1.0.
5
appVersion
:
1.0.
6
version
:
1.0.
6
description
:
A Helm chart for installing Portworx on Kubernetes.
keywords
:
-
Storage
...
...
charts/portworx/v1.0.6/README.md
View file @
f1febc25
...
...
@@ -24,7 +24,7 @@ To perform this operation simply delete the application from the Apps page
#### **2. Wipe your Portworx installation**
> **Note** > The commands in this section are disruptive and will lead to data loss. Please use caution..
See more details
[
here
](
https://
2.1.
docs.portworx.com/portworx-install-with-kubernetes/install-px-helm/#uninstall
)
See more details
[
here
](
https://docs.portworx.com/portworx-install-with-kubernetes/install-px-helm/#uninstall
)
## **Documentation**
*
[
Portworx docs site
](
https://docs.portworx.com/install-with-other/rancher/rancher-2.x/#step-1-install-rancher
)
...
...
@@ -32,11 +32,11 @@ See more details [here](https://2.1.docs.portworx.com/portworx-install-with-kube
## **Installing the Chart using the CLI**
See the installation details
[
here
](
https://
2.1.
docs.portworx.com/portworx-install-with-kubernetes/install-px-helm/
)
See the installation details
[
here
](
https://docs.portworx.com/portworx-install-with-kubernetes/install-px-helm/
)
## **Installing Portworx on AWS**
See the installation details
[
here
](
https://
2.1.
docs.portworx.com/cloud-references/auto-disk-provisioning/aws
)
See the installation details
[
here
](
https://docs.portworx.com/cloud-references/auto-disk-provisioning/aws
)
## ** Giving your etcd certificates to Portworx using Kubernetes Secrets.**
This is the recommended way of providing etcd certificates, as the certificates will be automatically available to the new nodes joining the cluster
...
...
charts/portworx/v1.0.6/questions.yml
View file @
f1febc25
...
...
@@ -912,7 +912,7 @@ questions:
group
:
"
Advanced
parameters"
-
variable
:
imageVersion
default
:
"
2.
2.0.5
"
default
:
"
2.
3.4
"
type
:
string
label
:
Portworx version to be deployed.
group
:
"
Advanced
parameters"
...
...
charts/portworx/v1.0.6/templates/portworx-stork.yaml
View file @
f1febc25
...
...
@@ -41,7 +41,7 @@ data:
{{
- end
}}
"
extenders"
:
[
{
"
urlPrefix"
:
"
http://stork-service.kube-system
.svc.cluster.local
:8099"
,
"
urlPrefix"
:
"
http://stork-service.kube-system:8099"
,
"
apiVersion"
:
"
v1beta1"
,
"
filterVerb"
:
"
filter"
,
"
prioritizeVerb"
:
"
prioritize"
,
...
...
@@ -233,7 +233,7 @@ rules:
resources
:
[
"
persistentvolumeclaims"
,
"
persistentvolumes"
]
verbs
:
[
"
get"
,
"
list"
,
"
watch"
]
-
apiGroups
:
[
"
storage.k8s.io"
]
resources
:
[
"
storageclasses"
]
resources
:
[
"
storageclasses"
,
"
csinodes"
]
verbs
:
[
"
get"
,
"
list"
,
"
watch"
]
-
apiGroups
:
[
"
coordination.k8s.io"
]
resources
:
[
"
leases"
]
...
...
charts/portworx/v1.0.6/templates/serviceaccount-hook.yaml
View file @
f1febc25
...
...
@@ -6,7 +6,7 @@ metadata:
namespace
:
kube-system
annotations
:
"
helm.sh/hook-delete-policy"
:
before-hook-creation
"
helm.sh/hook"
:
"
pre-
install,pre-
delete,post-delete"
"
helm.sh/hook"
:
"
pre-delete,post-delete"
labels
:
heritage
:
{{
.Release.Service
}}
release
:
{{
.Release.Name
}}
...
...
@@ -19,7 +19,7 @@ apiVersion: {{ template "rbac.apiVersion" . }}
metadata
:
annotations
:
"
helm.sh/hook-delete-policy"
:
before-hook-creation
"
helm.sh/hook"
:
"
pre-
install,pre-
delete,post-delete"
"
helm.sh/hook"
:
"
pre-delete,post-delete"
name
:
{{
template "px.hookClusterRole" .
}}
rules
:
-
apiGroups
:
[
"
"
]
...
...
@@ -31,7 +31,7 @@ apiVersion: {{ template "rbac.apiVersion" . }}
metadata
:
annotations
:
"
helm.sh/hook-delete-policy"
:
before-hook-creation
"
helm.sh/hook"
:
"
pre-
install,pre-
delete,post-delete"
"
helm.sh/hook"
:
"
pre-delete,post-delete"
name
:
{{
template "px.hookClusterRoleBinding" .
}}
subjects
:
-
kind
:
ServiceAccount
...
...
charts/portworx/v1.0.6/values.yaml
View file @
f1febc25
...
...
@@ -41,7 +41,7 @@ serviceAccount:
deploymentType
:
oci
# accepts "oci" or "docker"
imageType
:
none
#
imageVersion
:
2.
2.0.5
# Version of the PX Image.
imageVersion
:
2.
3.4
# 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