-
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 #10 from adamrushuk/bump-chart
Changed letsencryptEnvironment option to prod
- Loading branch information
Showing
4 changed files
with
33 additions
and
3 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,3 +1,33 @@ | ||
# adamrushuk Helm Charts Repository | ||
|
||
Welcome to the adamrushuk Helm charts repository. All charts are in the charts directory. | ||
|
||
## Getting Started | ||
|
||
Use the commands below to add this repo and test the charts: | ||
|
||
### Sonatype Nexus | ||
|
||
```bash | ||
# Add repo | ||
helm repo add adamrushuk https://adamrushuk.github.io/charts | ||
helm repo update | ||
helm repo list | ||
|
||
# search | ||
helm search repo adamrushuk | ||
helm search repo adamrushuk/sonatype-nexus --versions | ||
|
||
# dry-run (published chart) | ||
helm upgrade test-nexus adamrushuk/sonatype-nexus --install --atomic --namespace test-nexus --debug --dry-run | ||
|
||
# dry-run (local chart) | ||
helm upgrade test-nexus ./ --install --atomic --namespace test-nexus --debug --dry-run | ||
|
||
# upgrade / install | ||
kubectl create namespace test-nexus | ||
helm upgrade test-nexus adamrushuk/sonatype-nexus --install --atomic --namespace test-nexus --debug | ||
|
||
# cleanup | ||
kubectl delete namespace test-nexus | ||
``` |
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