Skip to content

mpegushin/test-helm-chart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test Helm Chart

This repository was created for a test assignment. This repository contains the Helm chart for deploying a test service.

What is Helm?

Helm is a package manager for Kubernetes that helps you define, install, and manage Kubernetes applications.
With Helm, you can bundle Kubernetes manifests into reusable packages called charts, making deployments consistent and easy to manage.

Repository Structure

  • /templates/ – contains the helm chart templates for the test service
  • values.yaml – default configuration values for the chart
  • Chart.yaml – metadata about the chart

Chart Distribution

The chart is published as a package in the GitHub Container Registry (GHCR).
This allows it to be reused during deployments without having to store chart sources inside the service repository.

Example of pulling the chart from ghcr.io:

helm pull oci://ghcr.io/<your-org>/<chart-name> --version <version>

How to Use

  1. Make sure you have Helm installed. See the installation guide.
  2. Deploy the chart into your Kubernetes cluster:
    helm install test-service ./charts/test-service

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages