Skip to content

[chart] Chart.yaml in 0.80.0 onwards contains "devel" instead of actual versions #4002

Description

@tom-liebmann

Expected Behavior

"version" and "appVersion" values in Chart.yaml match the release number.

Actual Behavior

The following values are in "version" and "appVersion":

  • v0.79.1 -> v0.79.1 (correct)
  • v0.79.2 -> v0.79.1 (incorrect but valid)
  • v0.80.0 -> devel (broken, deployment fails)
  • v0.81.0 -> devel (broken, deployment fails)
  • v0.81.1 -> devel (broken, deployment fails)

Steps to Reproduce the Problem

1.Deploy Tekton operator charts (e.g. via ArgoCD)
2.Error is reported: chart.metadata.version "devel" is invalid

Additional Info

This was reported in #3483 and supposedly fixed. But it persists in current releases.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/bugCategorizes issue or PR as related to a bug.

    Type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions