Skip to content

stakater/charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1f5d91d · Mar 11, 2025
May 8, 2024
Apr 3, 2023
Jan 21, 2025
Feb 18, 2025
Mar 5, 2024
Mar 5, 2024
May 7, 2024
Feb 23, 2024
Feb 21, 2025
Nov 6, 2024
Apr 3, 2023
Apr 23, 2024
Nov 20, 2024
Sep 19, 2024
Oct 9, 2024
Aug 14, 2023
Oct 3, 2024
Apr 3, 2023
Feb 11, 2025
Mar 11, 2025
Feb 23, 2024
Jan 20, 2025
Feb 23, 2024
Feb 23, 2024
May 7, 2024
Apr 3, 2023
Mar 5, 2024
Aug 23, 2024
Apr 25, 2024
Aug 9, 2022
Aug 9, 2022
Nov 10, 2022
Sep 13, 2022
May 7, 2024
Oct 11, 2023

Repository files navigation

charts

Stakater Helm Charts

Release new Chart

  1. Test the chart locally to make sure that it works. Pipeline only checks the linting errors
  2. Create a pull request containing the change
  3. Only change One chart at a time, changing more than one chart will fail the pipeline
  4. When merging the PR into main, use the option Rebase and Merge. DO NOT use the option Merge, otherwise the push pipeline will fail and will not publish the charts

Local Testing

To test the chart locally, go to the chart folder cd stakater/<chart-name> use following commands

Download dependencies:

helm dependency update

Install chart:

helm install <release-name> . -n <namespace>

Uninstall chart:

helm delete <release-name> -n <namespace>