Skip to content
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

feat: add dadav/helm-schema #31627

Merged
merged 3 commits into from
Feb 2, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions pkgs/dadav/helm-schema/pkg.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
packages:
- name: dadav/helm-schema@0.18.1
- name: dadav/helm-schema
version: 0.4.3
- name: dadav/helm-schema
version: 0.4.2
50 changes: 50 additions & 0 deletions pkgs/dadav/helm-schema/registry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/aquaproj/aqua/main/json-schema/registry.json
packages:
- type: github_release
repo_owner: dadav
repo_name: helm-schema
description: Generate jsonschemas from helm charts
version_constraint: "false"
version_overrides:
- version_constraint: semver("<= 0.4.2")
asset: helm-schema_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
replacements:
amd64: x86_64
darwin: Darwin
linux: Linux
windows: Windows
checksum:
type: github_release
asset: checksums.txt
algorithm: sha256
overrides:
- goos: windows
format: zip
- version_constraint: Version == "0.4.3"
asset: helm-schema_.{{.Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
# Checksum file is broken
replacements:
amd64: x86_64
darwin: Darwin
linux: Linux
windows: Windows
overrides:
- goos: windows
format: zip
- version_constraint: "true"
asset: helm-schema_{{.Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
replacements:
amd64: x86_64
darwin: Darwin
linux: Linux
windows: Windows
checksum:
type: github_release
asset: checksums.txt
algorithm: sha256
overrides:
- goos: windows
format: zip
48 changes: 48 additions & 0 deletions registry.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.