Skip to content

Helm deployment: kubeVersion string comparison #605

@solmyrcan

Description

@solmyrcan

Hello,

I get the following error message when deploying any of the micro-onos services using Helm:

Error: INSTALLATION FAILED: chart requires kubeVersion: >=1.17.0 which is incompatible with Kubernetes v1.21.8-3+b8dc41df93b196

This error was resolved when I manually modified the Chart.yaml file and changed this string comparison text as follows:

from "kubeVersion: >=1.17.0" to "kubeVersion: >=1.17.0-0"

Cheers,
Serdar

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