-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Get tag from the name instead of the metadata (#640)
* Get tag from the name instead of the metadata Retrieve image tag from name instead of the image metadata when deploying from index with pre-built bundles. * Add operator_bundle_tag to s*o_bundle_info Keep track of the tag being used for a bundle in the operator_bundle_tag var This is required when deploying from index + prebuilt bundles, since the tag of the bundle and the version in the metadata might differ * Set a default for STO/SGO path when local build The STO/SGO image path needs a default when doing a local build. When deploying from index + prebuilt bundles we set this path when the bundles get imported. Add a conditional to avoid overwriting facts.
- Loading branch information
Showing
2 changed files
with
17 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters