Skip to content
This repository has been archived by the owner on Oct 13, 2024. It is now read-only.

Latest commit

 

History

History
26 lines (16 loc) · 1.3 KB

README.md

File metadata and controls

26 lines (16 loc) · 1.3 KB

SVTECH_Public_Helmchart repo

This repo contains all subchart (grafana, icinga2, rundeck, etc) those are used in any stack solution at SVTECH (nmaa, elk, tacgui, etc).

This repo is also be linked to (artifacthub.io) so that all subchart are public on internet.


Repo structure

kubernetes - List of all subchart helm

artifacthub - Package version of all subchart helm


User guides:

This part will describe usecases and the process to commit new code on this repo (Note: This is where stack helmchart is saved)

Usecase 1: Add code to existing subchart

In this case, you just add code to existing subchart, commit it to github, wait for CI/CD finish integration test, you can see the build status after CI/CD finish

Remember to add prefix fix or feat before commit message when commiting to github

Usecase 2: Add new subchart

Add new subchart into kubernetes, then merge code into main branch.

Wait for CI/CD finish its build, new subchart will be push to artifacthub folder and then it will be public on (artifacthub.io)