Commit f1febc25 by trierra

portworx release 1.0.6

Signed-off-by: 's avatartrierra <oksana@portworx.com>
parent 4c2d085c
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
......
......@@ -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
......
......@@ -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"
......
......@@ -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"]
......
......@@ -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
......
......@@ -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
......
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