0helm repo
0helm repo contains all the helm charts of zus services and activeset deployment git-actions.
A Helm chart is a package manager for Kubernetes, which is a popular container orchestration platform. It allows you to define, install, and manage applications in a Kubernetes cluster, and provides a way to package, version, and distribute Kubernetes applications.
Helm charts are essentially a collection of Kubernetes YAML files that define the resources required to deploy an application, such as pods, services, and config maps. The chart can also contain templates that allow for customization of the deployment, as well as values that can be overridden when deploying the chart.
Using Helm charts can simplify the process of deploying applications to Kubernetes, as they allow for repeatable and consistent deployments, and can be easily shared with others. They also provide a way to manage the lifecycle of an application, such as upgrading or rolling back to a previous version.
Last updated