Open
Conversation
Signed-off-by: flavono123 <flavono123@gmail.com>
…file Signed-off-by: flavono123 <flavono123@gmail.com>
Signed-off-by: flavono123 <flavono123@gmail.com>
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Signed-off-by: flavono123 <flavono123@gmail.com>
1c07ed9 to
4cf56b3
Compare
flavono123
commented
Apr 30, 2025
| @@ -15,6 +17,9 @@ export default [ | |||
| logo: "https://avatars.githubusercontent.com/u/66682517?s=200&v=4", | |||
| repo: "prometheus-operator/prometheus-operator", | |||
| pathToManifests: ["example/prometheus-operator-crd", "bundle.yaml"], | |||
| filterTag: (tag: string) => | |||
| tag.startsWith("v") && // there are tag prefixes by pkg/(api|client)... | |||
| semver.gte(tag.substring(1), "0.81.0"), // first committed version; https://github.com/aptakube/kubespec.dev/pull/25 | |||
Author
There was a problem hiding this comment.
fyi. without this, there was a heap oom when npm run dev
Author
|
could anyone check this plz? |
Member
|
hey @flavono123 the PR is too big, can you run the download process only on the new project? that should make it much easier to review |
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.
add the agones project for other resources
disable the uniqkey option for parsing the manifest since agones' is concatenated several resources so conflicts are such as for annotations:
document how to add a project or update existing ones.
and update others too, idk the backward compatibilities for each project carefully but filter for no file tags
# >= 1.0.0 - Downloaded eck-operator@0.9.0 (0 files) - Downloaded eck-operator@1.0.0 (9 files)