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

Commit

Permalink
Bump version of monitoring suite, specify 64-bit version of helm.
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed Jun 2, 2020
1 parent 2afff86 commit 0c4e568
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
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 }}',
},
}

0 comments on commit 0c4e568

Please sign in to comment.