Commit 0e52ccbd by trierra

Update the PX image version and stork version

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