Skip to content

Commit

Permalink
Remove UI from config
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelbreno committed Oct 14, 2024
1 parent 5151e88 commit 9cf135a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions cmd/release/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,6 @@ type Rancher struct {
Versions map[string]RancherRelease `json:"versions" validate:"dive,omitempty"`
}

// UI
type UI struct {
Versions map[string]UIRelease `json:"versions" validate:"dive"`
}

// Dashboard
type Dashboard struct {
Versions map[string]DashboardRelease `json:"versions" validate:"dive"`
Expand Down

0 comments on commit 9cf135a

Please sign in to comment.