Skip to main content

Installation

This guide explains how to install Welance charts using Helm.

Prerequisites

Before installing Welance charts, ensure you have:

  • Helm installed and configured
  • Access to the Kubernetes cluster
  • Required permissions to deploy to the cluster
  • Access to the Welance charts repository

Installation Commands

To install Welance charts, use the following commands:

# Add the Welance charts repository
helm repo add welance-charts https://welance.gitlab.io/platform/pipelines/helm/welance-charts/
helm repo update

# Search for available charts
helm search repo welance-charts

# Install a chart
helm install <release-name> welance-charts/<chart-name>

Additional Information

  • Replace <release-name> with your desired release name
  • Replace <chart-name> with the specific chart you want to install (use helm search repo welance-charts to see available charts)
  • Check the chart documentation for specific configuration options