From 5a7e68206eef7f5f228266c8c7d8095eb2af42c0 Mon Sep 17 00:00:00 2001 From: Josh Brower Date: Sun, 3 Nov 2019 05:57:22 -0500 Subject: [PATCH] Update init.sls --- salt/hive/init.sls | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/salt/hive/init.sls b/salt/hive/init.sls index 772bec3e5..a825aebf5 100644 --- a/salt/hive/init.sls +++ b/salt/hive/init.sls @@ -90,13 +90,13 @@ so-thehive-es: so-corteximage: cmd.run: - - name: docker pull --disable-content-trust=false docker.io/soshybridhunter/so-cortex:HH1.1.1 + - name: docker pull --disable-content-trust=false docker.io/soshybridhunter/so-cortex:HH1.1.3 so-cortex: docker_container.running: - require: - so-corteximage - - image: docker.io/soshybridhunter/so-cortex:HH1.1.1 + - image: docker.io/soshybridhunter/so-cortex:HH1.1.3 - hostname: so-cortex - name: so-cortex - user: 939