Skip to content

Commit

Permalink
support no image (#1650)
Browse files Browse the repository at this point in the history
  • Loading branch information
RoiGlinik authored Dec 2, 2024
1 parent 1b5c18f commit b2b289c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/robusta/core/model/services.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def __eq__(self, other):

class ContainerInfo(BaseModel):
name: str
image: str
image: Optional[str]
env: List[EnvVar]
resources: Resources
ports: List[int] = []
Expand Down

0 comments on commit b2b289c

Please sign in to comment.