[helm] Remove helm.sh/helm/v3 package #281
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
We decided to remove the "helm.sh/helm/v3" package in the Helm plugin.
Instead we are using a custom logic to get the Helm releases from the
Kubernetes API. These custom logic involves the following steps:
struct
We decided to use our own logic, because we had some problems with the
official Helm package and our cluster logic. This leads to a not so
satisfying experience during the development.
Besides that we are now displaying the "values.yaml" file in the
templates section in the frontend and we are using "isInline" for the
Alert component when it is rendered in a Card component.