You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
always_pull: Optional[StrictBool] =Field(default=False, description="Set to true if the runtemplate wants to always pull the image", alias="alwaysPull")
38
+
always_pull: Optional[StrictBool] =Field(default=None, description="Set to true if the runtemplate wants to always pull the image", alias="alwaysPull")
39
39
version: Optional[Annotated[str, Field(min_length=1, strict=True)]] =Field(default=None, description="The Solution version MAJOR.MINOR.PATCH. Must be aligned with an existing repository tag")
40
40
url: Optional[StrictStr] =Field(default=None, description="An optional URL link to solution page")
41
41
tags: Optional[List[StrictStr]] =Field(default=None, description="The list of tags")
0 commit comments