Skip to content

Commit

Permalink
[Backport 2.12][Platform] Updated the azcopy and node-exporter version (
Browse files Browse the repository at this point in the history
#11449)

- Updated the azcopy (10.4.0 to 10.13.0), and node-exporter (1.2.2 to 1.3.1) to newer versions.
- The updated versions don't have any breaking changes.

Fixes - #11004
  • Loading branch information
baba230896 authored Feb 11, 2022
1 parent a4e524f commit dcecbfa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion managed/devops/roles/install_backup_util/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
bin_path: "/usr/local/bin"

# azcopy variables
azcopy_package: "azcopy_linux_amd64_10.4.0.tar.gz"
azcopy_package: "azcopy_linux_amd64_10.13.0.tar.gz"

# gsutil variables
gsutil_package_name: "gsutil"
Expand Down
2 changes: 1 addition & 1 deletion managed/devops/roles/swamper/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies:
become_method: sudo
prometheus_go_version: 1.7
prometheus_use_service: true
prometheus_node_exporter_version: 1.2.2
prometheus_node_exporter_version: 1.3.1
prometheus_node_exporter_opts: "--web.listen-address=:{{ node_exporter_port }} \
--collector.textfile.directory=/tmp/yugabyte/metrics"
prometheus_node_exporter_use_systemd: true
Expand Down

0 comments on commit dcecbfa

Please sign in to comment.