added tag,semver,commit to manifestgen

Signed-off-by: Phil Nichol <35630607+philnichol@users.noreply.github.com>
This commit is contained in:
Phil Nichol 2021-10-01 10:45:30 +01:00
parent 5aa9ae511f
commit ac7ccf7b94
2 changed files with 18 additions and 3 deletions

View file

@ -26,6 +26,9 @@ type Options struct {
Name string
Namespace string
Branch string
Tag string
SemVer string
Commit string
Secret string
TargetPath string
ManifestFile string