Update config options

This commit is contained in:
Daniel
2021-10-18 11:06:21 +02:00
parent 32eb5d3a3b
commit 974c14d60b
2 changed files with 1 additions and 7 deletions

View File

@@ -59,12 +59,6 @@ func registerConfig() error {
Description: "Dangerous development releases for testing random things and experimenting. Only use temporarily and when instructed.",
Value: helper.ReleaseChannelStaging,
},
// TODO: Remove as soon as everyone has switched away.
{
Name: "Special (Deprecated!)",
Description: "This channel has been deprecated. If selected, the Stable channel will be used instead.",
Value: "special",
},
},
Annotations: config.Annotations{
config.DisplayOrderAnnotation: -4,