mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 07:49:41 +02:00
fix: fetching values from both install and upgrade views - develop [R8S-368] (#820)
This commit is contained in:
parent
d51e9205d9
commit
c897baad20
7 changed files with 111 additions and 45 deletions
|
@ -36,6 +36,8 @@ type Release struct {
|
|||
Manifest string `json:"manifest,omitempty"`
|
||||
// Hooks are all of the hooks declared for this release.
|
||||
Hooks []*Hook `json:"hooks,omitempty"`
|
||||
// AppVersion is the app version of the release.
|
||||
AppVersion string `json:"appVersion,omitempty"`
|
||||
// Version is an int which represents the revision of the release.
|
||||
Version int `json:"version,omitempty"`
|
||||
// Namespace is the kubernetes namespace of the release.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue