Skip to content
Open
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
10 changes: 5 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- uses: aquaproj/aqua-installer@v4.0.5
if: needs.changes.outputs.go == 'true' || needs.changes.outputs.infra == 'true'
with:
aqua_version: v2.62.0
aqua_version: v2.62.3
# Trust the committed aqua-policy.yaml so the local registry providing
# controller-gen (aqua/registry.yaml) is allowed without interactive prompts.
policy_allow: "true"
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
- uses: aquaproj/aqua-installer@v4.0.5
if: needs.changes.outputs.go == 'true' || needs.changes.outputs.infra == 'true'
with:
aqua_version: v2.62.0
aqua_version: v2.62.3
# Trust the committed aqua-policy.yaml so the local registry providing
# controller-gen (aqua/registry.yaml) is allowed without interactive prompts.
policy_allow: "true"
Expand All @@ -133,7 +133,7 @@ jobs:
- uses: aquaproj/aqua-installer@v4.0.5
if: needs.changes.outputs.go == 'true' || needs.changes.outputs.docker == 'true' || needs.changes.outputs.infra == 'true'
with:
aqua_version: v2.62.0
aqua_version: v2.62.3
# Trust the committed aqua-policy.yaml so the local registry providing
# controller-gen (aqua/registry.yaml) is allowed without interactive prompts.
policy_allow: "true"
Expand Down Expand Up @@ -180,7 +180,7 @@ jobs:
- uses: aquaproj/aqua-installer@v4.0.5
if: needs.changes.outputs.docs == 'true'
with:
aqua_version: v2.62.0
aqua_version: v2.62.3
policy_allow: "true"
- name: Cache Go + aqua tools
if: needs.changes.outputs.docs == 'true'
Expand Down Expand Up @@ -215,7 +215,7 @@ jobs:
- uses: aquaproj/aqua-installer@v4.0.5
if: needs.changes.outputs.chart == 'true' || needs.changes.outputs.infra == 'true'
with:
aqua_version: v2.62.0
aqua_version: v2.62.3
# Trust the committed aqua-policy.yaml so the local registry providing
# controller-gen (aqua/registry.yaml) is allowed without interactive prompts.
policy_allow: "true"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- uses: aquaproj/aqua-installer@v4.0.5
if: steps.changes.outputs.run == 'true'
with:
aqua_version: v2.62.0
aqua_version: v2.62.3
# Trust the committed aqua-policy.yaml so the local registry providing
# controller-gen (aqua/registry.yaml) is allowed without interactive prompts.
policy_allow: "true"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
fetch-depth: 0
- uses: aquaproj/aqua-installer@v4.0.5
with:
aqua_version: v2.62.0
aqua_version: v2.62.3
policy_allow: "true"
- name: Cache Go + aqua tools
uses: actions/cache@v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
- uses: actions/checkout@v7
- uses: aquaproj/aqua-installer@v4.0.5
with:
aqua_version: v2.62.0
aqua_version: v2.62.3
policy_allow: "true"
- name: Package chart
run: helm package "${CHART_DIR}" --destination dist
Expand Down
Loading