Bump helm.sh/helm/v3 from 3.10.3 to 3.11.1 (#5528)
This commit is contained in:
4
vendor/helm.sh/helm/v3/pkg/release/info.go
vendored
4
vendor/helm.sh/helm/v3/pkg/release/info.go
vendored
@@ -16,6 +16,8 @@ limitations under the License.
|
||||
package release
|
||||
|
||||
import (
|
||||
"k8s.io/apimachinery/pkg/runtime"
|
||||
|
||||
"helm.sh/helm/v3/pkg/time"
|
||||
)
|
||||
|
||||
@@ -33,4 +35,6 @@ type Info struct {
|
||||
Status Status `json:"status,omitempty"`
|
||||
// Contains the rendered templates/NOTES.txt if available
|
||||
Notes string `json:"notes,omitempty"`
|
||||
// Contains the deployed resources information
|
||||
Resources map[string][]runtime.Object `json:"resources,omitempty"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user