Skip to content

Conversation

@dlipovetsky
Copy link
Contributor

What problem does this PR solve?:
When we update to the next minor release of CAPX (v1.8.x), the empty string we use as the image name placeholder will be invalid.

This replaces the empty string with a value that will be valid in CAPX v1.8.x, but is also valid in all previous CAPX versions.

Which issue(s) this PR fixes:
Fixes https://jira.nutanix.com/browse/NCN-110262

How Has This Been Tested?:

This change is verified by the Nutanix e2e tests, which use the default ClusterClass this PR modifies.

The
Special notes for your reviewer:

When we update to the next minor release of CAPX (v1.8.x), the empty
string we use as the image name placeholder will be invalid.

This replaces the empty string with a value that will be valid in CAPX
v1.8.x, but is also valid in all previous CAPX versions.
@github-actions github-actions bot added the fix label Oct 16, 2025
@dlipovetsky
Copy link
Contributor Author

dlipovetsky commented Oct 16, 2025

My mistake--I forgot we get the ClusterClass from the CAPX release.

The CAPX release has a valid value: placeholder-image, and we'll get that when we upgrade to CAPX v1.8.x:

For that reason, we don't need to patch the ClusterClass.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants