ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、视频、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
[TOC] chart的内置对象有:Release、Values、Chart、Files、Capacity、Template ### **Release** * `Release.Name`: The release name * `Release.Namespace`: The namespace to be released into (if the manifest doesn’t override) * `Release.IsUpgrade`: This is set to`true`if the current operation is an upgrade or rollback. * `Release.IsInstall`: This is set to`true`if the current operation is an install. * `Release.Revision`: The revision number for this release. On install, this is 1, and it is incremented with each upgrade and rollback. * `Release.Service`: The service that is rendering the present template. On Helm, this is always`Helm`. ### **Values** to be continued ### **Chart** to be continued ### **Template** to be continued ### **Reference** * https://helm.sh/docs/chart_template_guide/builtin_objects/