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 external-secrets/external-secrets/esoctl #31762

Merged
merged 4 commits into from
Feb 6, 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
2 changes: 2 additions & 0 deletions pkgs/external-secrets/external-secrets/esoctl/pkg.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
packages:
- name: external-secrets/external-secrets/esoctl@v0.1.0-esoctl
23 changes: 23 additions & 0 deletions pkgs/external-secrets/external-secrets/esoctl/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:
- name: external-secrets/external-secrets/esoctl
type: github_release
repo_owner: external-secrets
repo_name: external-secrets
description: External Secrets Operator reads information from a third-party service like AWS Secrets Manager and automatically injects the values as Kubernetes Secrets
version_filter: 'Version endsWith "-esoctl"'
version_constraint: "false"
version_overrides:
- version_constraint: "true"
asset: esoctl_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
rosetta2: true
windows_arm_emulation: true
supported_envs:
- darwin
- windows
- amd64
checksum:
type: github_release
asset: esoctl_checksums.txt
algorithm: sha256
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.