-
Bug
-
Resolution: Done
-
Undefined
-
None
-
None
-
None
-
False
-
None
-
False
-
-
Description of problem:
- When creating the TektonInstallerSet from TektonHub CR, not updating the catalogRefreshInterval
Prerequisites (if any, like setup, operators/versions):
- Install redhat pipelines operator 1.9.1
Steps to Reproduce
- Deploy below CRD
```
apiVersion: operator.tekton.dev/v1alpha1
kind: TektonHub
metadata:
name: hub
spec:
targetNamespace: openshift-pipelines
api:
catalogRefreshInterval: 10m
```
and check tekton-hub-api configmap in tekton-pipelines namespace
Actual results:
- CatalogRefreshInterval in tekton-hub-api configmap shows the default value of 30m instead of 10m
Expected results:
- Update the catalogRefreshInterval field in the tektonhub Custom Resource Definition to 10 minutes. This update should automatically create the tekton-hub-api ConfigMap with the same configuration.
Reproducibility (Always/Intermittent/Only Once):
Build Details:
Additional info (Such as Logs, Screenshots, etc):