-
Story
-
Resolution: Done
-
Major
-
None
-
None
-
1
-
False
-
None
-
False
-
-
-
1
-
Pipelines SprintCrookshanks262
Story (Required)
As a QE, I don't want to manually update Hive image sets to latest OpenShift versions.
Background (Required)
We already have a task, pipeline and a cronjob that is supposed to update the image sets but it doesn't work correctly.
- it uses a static PVC, should use volume claim template instead
- it's not able to remove the content of PVC when cloning the plumbing repository
- it cannot clone plumbing repository, probably using a wrong ssh key
- cron job runs with "@weekly" schedule, it is not clear when it would run, make it explicit
- git diff is causing warnings "Not a git repository"
- git push/pipeline fails when there is nothing to push which is OK state
Acceptance Criteria (Mandatory)
- All issues listed above are solved