diff --git a/pkgs/GoogleCloudPlatform/kubectl-ai/pkg.yaml b/pkgs/GoogleCloudPlatform/kubectl-ai/pkg.yaml new file mode 100644 index 00000000000..10351801ac3 --- /dev/null +++ b/pkgs/GoogleCloudPlatform/kubectl-ai/pkg.yaml @@ -0,0 +1,2 @@ +packages: + - name: GoogleCloudPlatform/kubectl-ai@v0.0.6 diff --git a/pkgs/GoogleCloudPlatform/kubectl-ai/registry.yaml b/pkgs/GoogleCloudPlatform/kubectl-ai/registry.yaml new file mode 100644 index 00000000000..48779450be4 --- /dev/null +++ b/pkgs/GoogleCloudPlatform/kubectl-ai/registry.yaml @@ -0,0 +1,23 @@ +# yaml-language-server: $schema=https://raw.githubusercontent.com/aquaproj/aqua/main/json-schema/registry.json +packages: + - type: github_release + repo_owner: GoogleCloudPlatform + repo_name: kubectl-ai + description: AI powered Kubernetes Assistant + version_constraint: "false" + version_overrides: + - version_constraint: "true" + asset: kubectl-ai_{{.OS}}_{{.Arch}}.{{.Format}} + format: tar.gz + replacements: + amd64: x86_64 + darwin: Darwin + linux: Linux + windows: Windows + checksum: + type: github_release + asset: kubectl-ai_{{trimV .Version}}_checksums.txt + algorithm: sha256 + overrides: + - goos: windows + format: zip diff --git a/registry.yaml b/registry.yaml index 7fab11fb828..f3d90bd5e54 100644 --- a/registry.yaml +++ b/registry.yaml @@ -2970,6 +2970,27 @@ packages: overrides: - goos: windows url: https://storage.googleapis.com/cloudsql-proxy/{{.Version}}/cloud_sql_proxy_x64.exe + - type: github_release + repo_owner: GoogleCloudPlatform + repo_name: kubectl-ai + description: AI powered Kubernetes Assistant + version_constraint: "false" + version_overrides: + - version_constraint: "true" + asset: kubectl-ai_{{.OS}}_{{.Arch}}.{{.Format}} + format: tar.gz + replacements: + amd64: x86_64 + darwin: Darwin + linux: Linux + windows: Windows + checksum: + type: github_release + asset: kubectl-ai_{{trimV .Version}}_checksums.txt + algorithm: sha256 + overrides: + - goos: windows + format: zip - type: github_release repo_owner: GoogleCloudPlatform repo_name: terraformer