Skip to content

Commit

Permalink
feat: add CrunchyData/postgres-operator-client (#31117)
Browse files Browse the repository at this point in the history
* feat(CrunchyData/postgres-operator-client): scaffold CrunchyData/postgres-operator-client

* fix(CrunchyData/postgres-operator-client): add description
  • Loading branch information
suzuki-shunsuke authored Jan 19, 2025
1 parent 9d212ff commit 74e8cab
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/CrunchyData/postgres-operator-client/pkg.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
packages:
- name: CrunchyData/postgres-operator-client@v0.5.1
- name: CrunchyData/postgres-operator-client
version: v0.1.0
23 changes: 23 additions & 0 deletions pkgs/CrunchyData/postgres-operator-client/registry.yaml
Original file line number Diff line number Diff line change
@@ -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: CrunchyData
repo_name: postgres-operator-client
description: the Command Line Interface (CLI) for the Crunchy Postgres Operator
files:
- name: kubectl-pgo
version_constraint: "false"
version_overrides:
- version_constraint: semver("<= 0.1.0")
asset: kubectl-pgo-{{.OS}}-{{.Arch}}
format: raw
rosetta2: true
supported_envs:
- linux/amd64
- darwin
- version_constraint: "true"
asset: kubectl-pgo-{{.OS}}-{{.Arch}}
format: raw
supported_envs:
- linux
- darwin
21 changes: 21 additions & 0 deletions registry.yaml

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

0 comments on commit 74e8cab

Please sign in to comment.