Skip to content

Conversation

ricoberger
Copy link
Member

The new Helm plugin can be used to manage Helm releases via kobs. It is
possible to view Helm releases across clusters and namespaces, including
their values, history and template files.

When the Helm plugin is used within a panel in a dashboard it is
possible to show a list of helm releases or the history of a single helm
release.

Closes #254.

@codecov-commenter
Copy link

codecov-commenter commented Dec 31, 2021

Codecov Report

Merging #272 (be5b871) into main (9e417b9) will increase coverage by 0.12%.
The diff coverage is 41.31%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #272      +/-   ##
==========================================
+ Coverage   35.34%   35.47%   +0.12%     
==========================================
  Files          90       92       +2     
  Lines        7655     7822     +167     
==========================================
+ Hits         2706     2775      +69     
- Misses       4913     5011      +98     
  Partials       36       36              
Impacted Files Coverage Δ
pkg/api/clusters/cluster/cluster.go 35.80% <0.00%> (-1.24%) ⬇️
plugins/helm/pkg/client/client.go 0.00% <0.00%> (ø)
plugins/helm/helm.go 66.33% <66.33%> (ø)
cmd/kobs/plugins/plugins.go 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9e417b9...be5b871. Read the comment docs.

@ricoberger ricoberger force-pushed the helm-add-plugin branch 2 times, most recently from ea58e1b to ff1c610 Compare December 31, 2021 18:25
The new Helm plugin can be used to manage Helm releases via kobs. It is
possible to view Helm releases across clusters and namespaces, including
their values, history and template files.

When the Helm plugin is used within a panel in a dashboard it is
possible to show a list of helm releases or the history of a single helm
release.

Closes #254.
@ricoberger ricoberger merged commit 5f67fe2 into main Dec 31, 2021
@ricoberger ricoberger deleted the helm-add-plugin branch December 31, 2021 19:36
ricoberger added a commit that referenced this pull request Jan 1, 2022
This fixes the Docker build, which is broken since the Helm plugin was
added in #272. To fix the build we have to set CGO_ENABLED to 0.
ricoberger added a commit that referenced this pull request Jan 1, 2022
This fixes the Docker build, which is broken since the Helm plugin was
added in #272. To fix the build we have to set CGO_ENABLED to 0.
ricoberger added a commit that referenced this pull request Jan 1, 2022
This fixes the Docker build, which is broken since the Helm plugin was
added in #272. To fix the build we have to set CGO_ENABLED to 0.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[helm] Add Helm Plugin

2 participants