(tag string)
| 53 | } |
| 54 | |
| 55 | func WithBackendImagesReleaseTag(tag string) SystemStateOptions { |
| 56 | return func(s *SystemState) { |
| 57 | s.BackendImagesReleaseTag = tag |
| 58 | } |
| 59 | } |
| 60 | |
| 61 | func WithBackendImagesBranchTag(tag string) SystemStateOptions { |
| 62 | return func(s *SystemState) { |