diff --git a/salt/common/init.sls b/salt/common/init.sls index e34431a46..12f229d4e 100644 --- a/salt/common/init.sls +++ b/salt/common/init.sls @@ -117,13 +117,13 @@ nginxtmp: # Start the core docker so-coreimage: cmd.run: - - name: docker pull --disable-content-trust=false docker.io/soshybridhunter/so-core:HH1.1.3 + - name: docker pull --disable-content-trust=false docker.io/soshybridhunter/so-core:HH1.1.4 so-core: docker_container.running: - require: - so-coreimage - - image: docker.io/soshybridhunter/so-core:HH1.1.3 + - image: docker.io/soshybridhunter/so-core:HH1.1.4 - hostname: so-core - user: socore - binds: diff --git a/salt/elasticsearch/init.sls b/salt/elasticsearch/init.sls index 4c5d3e644..b3f2e0ce5 100644 --- a/salt/elasticsearch/init.sls +++ b/salt/elasticsearch/init.sls @@ -100,13 +100,13 @@ eslogdir: so-elasticsearchimage: cmd.run: - - name: docker pull --disable-content-trust=false docker.io/soshybridhunter/so-elasticsearch:HH1.1.0 + - name: docker pull --disable-content-trust=false docker.io/soshybridhunter/so-elasticsearch:HH1.1.4 so-elasticsearch: docker_container.running: - require: - so-elasticsearchimage - - image: docker.io/soshybridhunter/so-elasticsearch:HH1.1.0 + - image: docker.io/soshybridhunter/so-elasticsearch:HH1.1.4 - hostname: elasticsearch - name: so-elasticsearch - user: elasticsearch diff --git a/salt/filebeat/init.sls b/salt/filebeat/init.sls index fce1c6b38..1eaa1ae5b 100644 --- a/salt/filebeat/init.sls +++ b/salt/filebeat/init.sls @@ -58,13 +58,13 @@ filebeatconfsync: so-filebeatimage: cmd.run: - - name: docker pull --disable-content-trust=false docker.io/soshybridhunter/so-filebeat:HH1.1.1 + - name: docker pull --disable-content-trust=false docker.io/soshybridhunter/so-filebeat:HH1.1.4 so-filebeat: docker_container.running: - require: - so-filebeatimage - - image: docker.io/soshybridhunter/so-filebeat:HH1.1.1 + - image: docker.io/soshybridhunter/so-filebeat:HH1.1.4 - hostname: so-filebeat - user: root - extra_hosts: {{ MASTER }}:{{ MASTERIP }} diff --git a/salt/hive/init.sls b/salt/hive/init.sls index 73b29b501..c08a74634 100644 --- a/salt/hive/init.sls +++ b/salt/hive/init.sls @@ -55,13 +55,13 @@ hiveesdata: so-thehive-esimage: cmd.run: - - name: docker pull --disable-content-trust=false docker.io/soshybridhunter/so-thehive-es:HH1.1.1 + - name: docker pull --disable-content-trust=false docker.io/soshybridhunter/so-thehive-es:HH1.1.4 so-thehive-es: docker_container.running: - require: - so-thehive-esimage - - image: docker.io/soshybridhunter/so-thehive-es:HH1.1.1 + - image: docker.io/soshybridhunter/so-thehive-es:HH1.1.4 - hostname: so-thehive-es - name: so-thehive-es - user: 939 diff --git a/salt/kibana/init.sls b/salt/kibana/init.sls index 0d6262600..686564f34 100644 --- a/salt/kibana/init.sls +++ b/salt/kibana/init.sls @@ -56,14 +56,14 @@ synckibanacustom: so-kibanaimage: cmd.run: - - name: docker pull --disable-content-trust=false docker.io/soshybridhunter/so-kibana:HH1.1.1 + - name: docker pull --disable-content-trust=false docker.io/soshybridhunter/so-kibana:HH1.1.4 # Start the kibana docker so-kibana: docker_container.running: - require: - so-kibanaimage - - image: docker.io/soshybridhunter/so-kibana:HH1.1.1 + - image: docker.io/soshybridhunter/so-kibana:HH1.1.4 - hostname: kibana - user: kibana - environment: diff --git a/salt/logstash/init.sls b/salt/logstash/init.sls index c2b80346f..6d9755c42 100644 --- a/salt/logstash/init.sls +++ b/salt/logstash/init.sls @@ -155,13 +155,13 @@ lslogdir: # Add the container so-logstashimage: cmd.run: - - name: docker pull --disable-content-trust=false docker.io/soshybridhunter/so-logstash:HH1.1.1 + - name: docker pull --disable-content-trust=false docker.io/soshybridhunter/so-logstash:HH1.1.4 so-logstash: docker_container.running: - require: - so-logstashimage - - image: docker.io/soshybridhunter/so-logstash:HH1.1.1 + - image: docker.io/soshybridhunter/so-logstash:HH1.1.4 - hostname: so-logstash - name: so-logstash - user: logstash diff --git a/salt/wazuh/init.sls b/salt/wazuh/init.sls index a59a1d215..5825ed7d5 100644 --- a/salt/wazuh/init.sls +++ b/salt/wazuh/init.sls @@ -64,13 +64,13 @@ wazuhagentregister: so-wazuhimage: cmd.run: - - name: docker pull --disable-content-trust=false docker.io/soshybridhunter/so-wazuh:HH1.1.3 + - name: docker pull --disable-content-trust=false docker.io/soshybridhunter/so-wazuh:HH1.1.4 so-wazuh: docker_container.running: - require: - so-wazuhimage - - image: docker.io/soshybridhunter/so-wazuh:HH1.1.3 + - image: docker.io/soshybridhunter/so-wazuh:HH1.1.4 - hostname: {{HOSTNAME}}-wazuh-manager - name: so-wazuh - detach: True