Skip to content

Commit

Permalink
Deployed site update
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 18, 2024
1 parent 49dfa5b commit 098a5c8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions 453-e/k8s/cache-service-configuration.html
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ <h2 id="configure-and-start-the-cache-service">Configure and start the cache ser
switch. For example:</p>
<div class="highlight-shell notranslate"><div class="highlight"><pre><span></span>$ helm upgrade my-caching-service starburstdata/starburst-cache-service <span class="se">\</span>
--install <span class="se">\</span>
--version <span class="m">453</span>.4.0 <span class="se">\</span>
--version <span class="m">453</span>.6.0 <span class="se">\</span>
--values ./registry-access.yaml
--values ./cache-service-prod.yaml
</pre></div>
Expand Down Expand Up @@ -551,7 +551,7 @@ <h3 id="image"><code class="docutils literal notranslate"><span class="pre">imag
<code class="docutils literal notranslate"><span class="pre">image</span></code> top level node in the <code class="docutils literal notranslate"><span class="pre">values.yaml</span></code> file:</p>
<div class="highlight-yaml notranslate"><div class="highlight"><pre><span></span><span class="nt">image</span><span class="p">:</span>
<span class="nt">repository</span><span class="p">:</span> <span class="s">"starburstdata/starburst-cache-service"</span>
<span class="nt">tag</span><span class="p">:</span> <span class="s">"453-e.4"</span>
<span class="nt">tag</span><span class="p">:</span> <span class="s">"453-e.6"</span>
<span class="nt">pullPolicy</span><span class="p">:</span> <span class="s">"IfNotPresent"</span>
</pre></div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions 453-e/k8s/sep-config-examples.html
Original file line number Diff line number Diff line change
Expand Up @@ -580,12 +580,12 @@ <h1 id="k8s-sep-config-examples--page-root">Kubernetes configuration examples<a
creating YAML files for customizing SEP:</p>
<div class="highlight-yaml notranslate"><div class="highlight"><pre><span></span><span class="nt">image</span><span class="p">:</span>
<span class="nt">repository</span><span class="p">:</span> <span class="s">"harbor.starburstdata.net/starburstdata/starburst-enterprise"</span>
<span class="nt">tag</span><span class="p">:</span> <span class="s">"453-e.4"</span>
<span class="nt">tag</span><span class="p">:</span> <span class="s">"453-e.6"</span>
<span class="nt">pullPolicy</span><span class="p">:</span> <span class="s">"IfNotPresent"</span>

<span class="nt">initImage</span><span class="p">:</span>
<span class="nt">repository</span><span class="p">:</span> <span class="s">"harbor.starburstdata.net/starburstdata/starburst-enterprise-init"</span>
<span class="nt">tag</span><span class="p">:</span> <span class="s">"453.4.0"</span>
<span class="nt">tag</span><span class="p">:</span> <span class="s">"453.6.0"</span>
<span class="nt">pullPolicy</span><span class="p">:</span> <span class="s">"IfNotPresent"</span>

<span class="nt">registryCredentials</span><span class="p">:</span>
Expand Down
2 changes: 1 addition & 1 deletion 453-e/k8s/sep-configuration.html
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,7 @@ <h2 id="applying-configuration-changes">Applying configuration changes<a class="
example:</p>
<div class="highlight-shell notranslate"><div class="highlight"><pre><span></span>$ helm upgrade my-sep-prod-cluster starburstdata/starburst-enterprise <span class="se">\</span>
--install <span class="se">\</span>
--version <span class="m">453</span>.4.0 <span class="se">\</span>
--version <span class="m">453</span>.6.0 <span class="se">\</span>
--values ./registry-access.yaml
--values ./sep-prod-setup.yaml
</pre></div>
Expand Down
2 changes: 1 addition & 1 deletion 453-e/searchindex.js

Large diffs are not rendered by default.

0 comments on commit 098a5c8

Please sign in to comment.