Skip to content

Commit

Permalink
[updatecli] update elastic stack version for testing 7.17.13-7f46ddb9 (
Browse files Browse the repository at this point in the history
…#36209)

<Actions>
<action
id="64a18c711e365b7463da1de4c2c00f7ac966917a903e61ccb5cfb64781890c69">
        <h3>Bump elastic-stack to latest snapshot version</h3>
<details
id="e1467303820a62307ce747d1b2cf10db2f7fc32dc526da860cf87f1c25a549fe">
            <summary>Update snapshot.yml</summary>
<p>Updated to content &#34;&#34; in file
&#34;testing/environments/snapshot.yml&#34;&#xA;</p>
        </details>
    </action>
</Actions>

---

<table>
  <tr>
    <td width="77">
<img src="https://www.updatecli.io/images/updatecli.png" alt="Updatecli
logo" width="50" height="50">
    </td>
    <td>
      <p>
Created automatically by <a
href="https://www.updatecli.io/">Updatecli</a>
      </p>
      <details><summary>Options:</summary>
        <br />
<p>Most of Updatecli configuration is done via <a
href="https://www.updatecli.io/docs/prologue/quick-start/">its
manifest(s)</a>.</p>
        <ul>
<li>If you close this pull request, Updatecli will automatically reopen
it, the next time it runs.</li>
<li>If you close this pull request and delete the base branch, Updatecli
will automatically recreate it, erasing all previous commits made.</li>
        </ul>
        <p>
Feel free to report any issues at <a
href="https://github.com/updatecli/updatecli/issues">github.com/updatecli/updatecli</a>.<br
/>
If you find this tool useful, do not hesitate to star <a
href="https://github.com/updatecli/updatecli/stargazers">our GitHub
repository</a> as a sign of appreciation, and/or to tell us directly on
our <a
href="https://matrix.to/#/#Updatecli_community:gitter.im">chat</a>!
        </p>
      </details>
    </td>
  </tr>
</table>

Co-authored-by: apmmachine <[email protected]>
  • Loading branch information
apmmachine and apmmachine authored Aug 2, 2023
1 parent 00d723a commit 58176b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions testing/environments/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
version: '2.3'
services:
elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:7.17.13-19dc27d2-SNAPSHOT
image: docker.elastic.co/elasticsearch/elasticsearch:7.17.13-7f46ddb9-SNAPSHOT
healthcheck:
test: ["CMD-SHELL", "curl -s http://localhost:9200/_cat/health?h=status | grep -q green"]
retries: 300
Expand All @@ -22,7 +22,7 @@ services:
- "ingest.geoip.downloader.enabled=false"

logstash:
image: docker.elastic.co/logstash/logstash:7.17.13-19dc27d2-SNAPSHOT
image: docker.elastic.co/logstash/logstash:7.17.13-7f46ddb9-SNAPSHOT
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:9600/_node/stats"]
retries: 600
Expand All @@ -32,7 +32,7 @@ services:
- ./docker/logstash/pki:/etc/pki:ro

kibana:
image: docker.elastic.co/kibana/kibana:7.17.13-19dc27d2-SNAPSHOT
image: docker.elastic.co/kibana/kibana:7.17.13-7f46ddb9-SNAPSHOT
healthcheck:
test: ["CMD-SHELL", "curl -s http://localhost:5601/api/status?v8format=true | grep -q '\"overall\":{\"level\":\"available\"'"]
retries: 600
Expand Down

0 comments on commit 58176b5

Please sign in to comment.