Skip to content

Conversation

@mishraomp
Copy link
Collaborator

@mishraomp mishraomp commented Jan 12, 2026


Thanks for the PR!

Any successful deployments (not always required) will be available below.
API available
Frontend available

Once merged, code will be promoted and handed off to following workflow run.
Main Merge Workflow

Copilot AI review requested due to automatic review settings January 12, 2026 02:33
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR removes the external helm-service dependency and inlines the component templates directly into the chart. The database configuration is updated to reference a custom-built database image instead of directly using the external mongo image.

Changes:

  • Removed helm-service dependency from Chart.yaml and deleted Chart.lock
  • Inlined Helm templates for api, frontend, and database components (previously sourced from external component chart)
  • Updated database image references to use project-specific database image with global registry/repository configuration
  • Added defensive default "" wrapper for optional powerBIURL secret value
  • Updated CI/CD workflows to build, deploy, and cleanup the database package alongside api and frontend

Reviewed changes

Copilot reviewed 22 out of 23 changed files in this pull request and generated no comments.

Show a summary per file
File Description
charts/pubcode/Chart.yaml Removed external component chart dependencies
charts/pubcode/Chart.lock Deleted lock file for removed dependencies
charts/pubcode/values.yaml Changed database image from external mongo to project-specific database image using global registry/repository pattern
charts/pubcode/templates/secret.yaml Added defensive default empty string for optional powerBIURL
charts/pubcode/templates/frontend/templates/*.yaml Added inlined frontend component templates (service, pdb, ingress, hpa, deployment)
charts/pubcode/templates/frontend/templates/_helpers.tpl Added frontend template helper functions
charts/pubcode/templates/database/templates/*.yml Added inlined database component templates (sfs, service, pvc)
charts/pubcode/templates/database/templates/_helpers.tpl Added database template helper functions with compatibility aliases
charts/pubcode/templates/api/templates/*.yml Added inlined api component templates (service, pdb, ingress, hpa, deployment)
charts/pubcode/templates/api/templates/_helpers.tpl Added api template helper functions
.github/workflows/pr-open.yml Added database to build matrix and deployment parameters
.github/workflows/pr-close.yml Added database to cleanup packages list
.github/workflows/merge.yml Added database to retag matrix and deployment parameters for test and prod environments

@mishraomp mishraomp merged commit 6c6af74 into main Jan 12, 2026
13 checks passed
@mishraomp mishraomp deleted the fix/image-inconsistenties branch January 12, 2026 02:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants