Skip to content

Commit

Permalink
patch: 🎉 automated upstream release update
Browse files Browse the repository at this point in the history
Signed-off-by: gitbot <[email protected]>
  • Loading branch information
gitbot committed Jul 24, 2024
1 parent 0adbbc0 commit b6dbb1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion roles/ceems_lb/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
ceems_lb_version: "0.1.0"
ceems_lb_version: 0.1.1
ceems_lb_binary_local_dir: ""
ceems_lb_binary_url: https://github.com/{{ _ceems_lb_repo }}/releases/download/v{{ ceems_lb_version }}/ceems-{{ ceems_lb_version }}.linux-{{ go_arch }}.tar.gz
ceems_lb_checksums_url: https://github.com/{{ _ceems_lb_repo }}/releases/download/v{{ ceems_lb_version }}/sha256sums.txt
Expand Down
2 changes: 1 addition & 1 deletion roles/ceems_lb/meta/argument_specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ argument_specs:
options:
ceems_lb_version:
description: CEEMS Load Balancer package version. Also accepts latest as parameter.
default: "0.1.0"
default: "0.1.1"
ceems_lb_skip_install:
description: CEEMS Load Balancer installation tasks gets skipped when set to true.
type: bool
Expand Down

0 comments on commit b6dbb1b

Please sign in to comment.