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.
Expected Behavior
"version" and "appVersion" values in Chart.yaml match the release number.
Actual Behavior
The following values are in "version" and "appVersion":
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.