Commit f1febc25 by trierra

portworx release 1.0.6

Signed-off-by: 's avatartrierra <oksana@portworx.com>
parent 4c2d085c
name: portworx name: portworx
appVersion: 1.0.5 appVersion: 1.0.6
version: 1.0.5 version: 1.0.6
description: A Helm chart for installing Portworx on Kubernetes. description: A Helm chart for installing Portworx on Kubernetes.
keywords: keywords:
- Storage - Storage
......
...@@ -24,7 +24,7 @@ To perform this operation simply delete the application from the Apps page ...@@ -24,7 +24,7 @@ To perform this operation simply delete the application from the Apps page
#### **2. Wipe your Portworx installation** #### **2. Wipe your Portworx installation**
> **Note** > The commands in this section are disruptive and will lead to data loss. Please use caution.. > **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** ## **Documentation**
* [Portworx docs site](https://docs.portworx.com/install-with-other/rancher/rancher-2.x/#step-1-install-rancher) * [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 ...@@ -32,11 +32,11 @@ See more details [here](https://2.1.docs.portworx.com/portworx-install-with-kube
## **Installing the Chart using the CLI** ## **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** ## **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.** ## ** 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 This is the recommended way of providing etcd certificates, as the certificates will be automatically available to the new nodes joining the cluster
......
...@@ -912,7 +912,7 @@ questions: ...@@ -912,7 +912,7 @@ questions:
group: "Advanced parameters" group: "Advanced parameters"
- variable: imageVersion - variable: imageVersion
default: "2.2.0.5" default: "2.3.4"
type: string type: string
label: Portworx version to be deployed. label: Portworx version to be deployed.
group: "Advanced parameters" group: "Advanced parameters"
......
...@@ -41,7 +41,7 @@ data: ...@@ -41,7 +41,7 @@ data:
{{- end}} {{- end}}
"extenders": [ "extenders": [
{ {
"urlPrefix": "http://stork-service.kube-system.svc.cluster.local:8099", "urlPrefix": "http://stork-service.kube-system:8099",
"apiVersion": "v1beta1", "apiVersion": "v1beta1",
"filterVerb": "filter", "filterVerb": "filter",
"prioritizeVerb": "prioritize", "prioritizeVerb": "prioritize",
...@@ -233,7 +233,7 @@ rules: ...@@ -233,7 +233,7 @@ rules:
resources: ["persistentvolumeclaims", "persistentvolumes"] resources: ["persistentvolumeclaims", "persistentvolumes"]
verbs: ["get", "list", "watch"] verbs: ["get", "list", "watch"]
- apiGroups: ["storage.k8s.io"] - apiGroups: ["storage.k8s.io"]
resources: ["storageclasses"] resources: ["storageclasses", "csinodes"]
verbs: ["get", "list", "watch"] verbs: ["get", "list", "watch"]
- apiGroups: ["coordination.k8s.io"] - apiGroups: ["coordination.k8s.io"]
resources: ["leases"] resources: ["leases"]
......
...@@ -6,7 +6,7 @@ metadata: ...@@ -6,7 +6,7 @@ metadata:
namespace: kube-system namespace: kube-system
annotations: annotations:
"helm.sh/hook-delete-policy": before-hook-creation "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: labels:
heritage: {{ .Release.Service }} heritage: {{ .Release.Service }}
release: {{ .Release.Name }} release: {{ .Release.Name }}
...@@ -19,7 +19,7 @@ apiVersion: {{ template "rbac.apiVersion" . }} ...@@ -19,7 +19,7 @@ apiVersion: {{ template "rbac.apiVersion" . }}
metadata: metadata:
annotations: annotations:
"helm.sh/hook-delete-policy": before-hook-creation "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" . }} name: {{ template "px.hookClusterRole" . }}
rules: rules:
- apiGroups: [""] - apiGroups: [""]
...@@ -31,7 +31,7 @@ apiVersion: {{ template "rbac.apiVersion" . }} ...@@ -31,7 +31,7 @@ apiVersion: {{ template "rbac.apiVersion" . }}
metadata: metadata:
annotations: annotations:
"helm.sh/hook-delete-policy": before-hook-creation "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" . }} name: {{ template "px.hookClusterRoleBinding" . }}
subjects: subjects:
- kind: ServiceAccount - kind: ServiceAccount
......
...@@ -41,7 +41,7 @@ serviceAccount: ...@@ -41,7 +41,7 @@ serviceAccount:
deploymentType: oci # accepts "oci" or "docker" deploymentType: oci # accepts "oci" or "docker"
imageType: none # imageType: none #
imageVersion: 2.2.0.5 # Version of the PX Image. imageVersion: 2.3.4 # Version of the PX Image.
result: none result: none
environment: none environment: none
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment