fix(helm): harden workload defaults - #2469
Draft
kevkantes wants to merge 2 commits into
Draft
Conversation
kevkantes
force-pushed
the
fix/helm-security-defaults
branch
from
August 24, 2026 20:31
db9950f to
9cb01c2
Compare
Contributor
|
✅ No proprietary content detected. This PR is clear for review! |
Prebuild Artifacts for `b18cb07` (archived)Prebuild Artifacts for
|
| Chart | Registry | Version | Status | CI |
|---|---|---|---|---|
| ai-platform-engineering | ghcr.io/caipe-io/charts |
0.6.0-dev.6-chart.1-fix-helm-security-defaults-2 |
Published | CI |
| rag-stack | ghcr.io/caipe-io/charts |
0.6.0-dev.6-chart.1-fix-helm-security-defaults-2 |
Published | CI |
Helm install commands
helm upgrade --install ai-platform oci://ghcr.io/caipe-io/charts/ai-platform-engineering --version 0.6.0-dev.6-chart.1-fix-helm-security-defaults-2
helm upgrade --install rag oci://ghcr.io/caipe-io/charts/rag-stack --version 0.6.0-dev.6-chart.1-fix-helm-security-defaults-2These prebuild artifacts will be automatically cleaned up when the PR is closed or merged.
Signed-off-by: kevkantes <kkantesa@cisco.com>
kevkantes
force-pushed
the
fix/helm-security-defaults
branch
from
August 25, 2026 14:15
b18cb07 to
d7e0527
Compare
Prebuild Artifacts for
|
| Chart | Registry | Version | Status | CI |
|---|---|---|---|---|
| ai-platform-engineering | ghcr.io/caipe-io/charts |
1.0.0-dev.2-chart.1-fix-helm-security-defaults-2 |
Published | CI |
| rag-stack | ghcr.io/caipe-io/charts |
1.0.0-dev.2-chart.1-fix-helm-security-defaults-2 |
Published | CI |
Helm install commands
helm upgrade --install ai-platform oci://ghcr.io/caipe-io/charts/ai-platform-engineering --version 1.0.0-dev.2-chart.1-fix-helm-security-defaults-2
helm upgrade --install rag oci://ghcr.io/caipe-io/charts/rag-stack --version 1.0.0-dev.2-chart.1-fix-helm-security-defaults-2These prebuild artifacts will be automatically cleaned up when the PR is closed or merged.
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
Hardens the Helm defaults surfaced by admission-policy checks and removes the values-type collision around additional resources.
extraDeploycontract with the stable-keyextraDeployMapcontract. This is an intentional breaking change with no compatibility shim.Type of Change
Pre-release Helm Charts (Optional)
This PR will use the
helm-prereleaselabel so downstream profiles can validate the published chart before merge.Validation
helm lint charts/rag-stackhelm lint charts/ai-platform-engineeringhelm templaterenders for two map-based deployment profilesnpm run buildindocs/git diff --checkChecklist