feat(charts): upgrade kube-karpenter chart to v1.10.0#26
Merged
Conversation
…ml for consistency
…ml to allow scheduling despite unsatisfiable constraints
…l for AWS region and metadata configuration
Collaborator
Author
|
The chart fails because it requires end-to-end to be deployed into an AWS environment in order to function properly. We can merge. |
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
This PR upgrades the kube-karpenter wrapper chart to v1.10.0, matching the upstream Karpenter OCI chart (
public.ecr.aws/karpenter).Summary of changes
version/appVersionand thespecdependency to 1.10.0 incharts/kube-karpenter/Chart.yaml.charts/kube-karpenter/values.yamlso wrapper defaults stay aligned with upstream (large structural sync; ~232 insertions / ~209 deletions).Motivation
Bring Karpenter packaging up to date for fixes and features from the 1.10.x line.
Dependencies
oci://public.ecr.aws/karpenterat version 1.10.0.Type of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce.
Please also list any relevant details for your test configuration.
helm dependency updateundercharts/kube-karpenter, thenhelm template/helm lintwith your cluster values; optional upgrade on a non-prod cluster.Checklist:
Chart.yamlwith a new version number, following Semantic Versioning.CHANGELOG.mdwith the new version number and a summary of my changes.Additional Information
f5b80cf—feat(charts): [karpenter] upgrade the chart to v1.10.0.CHANGELOG.mdwas found in this repo; adjust the checklist if chart-level release notes live elsewhere.fest/prefix as pushed toorigin.Screenshots
N/A (Helm values and chart metadata only).
By submitting this pull request, I confirm that my contribution is made under the terms of the project's license.