Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR adds Helm chart support for deploying the Archsight application on Kubernetes. The chart provides flexible configuration options for managing architecture resources (YAML files) through ConfigMaps, persistent volumes, or init containers with git-sync.
Changes:
- New Helm chart structure with standard Kubernetes resources (Deployment, Service, Ingress, ServiceAccount)
- Flexible content management strategies (emptyDir, ConfigMap, PersistentVolume)
- GitHub Actions workflow for automated chart publishing to GHCR
- Documentation updates and Dependabot configuration for Helm dependencies
Reviewed changes
Copilot reviewed 14 out of 14 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| chart/archsight/Chart.yaml | Defines chart metadata including name, version, and appVersion |
| chart/archsight/values.yaml | Default configuration values for the Helm chart deployment |
| chart/archsight/templates/_helpers.tpl | Template helper functions for generating resource names and labels |
| chart/archsight/templates/deployment.yaml | Main deployment template with configurable volume strategies |
| chart/archsight/templates/service.yaml | Kubernetes service definition for exposing the application |
| chart/archsight/templates/serviceaccount.yaml | ServiceAccount resource template |
| chart/archsight/templates/ingress.yaml | Ingress resource with multi-version Kubernetes support |
| chart/archsight/templates/resources-configmap.yaml | Optional ConfigMap for static architecture resources |
| chart/archsight/templates/resources-pvc.yaml | Optional PersistentVolumeClaim template |
| chart/archsight/templates/NOTES.txt | Post-installation instructions for users |
| chart/archsight/README.md | Chart documentation with usage examples |
| .github/workflows/helm.yml | Automated workflow for publishing chart to OCI registry |
| .github/dependabot.yml | Dependency update configuration including Helm support |
| README.md | Updated main README with Helm installation option |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Signed-off-by: Seena Fallah <seena.fallah@ionos.com>
Signed-off-by: Seena Fallah <seena.fallah@ionos.com>
Signed-off-by: Seena Fallah <seena.fallah@ionos.com>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
Add helm chart for the project
Type of Change
Checklist
bundle exec rake)