You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{- if (semverCompare ">=1.9" .Capabilities.KubeVersion.GitVersion) or (.Values.openshiftInstall and semverCompare ">=1.8" .Capabilities.KubeVersion.GitVersion) }}
to
{{- if or (semverCompare ">=1.9" .Capabilities.KubeVersion.GitVersion) (and (.Values.openshiftInstall) (semverCompare ">=1.8" .Capabilities.KubeVersion.GitVersion)) }}
I have done this in my environment and the installation was then performed successfully.
Environment:
Container Orchestrator and version: OpenShift 4.6.34 on IBM Cloud
Cloud provider or hardware configuration: IBM Cloud
OS (e.g. from /etc/os-release):
Kernel (e.g. uname -a):
Install tools:
Others:
The text was updated successfully, but these errors were encountered:
Is this a BUG REPORT or FEATURE REQUEST?:
BUG REPORT
What happened:
Tried installing on OpenShift and received an error, installation did not complete.
What you expected to happen:
I expect the install to be performed.
How to reproduce it (as minimally and precisely as possible):
I did the following:
Anything else we need to know?:
I believe this can be fixed by amending https://github.com/portworx/helm/blob/master/charts/portworx/templates/portworx-ds.yaml#L219 from:
to
I have done this in my environment and the installation was then performed successfully.
Environment:
uname -a
):The text was updated successfully, but these errors were encountered: