This script will help you to manage your Helm chart deployments.
The main idea is to provide a single command to install
/ upgrade
the Helm chart.
There are 2 types of variables:
General
- these are the variables that you MUST to edit in order to make this script workAdvanced
- these are the variables that could be left as is
The General
variables include the following:
GITHUB_OWNER
- the name of the owner of the repository (OWNER/REPOSITORY)GITHUB_REPOSITORY
- the name of the repository itself (OWNER/REPOSITORY)