fix(umbrella): chartVersion schema default 0.1.0 -> 0.1.1#27
Merged
Conversation
The Openstack CRD's chartVersion field inherited the schema default 0.1.0. K8s applies that default to any Composition that omits chartVersion, and the CDC passes spec as chart values - so it overrode the chart's own values.yaml chartVersion (0.1.1). The umbrella then derived apiVersion v0-1-0 for its osh.ready lookups while the component CRDs are registered at v0-1-1, so every reconcile failed with 'could not find the requested resource'. Found while smoke-testing the heat chain via the umbrella on GKE. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.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.
The Openstack CRD's
chartVersionfield inherited the schema default0.1.0. Kubernetes applies that to any Composition omittingchartVersion, and the CDC passes spec as chart values - overriding the chart's ownvalues.yaml(0.1.1). The umbrella then derived apiVersionv0-1-0for itsosh.readylookups while the component CRDs register atv0-1-1, failing every reconcile.Found while smoke-testing the heat chain via the umbrella (
enabled: [heat]) on GKE - which, after this, deployed heat end-to-end (openstack stack list→ 200).🤖 Generated with Claude Code