-
Notifications
You must be signed in to change notification settings - Fork 5
feat: prepare helm chart for kubernetes deployment options #319
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
+6,033
−32
Merged
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
490d30f
feat: prepare helm chart for kubernetes deployment options
crookedstorm 2186f7f
chore: clean up some issues with linting
crookedstorm 4460444
chore: adjust versions
crookedstorm 942c9be
fix: correct test template
crookedstorm 3fcb9a7
feat: implement auto-generated KEK secret upon install only
crookedstorm 6e90c37
fix: fix some code rabbit issues
crookedstorm b36f7e4
fix: update precommit a tad
crookedstorm 303c09a
chore: spelling issue and ci fix
crookedstorm a68d9bd
fix: inherit global security context
crookedstorm 8817a02
chore: cleanup some nonsense
crookedstorm ef892ee
chore: python could-be-none stuff
crookedstorm 90d6938
fix: correct old security hole in envoy service
crookedstorm 0340de3
fix: correct some guards against bad usage
crookedstorm b4bc90f
fix: change all docs urls
crookedstorm 78cf2f7
docs: add a backup suggestion to the NOTES.txt
crookedstorm File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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,28 @@ | ||
| # Patterns to ignore when building packages. | ||
| # This supports shell glob matching, relative path matching, and | ||
| # negation (prefixed with !). Only one pattern per line. | ||
| .DS_Store | ||
| # Common VCS dirs | ||
| .git/ | ||
| .gitignore | ||
| .bzr/ | ||
| .bzrignore | ||
| .hg/ | ||
| .hgignore | ||
| .svn/ | ||
| # Common backup files | ||
| *.swp | ||
| *.bak | ||
| *.tmp | ||
| *.orig | ||
| *~ | ||
| # Various IDEs | ||
| .project | ||
| .idea/ | ||
| *.tmproj | ||
| .vscode/ | ||
| # Ignore CI sources | ||
| ci/ | ||
|
|
||
| # helm docs template | ||
| helm-docs-template/ |
This file contains hidden or 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,18 @@ | ||
| apiVersion: v2 | ||
| name: nemo-platform | ||
| maintainers: | ||
| - name: NVIDIA, Inc. | ||
| url: https://www.nvidia.com | ||
| description: NeMo Platform Helm Chart | ||
| type: application | ||
| # version is the version of the Helm chart, and can be different from the appVersion. | ||
| version: 0.1.0 | ||
| # appVersion is the version of the application deployed in the chart. | ||
| appVersion: "0.2.0" | ||
| home: https://nvidia.com | ||
| dependencies: | ||
| ## NMP dependencies | ||
| - name: k8s-nim-operator | ||
| condition: k8s-nim-operator.enabled | ||
| repository: https://helm.ngc.nvidia.com/nvidia/ | ||
| version: "~3.1.0" |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.