Skip to content

Commit

Permalink
fix: link to 1.22 manifest (#169)
Browse files Browse the repository at this point in the history
Signed-off-by: Jaime Silvela <[email protected]>
  • Loading branch information
jsilvela authored Dec 22, 2023
1 parent 7cf7c8f commit ba94fc1
Show file tree
Hide file tree
Showing 10 changed files with 140 additions and 140 deletions.
2 changes: 1 addition & 1 deletion assets/documentation/1.22/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -457,5 +457,5 @@ <h2 id="about-this-guide">About this guide</h2>

<!--
MkDocs version : 1.4.2
Build Date UTC : 2023-12-21 16:25:20.733411+00:00
Build Date UTC : 2023-12-22 11:47:14.688454+00:00
-->
6 changes: 3 additions & 3 deletions assets/documentation/1.22/installation_upgrade/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -346,10 +346,10 @@ <h2 id="installation-on-kubernetes">Installation on Kubernetes</h2>
<h3 id="directly-using-the-operator-manifest">Directly using the operator manifest</h3>
<p>The operator can be installed like any other resource in Kubernetes,
through a YAML manifest applied via <code>kubectl</code>.</p>
<p>You can install the <a href="https://raw.githubusercontent.com/cloudnative-pg/cloudnative-pg/release-1.21/releases/cnpg-1.22.0.yaml">latest operator manifest</a>
<p>You can install the <a href="https://raw.githubusercontent.com/cloudnative-pg/cloudnative-pg/release-1.22/releases/cnpg-1.22.0.yaml">latest operator manifest</a>
for this minor release as follows:</p>
<pre><code class="language-sh">kubectl apply -f \
https://raw.githubusercontent.com/cloudnative-pg/cloudnative-pg/release-1.21/releases/cnpg-1.22.0.yaml
https://raw.githubusercontent.com/cloudnative-pg/cloudnative-pg/release-1.22/releases/cnpg-1.22.0.yaml
</code></pre>
<p>You can verify that with:</p>
<pre><code class="language-sh">kubectl get deployment -n cnpg-system cnpg-controller-manager
Expand Down Expand Up @@ -393,7 +393,7 @@ <h3 id="testing-the-latest-development-snapshot">Testing the latest development
<p>If you are instead looking for the latest snapshot of the operator for this
specific minor release, you can just run:</p>
<pre><code class="language-sh">curl -sSfL \
https://raw.githubusercontent.com/cloudnative-pg/artifacts/release-1.21/manifests/operator-manifest.yaml | \
https://raw.githubusercontent.com/cloudnative-pg/artifacts/release-1.22/manifests/operator-manifest.yaml | \
kubectl apply -f -
</code></pre>
<div class="admonition important">
Expand Down
2 changes: 1 addition & 1 deletion assets/documentation/1.22/search/search_index.json

Large diffs are not rendered by default.

Loading

0 comments on commit ba94fc1

Please sign in to comment.