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
{{ message }}
This repository was archived by the owner on Mar 21, 2025. It is now read-only.
When installing ODS Pipeline, the following is printed:
********************
Release was not present in Helm. Diff will show entire contents as new.
********************
Error: Failed to render chart: exit status 1
However, the actual installation is done properly as it should.
It seems that using --reuse-values when there is no release causes the error Failed to render chart. Without --reuse-values, the diff is printed as expected (showing everything as to be added).
The error should not be printed during installation in order to avoid confusion and allow users to visually inspect the manifest being installed.
When installing ODS Pipeline, the following is printed:
However, the actual installation is done properly as it should.
It seems that using
--reuse-valueswhen there is no release causes the errorFailed to render chart. Without--reuse-values, the diff is printed as expected (showing everything as to be added).The error should not be printed during installation in order to avoid confusion and allow users to visually inspect the manifest being installed.