[Backport release-0.34] [virtual-machine] Disable instanceType validation - #1303
Merged
Merged
Conversation
github-actions
Bot
requested review from
klinch0,
Andrei Kvapil (kvaps) and
Timofei Larkin (lllamnyp)
as code owners
August 4, 2025 12:45
Timofei Larkin (lllamnyp)
changed the base branch from
release-0.33
to
release-0.34
August 4, 2025 12:54
Andrei Kvapil (kvaps)
force-pushed
the
release-0.34
branch
from
August 4, 2025 12:59
41e677d to
d82a6a7
Compare
Contributor
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Note Free review on us!CodeRabbit is offering free reviews until Tue Aug 05 2025 to showcase some of the refinements we've made. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Andrei Kvapil (kvaps)
force-pushed
the
backport-1300-to-release-0.33
branch
from
August 4, 2025 14:49
ec2074c to
563044c
Compare
Workaround for #1299. If a Cozystack installation provides custom instance types for virtual machines, the static validation rules prevent such instance types from being used, as they are included in the OpenAPI schema of the Cozystack API server and then once more applied in the dependent HelmRelease, offering users no easy way to remedy this in runtime. [virtual-machine] Disable instanceType validation to enable using custom instance types. Signed-off-by: Timofei Larkin <lllamnyp@gmail.com> (cherry picked from commit 44fabd4)
Andrei Kvapil (kvaps)
force-pushed
the
backport-1300-to-release-0.33
branch
from
August 4, 2025 14:50
563044c to
6e05e12
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.
Description
Backport of #1300 to
release-0.34.