Skip to content

Commit

Permalink
[Backport 2.8][Platform] Updated the azcopy and node-exporter version
Browse files Browse the repository at this point in the history
  • Loading branch information
baba230896 committed Feb 11, 2022
1 parent 36f8571 commit 05a5fdc
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 }}"
prometheus_node_exporter_use_systemd: true
prometheus_user: "{{ node_exporter_user }}"
Expand Down

0 comments on commit 05a5fdc

Please sign in to comment.