From 55f387e247a5c801f1f8b736a828c2fd840f8a49 Mon Sep 17 00:00:00 2001 From: geek Date: Mon, 14 Aug 2017 15:38:09 -0500 Subject: [PATCH] feature: support latest prometheus image --- setup.sh | 1 + triton-compose.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 0a3fdc17..77fba283 100755 --- a/setup.sh +++ b/setup.sh @@ -143,6 +143,7 @@ check() { echo SDC_URL=${SDC_URL} >> _env echo SDC_ACCOUNT=${SDC_ACCOUNT} >> _env echo SDC_KEY_ID=${SDC_KEY_ID} >> _env + echo TRITON_ACCOUNT=${TRITON_USER} >> _env echo TRITON_USER=${TRITON_USER} >> _env echo TRITON_DC=${TRITON_DC} >> _env echo CONSUL=copilot-consul.svc.${TRITON_ACCOUNT}.${TRITON_DC}.cns.joyent.com >> _env diff --git a/triton-compose.yml b/triton-compose.yml index d44293bd..69c1b9e9 100644 --- a/triton-compose.yml +++ b/triton-compose.yml @@ -28,7 +28,7 @@ consul: # it is included here for demo purposes and is not required ############################################################################# prometheus: - image: autopilotpattern/prometheus:1.7.1-r20 + image: autopilotpattern/prometheus:1.7.1-r24 restart: always mem_limit: 1g ports: