1
0
Fork 0
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:
Steven Kang 2025-06-24 15:46:10 +12:00 committed by GitHub
parent d51e9205d9
commit c897baad20
7 changed files with 111 additions and 45 deletions

View file

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