Skip to content

Commit

Permalink
chore(deps): update aqua
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and adyranov committed Sep 19, 2024
1 parent 399c8cd commit 8682e2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -eufo pipefail
source $HOME/.config/shell/exports.sh

# renovate: depName=aquaproj/aqua datasource=github-releases
current_aqua_version=v2.31.0
current_aqua_version=v2.32.0

if [ ! $(command -v aqua) ] || [ $(aqua -v | head -n1 | cut -d" " -f3 | sed "s/^/v/") != $current_aqua_version ]; then
echo "Installing aqua"
Expand Down
2 changes: 1 addition & 1 deletion home/private_dot_config/exact_aqua/aqua.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
registries:
- name: standard
type: standard
ref: v4.220.1 # renovate: depName=aquaproj/aqua-registry
ref: v4.221.0 # renovate: depName=aquaproj/aqua-registry
- name: local
type: local
path: registry.yaml
Expand Down

0 comments on commit 8682e2d

Please sign in to comment.