Skip to content

nullplatform/helm-charts

Repository files navigation

nullplatform

Helm Charts Repository

Welcome to the Helm Charts repository for nullplatform. This repository hosts packaged Helm charts and serves them via GitHub Pages.

Charts

This repository contains the following charts:

Chart Description Version
istio-metrics Nullplatform Istio metrics enrichment for Kubernetes applications 1.3.0
nullplatform-agent Agent used to interact with services, scopes and telemetry inside a cluster 2.34.0
nullplatform-base A Helm chart for deploying the nullplatform base dependencies applications using Kubernetes 2.35.0
nullplatform-cert-manager-config A Helm chart for cert-manager configurations 2.34.0

How to Use This Repository

1. Add Helm Repository

helm repo add nullplatform https://nullplatform.github.io/helm-charts
helm repo update

2. Search Charts in the Repository

helm search repo nullplatform

3. Install a Helm Chart

helm install <release-name> nullplatform/<chart-name> --version <chart-version>

4. Upgrade a Helm Chart

helm upgrade <release-name> nullplatform/<chart-name> --version <new-chart-version>

5. Remove a Helm Release

helm uninstall <release-name>

Conventions

Branch naming

Accepted formats:

  • feature/
  • bugfix/
  • hotfix/
  • chore/
  • release/x.y.z

Commit messages

This repository uses Conventional Commits.

Examples:

  • feat: add autoscaling values
  • fix: correct service name
  • chore: update docs

Tooling

Install yamllint for local YAML validation:

pip install yamllint

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 11