-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #176 from scalar-labs/helm-charts/en-us/3.12-docs-…
…update AUTO: Docs repo sync - Helm Charts
- Loading branch information
Showing
49 changed files
with
834 additions
and
287 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
# Index | ||
|
||
## For users | ||
* [Getting Started with Scalar Helm Charts](./getting-started-scalar-helm-charts.md) | ||
* [Configure a custom values file for Scalar Helm Chart](./configure-custom-values-file.md) | ||
* [Deploy Scalar products using Scalar Helm Charts](./how-to-deploy-scalar-products.md) | ||
* [Getting Started with Scalar Helm Charts](getting-started-scalar-helm-charts.md) | ||
* [Configure a custom values file for Scalar Helm Chart](configure-custom-values-file.md) | ||
* [Deploy Scalar products using Scalar Helm Charts](how-to-deploy-scalar-products.md) | ||
|
||
## For developers | ||
* [Release Flow](./ReleaseFlow.md) | ||
* [Release Flow](ReleaseFlow.md) |
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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Release Flow | ||
|
||
## Requirements | ||
| Name | Version | Mandatory | link | | ||
|:------|:-------|:----------|:------| | ||
| Helm | 3.2.1 or latest | no | https://helm.sh/docs/intro/install/ | | ||
|
||
## Release | ||
* You create a branch (`prepare-release-*`). | ||
* You make sure to create the tag from the previous version of the target version. | ||
``` console | ||
$ git checkout -b prepare-release-v3.0.2 refs/tags/scalardl-3.0.1 | ||
``` | ||
|
||
* You need to set the `version` of the `Chart.yaml` of each `helm-charts` to the version to be released. | ||
``` yaml | ||
version: 3.0.2 | ||
``` | ||
* Pushing commits to a remote repository. | ||
``` console | ||
$ git push origin prepare-release-v3.0.2 | ||
``` | ||
|
||
* In this case, the `Github Actions` for the release will be executed upon `Git push`. |
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
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
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
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
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
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
Oops, something went wrong.