Skip to content

kubeVersion doesn't work with complex version #1151

@trispera

Description

@trispera

Hello,

There is an error when trying to install httpd-template on OKD 4.13 with Kubernetes Version: v1.26.4-3014+636f2be6157d45-dirty

Error: INSTALLATION FAILED: chart requires kubeVersion: >=1.20.0 which is incompatible with Kubernetes v1.26.4-3014+636f2be6157d45-dirty

To fix this, you have to add -0 to kubeVersion in Chart.yaml file:

kubeVersion: '>=1.20.0-0'

helm/helm#9371

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions