AbhishekJ 27520d3a15 Refactor stx-node-metrics-expo**-helm package name
Previous changes enabled the auto-versioning of helm charts to ensure
FluxCD helm controller recognizes chart changes. As a result
of this refactor, the package name
`stx-node-interface-metrics-exporter-helm` became outdated.
This commit updates its name to
`stx-node-interface-metrics-exporter`. It also improves chart
versioning based on the Debian environment.

Story: 2010929
Task: 50072

Test Plan:
PASS: Build all packages generating an application tarball and
      check whether the charts' versions are correct.
PASS: Validate basic application lifecycle operations:
      upload/apply/remove/delete.

Depends-On: https://review.opendev.org/c/starlingx/app-node-interface-metrics-exporter/+/916894

Change-Id: Id5bd9318e4b6a38fd683c21a0d95ed4185c03327
Signed-off-by: AbhishekJ <abhishek.jaiswal@windriver.com>
2024-05-10 14:34:47 +00:00

1.3 KiB

Node Interface Metricse Exporter Helm Chart

This Helm Chart comes with everything that is needed to run Node Interface Metrics Exporter app.

How to install

Create the namespace where Helm should install the components with

$ kubectl create namespace "node-interface-metrics-exporter"

This chart can be installed using the default values with:

$ helm upgrade --install node-interface-metrics-exporter stx-platform/node-interface-metrics-exporter

It is possible to replace the default "args" values of values.yaml file to change or add new args to Node interface metrics exporter.

You may want to override values.yaml file use the following command:

$ helm upgrade --install node-interface-metrics-exporter -f values.yaml stx-platform/node-interface-metrics-exporter

Delete Chart

If you want to delete your Chart, use this command

$ helm uninstall node-interface-metrics-exporter

If you want to delete the namespace, use this command

$ kubectl delete namespace node-interface-metrics-exporter

For more information about installing and using Helm, see the Helm Docs. For a quick introduction to Charts, see the Chart Guide.