-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add a Helm Chart and CI Processes #6
Merged
Merged
Conversation
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
jonathanio
added
priority/normal
This is a normal-priority issue or pull request
release/feature
A new feature is added with this pull request
type/enhancement
Adding or requesting a new feature
update/configuration
Update with changes to tool or service configuratons
update/documentation
Update with improvements to the documentation
update/github-workflows
Update with changes to GitHub Workflows
update/taskfiles
Update with changes to the Taskfiles
work-in-progress
This pull request is currently work-in-progress
labels
Aug 7, 2024
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #6 +/- ##
==========================================
- Coverage 15.10% 14.79% -0.32%
==========================================
Files 13 13
Lines 331 338 +7
==========================================
Hits 50 50
- Misses 281 288 +7
Flags with carried forward coverage won't be shown. Click here to find out more.
|
jonathanio
force-pushed
the
add-helm-chart
branch
9 times, most recently
from
August 9, 2024 22:24
9c41812
to
470d108
Compare
Add the initial Helm Chat for dashboard which can configure the deployment and budget, the service and ingress resources, as well as an initial network policy.
Add support for a dedicated 404 handler in the alive package as its a simple function which just outputs a JSON response, and therefore can go into that package to be attached to the service.
Add support for using StatefulSet deployments in the Helm Chart to prepare for allowing for local storage for each of the nodes, needed for persistent storage of the EchoVault service built into the application.
Add linting for Helm Charts via helm, and export the Deployment and StatefulSet type deployments and pass through kubeconform to validate the Kubernetes resources are valid for the latest version of kubernetes.
Remove the redundant pip checks for Dependabot as we no longer have a requirements.txt file to check and validate.
jonathanio
force-pushed
the
add-helm-chart
branch
from
August 9, 2024 22:39
470d108
to
a1d1353
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
priority/normal
This is a normal-priority issue or pull request
release/feature
A new feature is added with this pull request
type/enhancement
Adding or requesting a new feature
update/configuration
Update with changes to tool or service configuratons
update/documentation
Update with improvements to the documentation
update/github-workflows
Update with changes to GitHub Workflows
update/taskfiles
Update with changes to the Taskfiles
work-in-progress
This pull request is currently work-in-progress
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.
Add the initial Helm Chat for the
dashboard
application, which can configure the deployment and budget, the service and ingress resources, and an initial network policy.Additionally, configure the CI tooling for Taskfiles,
pre-commit
, and GitHub Workflows, to check, test, build, and publish the Helm Charts too.Checklist
Before raising or requesting a review of the pull request, please check and confirm the following items have been performed, where possible:
release/...
,type/...
, andchanges/...
labels, as needed, to this pull request