mirror of
https://github.com/rancher/types.git
synced 2025-09-22 18:36:54 +00:00
Support to upgrade local chart app deployment
**Problem:** Cannot upgrade app with local template files **Solution:** Add `Files` field to `AppUpgradeConfig` **Issue:** https://github.com/rancher/rancher/issues/15711
This commit is contained in:
@@ -81,6 +81,7 @@ type AppUpgradeConfig struct {
|
||||
ExternalID string `json:"externalId,omitempty"`
|
||||
Answers map[string]string `json:"answers,omitempty"`
|
||||
ForceUpgrade bool `json:"forceUpgrade,omitempty"`
|
||||
Files map[string]string `json:"files,omitempty"`
|
||||
}
|
||||
|
||||
type RollbackRevision struct {
|
||||
|
Reference in New Issue
Block a user