You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an umbrella chart having cert-manager as a dependency with custom hooks to configure Issuers on post-install/upgrade.
With version v1.16.0, the breaking change about Helm schema validation rejects all the global parameters it does not recognize.
Global values are values that can be accessed from any chart or subchart by exactly the same name.
Hence, the helm-tool mentioned under https://cert-manager.io/docs/releases/release-notes/release-notes-1.16/#helm should not reject unknown global and raise an error such as:
Instead, it should either ignore the global parameters or just mark them as a warning that they are not recognize by cert-manager.
The text was updated successfully, but these errors were encountered:
I have an umbrella chart having
cert-manager
as a dependency with custom hooks to configureIssuer
s on post-install/upgrade.With version v1.16.0, the breaking change about Helm schema validation rejects all the
global
parameters it does not recognize.The definition of
global
(see https://helm.sh/docs/chart_template_guide/subcharts_and_globals/#global-chart-values) is:Hence, the
helm-tool
mentioned under https://cert-manager.io/docs/releases/release-notes/release-notes-1.16/#helm should not reject unknownglobal
and raise an error such as:Instead, it should either ignore the
global
parameters or just mark them as a warning that they are not recognize bycert-manager
.The text was updated successfully, but these errors were encountered: