Commit 0e52ccbd by trierra

Update the PX image version and stork version

Signed-off-by: 's avatartrierra <oksana@portworx.com>
parent fa8c9e08
name: portworx name: portworx
appVersion: 1.0.2 appVersion: 1.0.3
version: 1.0.2 version: 1.0.3
description: A Helm chart for installing Portworx on Kubernetes. description: A Helm chart for installing Portworx on Kubernetes.
keywords: keywords:
- Storage - Storage
...@@ -15,6 +15,8 @@ home: https://portworx.com/ ...@@ -15,6 +15,8 @@ home: https://portworx.com/
maintainers: maintainers:
- name: harsh-px - name: harsh-px
email: harsh@portworx.com email: harsh@portworx.com
- name: trierra
email: oksana@portworx.com
sources: sources:
- https://github.com/portworx/helm - https://github.com/portworx/helm
icon: https://raw.githubusercontent.com/portworx/helm/master/doc/media/k8s-porx.png icon: https://raw.githubusercontent.com/portworx/helm/master/doc/media/k8s-porx.png
...@@ -894,7 +894,7 @@ questions: ...@@ -894,7 +894,7 @@ questions:
# group: "Advanced parameters" # group: "Advanced parameters"
- variable: storkVersion - variable: storkVersion
default: "2.2.5" default: "2.3.1"
label: "Stork version" label: "Stork version"
type: string type: string
group: "Advanced parameters" group: "Advanced parameters"
...@@ -912,7 +912,7 @@ questions: ...@@ -912,7 +912,7 @@ questions:
group: "Advanced parameters" group: "Advanced parameters"
- variable: imageVersion - variable: imageVersion
default: "2.1.5" default: "2.2.0.5"
type: string type: string
label: Portworx version to be deployed. label: Portworx version to be deployed.
group: "Advanced parameters" group: "Advanced parameters"
......
...@@ -194,8 +194,8 @@ rules: ...@@ -194,8 +194,8 @@ rules:
verbs: ["get", "update"] verbs: ["get", "update"]
- apiGroups: [""] - apiGroups: [""]
resources: ["configmaps"] resources: ["configmaps"]
verbs: ["get"] verbs: ["get", "list", "watch"]
- apiGroups: [""] - apiGroups: ["", "events.k8s.io"]
resources: ["events"] resources: ["events"]
verbs: ["create", "patch", "update"] verbs: ["create", "patch", "update"]
- apiGroups: [""] - apiGroups: [""]
...@@ -235,6 +235,9 @@ rules: ...@@ -235,6 +235,9 @@ rules:
- apiGroups: ["storage.k8s.io"] - apiGroups: ["storage.k8s.io"]
resources: ["storageclasses"] resources: ["storageclasses"]
verbs: ["get", "list", "watch"] verbs: ["get", "list", "watch"]
- apiGroups: ["coordination.k8s.io"]
resources: ["leases"]
verbs: ["create", "update", "get", "list", "watch"]
--- ---
kind: ClusterRoleBinding kind: ClusterRoleBinding
apiVersion: {{ template "rbac.apiVersion" . }} apiVersion: {{ template "rbac.apiVersion" . }}
......
...@@ -24,7 +24,7 @@ clusterName: mycluster # This is the default. please change it to ...@@ -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. 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 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. stork: true # Use Stork https://docs.portworx.com/scheduler/kubernetes/stork.html for hyperconvergence.
storkVersion: 2.2.5 storkVersion: 2.3.1
lighthouse: true lighthouse: true
lighthouseVersion: 2.0.5 lighthouseVersion: 2.0.5
...@@ -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.1.5 # Version of the PX Image. imageVersion: 2.2.0.5 # 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