Skip to content
This repository has been archived by the owner on Jan 13, 2023. It is now read-only.

Bump version of monitoring suite, specify 64-bit version of helm. #20

Merged
merged 3 commits into from
Jun 2, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Bump version of monitoring suite, specify 64-bit version of helm.
  • Loading branch information
geerlingguy committed Jun 2, 2020
commit 0c4e56837817d4edd5804411ddd7f7b1aae7e5fe
4 changes: 3 additions & 1 deletion group_vars/all.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
ansible_user: pirate
helm_arch: arm

# For a 32-bit OS, set to 'arm'. For 64-bit OS, set to 'arm64'.
helm_arch: arm64

# Turing Pi.
# ingress_server_ip: 10.0.100.74
Expand Down
4 changes: 3 additions & 1 deletion roles/cluster_monitoring/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
---
# The version of the cluster-monitoring repo to check out. See commits:
# https://github.com/carlosedp/cluster-monitoring/commits/master
cluster_monitoring_version: 5b75c81
cluster_monitoring_version: 40c9318

# Whether to force updating the cluster-monitoring repository. Set this to true
# if you change the cluster_monitoring_version above.
cluster_monitoring_update_repo: false

grafana_from_email: myemail@example.com
2 changes: 1 addition & 1 deletion roles/cluster_monitoring/templates/vars.jsonnet.j2
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@

// Grafana "from" email
grafana: {
from_address: 'myemail@example.com',
from_address: '{{ grafana_from_email }}',
},
}