-
Bug
-
Resolution: Won't Do
-
Major
-
None
-
Pipelines 1.20.0
-
False
-
-
False
-
-
Description of problem:
tektonpruner ConfigMap values are getting overridden after upgrade.
Prerequisites (e.g., setup, operators/versions):
- Install 1.19.3 operator
- Enable tektonpruner and update the tekton-pruner-default-spec ConfigMap with custom values.
- Create a few PipelineRuns in test namespaces and validate they are being pruned using the custom values.
Steps to Reproduce:
- Install operator version 1.19.3
- Enable tektonpruner and modify tekton-pruner-default-spec ConfigMap
- Create PipelineRuns in a test namespace
- Upgrade the operator to 1.20
- Check the values of tekton-pruner-default-spec after upgrade
Actual Results:
The tekton-pruner-default-spec ConfigMap values are getting overridden with default values.
Expected Results:
The same values in the ConfigMap before upgrade should persist after the upgrade.
Reproducibility:
Always
Acceptance Criteria:
- Custom values in ConfigMap are retained after upgrade
Definition of Done:
- Upgrade does not reset user-configured tektonpruner values
Build Details:
Additional Info:
Attached: tektonconfig and configmap files before & after upgrade.
- is duplicated by
-
SRVKP-8621 tektonpruner configmap values are getting overrided after upgrade
-
- To Do
-