Skip to content

Commit

Permalink
deploy: c30068d
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 28, 2024
1 parent f4a1776 commit 6d4042b
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 1 deletion.
30 changes: 30 additions & 0 deletions docs/installation/index.html
Expand Up @@ -444,6 +444,15 @@
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#helm-chart-for-kubernetes" class="md-nav__link">
<span class="md-ellipsis">
Helm chart for kubernetes
</span>
</a>

</li>

<li class="md-nav__item">
Expand Down Expand Up @@ -1311,6 +1320,15 @@
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#helm-chart-for-kubernetes" class="md-nav__link">
<span class="md-ellipsis">
Helm chart for kubernetes
</span>
</a>

</li>

<li class="md-nav__item">
Expand Down Expand Up @@ -1468,6 +1486,18 @@ <h2 id="compiling-from-source">Compiling from source<a class="headerlink" href="
</ol>
<h2 id="release-candidate-rc">Release candidate (RC)<a class="headerlink" href="#release-candidate-rc" title="Permanent link">&para;</a></h2>
<p>The <code>master</code> branch with bleeding edge changes is periodically built and published as <code>listmonk/listmonk:rc</code> on DockerHub. To run the latest pre-release version, replace all instances of <code>listmonk/listmonk:latest</code> with <code>listmonk/listmonk:rc</code> in the docker-compose.yml file and follow the Docker installation steps above. While it is generally safe to run release candidate versions, they may have issues that only get resolved in a general release.</p>
<h2 id="helm-chart-for-kubernetes">Helm chart for kubernetes<a class="headerlink" href="#helm-chart-for-kubernetes" title="Permanent link">&para;</a></h2>
<p><img alt="Version: 0.1.0" src="https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square" /> <img alt="Type: application" src="https://img.shields.io/badge/Type-application-informational?style=flat-square" /> <img alt="AppVersion: 3.0.0" src="https://img.shields.io/badge/AppVersion-3.0.0-informational?style=flat-square" /></p>
<p>A helm chart for easily installing listmonk on a kubernetes cluster is made available by community <a href="https://github.com/th0th/helm-charts/tree/main/charts/listmonk">here</a>.</p>
<p>In order to use the helm chart, you can configure <code>values.yaml</code> according to your needs, and then run the following command:</p>
<div class="highlight"><pre><span></span><code>$<span class="w"> </span>helm<span class="w"> </span>upgrade<span class="w"> </span><span class="se">\</span>
<span class="w"> </span>--create-namespace<span class="w"> </span><span class="se">\</span>
<span class="w"> </span>--install<span class="w"> </span>listmonk<span class="w"> </span>listmonk<span class="w"> </span><span class="se">\</span>
<span class="w"> </span>--namespace<span class="w"> </span>listmonk<span class="w"> </span><span class="se">\</span>
<span class="w"> </span>--repo<span class="w"> </span>https://th0th.github.io/helm-charts<span class="w"> </span><span class="se">\</span>
<span class="w"> </span>--values<span class="w"> </span>values.yaml<span class="w"> </span><span class="se">\</span>
<span class="w"> </span>--version<span class="w"> </span><span class="m">0</span>.1.0
</code></pre></div>
<h2 id="3rd-party-hosting">3rd party hosting<a class="headerlink" href="#3rd-party-hosting" title="Permanent link">&para;</a></h2>
<p><a href="https://dash.elest.io/deploy?soft=Listmonk&id=237"><img height=33 src=https://github.com/elestio-examples/wordpress/raw/main/deploy-on-elestio.png alt="Deploy on Elestio" style="max-width: 150px;"></a>
<br />
Expand Down
2 changes: 1 addition & 1 deletion docs/search/search_index.json

Large diffs are not rendered by default.

Binary file modified docs/sitemap.xml.gz
Binary file not shown.

0 comments on commit 6d4042b

Please sign in to comment.