Skip to content

This repository is an example collection of Helm charts that was created with the intention of serving as an explanatory example for the article created on medium. It aims to deploy and manage applications on Kubernetes.

License

Notifications You must be signed in to change notification settings

eduardo854/helm-store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 

Repository files navigation

helm-store

This repository was created with the purpose of serving as an illustrative example for my Medium article, "Building Your GitOps Pipeline with GitHub, Actions, DockerHub, and Helm Repository". Its primary role is to serve as a catalog of Helm charts.

The operational architecture is as follows:

flowchart TD;
    A1[repo A] -->|Commit| B;
    A2[repo B] -->|Commit| B;
    A3[repo C] -->|Commit| B;
    A4[repo D] -->|Commit| B;
    B[helm-store/pre-deployment] -->|Analyze commit messages <br> and submit the Helm chart <br> to the destination branch| C{Action}
    C --> D[helm-store/develop];
    C --> E[helm-store/stage];
    C --> F[helm-store/production];

Here's the link to my article on MEDIUM.

Repository containing my posts on MEDIUM.

To be notified every time a new post is published, SUBSCRIBE HERE.

About

This repository is an example collection of Helm charts that was created with the intention of serving as an explanatory example for the article created on medium. It aims to deploy and manage applications on Kubernetes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published