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
Right now, we run Helmify every time something changes in the manifests so that the helm chart is updated accordingly.
This should be changed in favor of having a fully custom chart which is maintained manually. This will enable us to build in custom features that are not supported by Helmify.
Details
remove helmify from makefiles
remove helm kustomize overlay in helm/overlay
remove the entire helm-build and diff in validate-helm-chart (basically leave there only the check for helm docs)
@mowies should we have an extra ticket for a new step in the helm validation pipeline? Something that fails if there is no change in the templates folder but there is change in one or more file in the operators configs?
Goal
Right now, we run Helmify every time something changes in the manifests so that the helm chart is updated accordingly.
This should be changed in favor of having a fully custom chart which is maintained manually. This will enable us to build in custom features that are not supported by Helmify.
Details
helm/overlay
DoD
The text was updated successfully, but these errors were encountered: