Beagle Helm Charts

Welcome to the Public Beagle Helm chart repository. This repository hosts Helm charts for Beagle projects, making it easy to deploy Beagle applications to your Kubernetes cluster.

Adding the Repository

To add this Helm repository to your local Helm configuration, run:

helm repo add beagle https://charts.beaglesecurity.com
helm repo update

Available Charts

cosmog-k8s-client

A Helm chart for deploying the Cosmog Kubernetes client.

Prerequisites: Create a Cosmog profile from the Beagle security application to obtain your unique installation token.

Quick Install:

helm install cosmog beagle/cosmog-k8s-client --values "<YOUR_COSMOG_PROFILE_URL>"

Usage Examples

Search for Available Charts

To search for all charts in the Beagle repository:

helm search repo beagle

To search for a specific chart:

helm search repo beagle/cosmog-k8s-client

View Chart Information

To see detailed information about a chart:

helm show chart beagle/cosmog-k8s-client
helm show values beagle/cosmog-k8s-client
helm show readme beagle/cosmog-k8s-client

Upgrade a Release

To upgrade an existing release:

helm upgrade my-cosmog beagle/cosmog-k8s-client

Uninstall a Release

To uninstall a chart:

helm uninstall my-cosmog

Getting Help

For more information about using Helm, visit the official Helm documentation.

For issues or questions about specific charts or contact the maintainers.