feat(helm): add Helm chart for self-hosted openconcho web UI#62
Merged
Conversation
…iveDeadlineSeconds
…pdate root README and AGENTS.md
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.
Summary
charts/openconcho/for self-hosting the openconcho SPA on Kubernetesoci://ghcr.io/offendingcommit/charts/openconcho) on every tagged release via a newpublish-chartjob in the existing Docker publish workflowResources included
Deploymenthttpon 8080, rolling updateServicetargetPort: httpServiceAccountautomountServiceAccountToken: falseIngressingressClassNameoptionalHorizontalPodAutoscalerautoscaling/v2, CPU utilizationPodDisruptionBudgetpolicy/v1, mutually-exclusiveminAvailable/maxUnavailableNetworkPolicyNOTES.txttest-healthz(body check) andtest-spa-root(HTTP 200 spider)Publishing pipeline
publish-chartjob in.github/workflows/docker-publish.yml:refs/tags/*, after the Docker image push succeedsvprefix from release tags (v0.14.0→0.14.0) so chart version matches image tagoci://ghcr.io/offendingcommit/chartsMerge note
Main has stale partial chart files (
Chart.yaml,_helpers.tpl,values.yaml,values.schema.json) from a previous session. The feature branch contains the complete, correct versions. Merge will require resolving conflicts in those 3 files by accepting the feature branch versions.Test plan
helm lint charts/openconcho— passes (0 failures)helm template test-release charts/openconcho— all resources render cleanlypublish-chartjob runs and pushes chart to GHCR