kubev2v / forklift-operator

This repository has been archived, development moved to https://github.com/kubev2v/forklift
Apache License 2.0
19 stars 19 forks source link

Use must gather image envvar #189

Closed fabiendupont closed 2 years ago

fabiendupont commented 2 years ago

We have noticed that the must-gather image used in v2.2.0 deployments is quay.io/konveyor/forklift-must-gather:latest, while it should be the image tagged with release-v2.2.0. This is because the DEFAULT_IMAGE environment is not set on the forklift-must-gather-api deployment.

This pull request sets the environment to MUST_GATHER_IMAGE, itself set in the CSV to the tag matching the release.

It also deduplicates a section of the deployment template.