Skip to content

Commit

Permalink
chore: update checksum (#2180)
Browse files Browse the repository at this point in the history
* chore: update checksum

* chore: enable checksum verification
  • Loading branch information
suzuki-shunsuke authored Dec 30, 2024
1 parent 76492f6 commit 886c949
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aqua-checksums.json
Original file line number Diff line number Diff line change
Expand Up @@ -356,8 +356,8 @@
"algorithm": "sha256"
},
{
"id": "registries/github_content/github.com/aquaproj/aqua-registry/v4.285.1/registry.yaml",
"checksum": "545B17A82BACEE19B5C585B2A300619933ACDE66B208B8FBA5F43A67BF7E6186",
"id": "registries/github_content/github.com/aquaproj/aqua-registry/v4.286.0/registry.yaml",
"checksum": "336248C054C38A5DDAAAD050274832D4853E263215F75C34C1C245FD6D150B60",
"algorithm": "sha256"
}
]
Expand Down
3 changes: 3 additions & 0 deletions aqua.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@
registries:
- type: standard
ref: v4.286.0 # renovate: depName=aquaproj/aqua-registry
checksum:
enabled: true
require_checksum: true
packages:
- import: aqua/*.yaml

0 comments on commit 886c949

Please sign in to comment.