-
Notifications
You must be signed in to change notification settings - Fork 2.3k
feat(images): add sealos cloud deps images #5912
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
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
bxy4543
reviewed
Sep 1, 2025
f8b0646 to
0381c1e
Compare
7cb3ea0 to
5470083
Compare
5470083 to
614dd0a
Compare
Whoa! Easy there, Partner!This PR is too big. Please break it up into smaller PRs. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #5912 +/- ##
=======================================
Coverage 61.97% 61.97%
=======================================
Files 8 8
Lines 647 647
=======================================
Hits 401 401
Misses 200 200
Partials 46 46 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
a2d4861 to
4fc0408
Compare
Signed-off-by: cuisongliu <[email protected]>
Signed-off-by: cuisongliu <[email protected]>
…ion script Signed-off-by: cuisongliu <[email protected]>
Signed-off-by: cuisongliu <[email protected]>
…side apply Signed-off-by: cuisongliu <[email protected]>
…side apply Signed-off-by: cuisongliu <[email protected]>
4fc0408 to
6c7b902
Compare
bxy4543
approved these changes
Sep 2, 2025
Zllinc
pushed a commit
to Zllinc/sealos
that referenced
this pull request
Sep 5, 2025
* feat(images): add sealos cloud deps images Signed-off-by: cuisongliu <[email protected]> * feat(images): restructure and update VictoriaMetrics Helm chart files Signed-off-by: cuisongliu <[email protected]> * feat(images): enable snapshot-controller and refactor addon installation script Signed-off-by: cuisongliu <[email protected]> * feat(images): delete vm v1.96.0 Signed-off-by: cuisongliu <[email protected]> * feat(images): apply CRDs for VictoriaMetrics Helm chart using server-side apply Signed-off-by: cuisongliu <[email protected]> * feat(images): apply CRDs for VictoriaMetrics Helm chart using server-side apply Signed-off-by: cuisongliu <[email protected]> --------- Signed-off-by: cuisongliu <[email protected]>
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.
This pull request adds new deployment definitions for several base components, primarily introducing new
Kubefileconfigurations for various services and a new CustomResourceDefinition (CRD) for Kubernetes snapshots. The most significant changes are the addition of a comprehensive deployment forkubeblocksand its associated storage plugins, as well as the inclusion of theVolumeSnapshotClassCRD to support Kubernetes snapshot management.New base component deployments:
Kubefileforkubeblocksv0.8.2, which aggregates binaries and resources from multiple related images (including MySQL, PostgreSQL, MongoDB, Redis, Kafka, and CSI S3 plugins) and sets up a custom entrypoint.Kubefiledefinitions for the following components:cert-managerv1.14.6ciliumv1.15.8 and v1.17.1 (both referencing v1.15.8 image)cockroachv2.12.0helmv3.16.2higressv2.0.1Kubernetes CRD addition:
snapshot.storage.k8s.io_volumesnapshotclasses.yamlforkubeblocksv0.8.2, defining theVolumeSnapshotClassCRD (with support for bothv1and deprecatedv1beta1versions) to enable advanced volume snapshot management in Kubernetes clusters.