1
0
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:
frank
2019-01-24 11:42:10 +08:00
committed by Craig Jellick
parent 7b93e996dc
commit 7942887103

View File

@@ -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 {