Removed support for V1
This commit is contained in:
24
public/v1/apps/__upgrade_caprover__.json
Normal file
24
public/v1/apps/__upgrade_caprover__.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"captainVersion": "1",
|
||||
"documentation": "Just a placeholder for upgrade message",
|
||||
"dockerCompose": {
|
||||
"services": {
|
||||
"$$cap_appname": {
|
||||
"image": "this-is-not-a-real-app:$$cap_adminer_version"
|
||||
}
|
||||
}
|
||||
},
|
||||
"instructions": {
|
||||
"start": "You CapRover is not supported anymore. Navigate to SETTINGS and update your CapRover.",
|
||||
"end": ""
|
||||
},
|
||||
"variables": [{
|
||||
"id": "$$cap_adminer_version",
|
||||
"label": "Update CapRover",
|
||||
"description": "",
|
||||
"defaultValue": "NOT SUPPORTED",
|
||||
"validRegex": "/.{100,}/"
|
||||
}
|
||||
]
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user