-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
12 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
# hyperCision Helm Charts | ||
|
||
This repo holds Helm charts that we use for deploying our applications. We are using GitHub pages as a means for hosting a Helm chart repository for these charts. | ||
This repository holds Helm charts that we use for deploying our applications. We are using GitHub pages as a means for hosting a Helm chart repository for these charts. | ||
|
||
Add the repo as follows: | ||
Add the repository as follows: | ||
|
||
```console | ||
helm repo add hypercision https://hypercision.github.io/helm-charts | ||
``` | ||
|
||
## Developing the Helm charts | ||
|
||
Any change to a chart requires a version bump following [semver](https://semver.org/) principles. | ||
Any change to a chart requires a version bump following [SemVer](https://semver.org/) principles. | ||
If you version bump a child chart, you must also version bump the parent chart. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters