Skip to content

Commit

Permalink
update policy
Browse files Browse the repository at this point in the history
  • Loading branch information
cappyzawa committed Jan 4, 2024
1 parent ff89ba0 commit aeb312c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 19 deletions.
23 changes: 8 additions & 15 deletions .config/aqua/aqua-policy.yaml
Original file line number Diff line number Diff line change
@@ -1,22 +1,15 @@
# aqua Policy
# https://aquaproj.github.io/
registries:
# Example
- name: local
type: local
path: registry.yaml
# - name: aqua-registry
# type: github_content
# repo_owner: aquaproj
# repo_name: aqua-registry
# ref: semver(">= 3.0.0") # ref is optional
# path: registry.yaml
- type: standard
ref: semver(">= 3.0.0")
- name: custom
type: local
path: registry.yaml
- name: private
type: local
path: private/registry.yaml
packages:
# Example
- registry: local # allow all packages in the Registry
# - name: cli/cli # allow only a specific package. The default value of registry is "standard"
# - name: cli/cli
# version: semver(">= 2.0.0") # version is optional
- registry: standard
- registry: custom
- registry: private
8 changes: 4 additions & 4 deletions .config/aqua/aqua.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ registries:
- name: custom
type: local
path: ./registry.yaml
# - name: private
# type: local
# path: ./private/registry.yaml
# private: true
- name: private
type: local
path: ./private/registry.yaml
private: true
packages:
- import: ./private/aqua.yaml
- name: cli/cli@v2.38.0
Expand Down

0 comments on commit aeb312c

Please sign in to comment.