chore: update trustee-chart to v0.7.*#93
Merged
butler54 merged 1 commit intoJun 1, 2026
Conversation
Bump trustee chart dependency from 0.4.*/0.6.* to 0.7.* in all profiles. Also migrate values-trusted-hub from git branch reference to chart registry. Changes: - values-baremetal.yaml: 0.6.* → 0.7.* - values-baremetal-gpu.yaml: 0.6.* → 0.7.* - values-simple.yaml: 0.4.* → 0.7.* - values-trusted-hub.yaml: git branch → chart 0.7.* Trustee v0.7.0 includes the td_attributes.debug path fix that was causing configuration trust claim to evaluate to 36 (unavailable) instead of 2 (approved). This fix enables proper debug-disabled enforcement in the attestation policy. Related: validatedpatterns/trustee-chart#32 Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
797a112 to
2b4604a
Compare
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
Bump trustee chart dependency from 0.6.* to 0.7.* in bare metal profiles.
Changes
values-baremetal.yaml: trustee chartVersion 0.6.* → 0.7.*values-baremetal-gpu.yaml: trustee chartVersion 0.6.* → 0.7.*Why
Trustee v0.7.0 includes the td_attributes.debug path fix (validatedpatterns/trustee-chart#32) that was causing configuration trust claim to evaluate to 36 (unavailable) instead of 2 (approved). This fix enables proper debug-disabled enforcement in the attestation policy.
Testing
Validated on bare metal cluster (OCP 4.20.18, TDX):
Related: validatedpatterns/trustee-chart#32
Co-Authored-By: Claude Sonnet 4.5 noreply@anthropic.com