Skip to content

Commit

Permalink
Update Helm 2 docs links.
Browse files Browse the repository at this point in the history
  • Loading branch information
KucharczykL committed Jan 16, 2020
1 parent 60a84f3 commit e409a34
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion xml/cap_depl_install_caasp.xml
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ d028551.example.com Ready <none> 4h v1.10.11
<para>
If the Linux distribution on your workstation does not provide the correct
&helm; version, or you are using some other platform, see the
<link xlink:href="https://docs.helm.sh/using_helm/#quickstart"> &helm;
<link xlink:href="https://v2.helm.sh/docs/using_helm/#quickstart"> &helm;
Quickstart Guide</link> for installation instructions and basic usage
examples. Download the &helm; binary into any directory that is in your
PATH on your workstation, such as your <filename>~/bin</filename>
Expand Down
12 changes: 6 additions & 6 deletions xml/repeated-content-decl.ent
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ suse/uaa &latestscfchart; &chart-appversion;
<!ENTITY chart-version-fields
'<para xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
There are slight differences in the way &cap; uses some &helm; chart fields
than what is defined in <link xlink:href="https://helm.sh/docs/developing_charts"/>.
than what is defined in <link xlink:href="https://v2.helm.sh/docs/developing_charts"/>.
Take note of the following fields:
</para>
<variablelist xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
Expand All @@ -482,7 +482,7 @@ suse/uaa &latestscfchart; &chart-appversion;
In &cap;, the <literal>APP VERSION</literal> field indicates the &cap;
release that a &helm; chart belongs to. This is in contrast to indicating
the version of the application as defined in
<link xlink:href="https://helm.sh/docs/developing_charts/#the-appversion-field"/>.
<link xlink:href="https://v2.helm.sh/docs/developing_charts/#the-appversion-field"/>.
For example, in the <literal>suse/uaa</literal> &helm; chart, an
<literal>APP VERSION</literal> of 1.4 is in reference to &cap; release 1.4
and does not indicate <literal>uaa</literal> is version 1.4.
Expand All @@ -495,7 +495,7 @@ suse/uaa &latestscfchart; &chart-appversion;
<para>
In &cap;, the <literal>CHART VERSION</literal> field indicates the &helm;
chart version, the same as defined in
<link xlink:href="https://helm.sh/docs/developing_charts/#charts-and-versioning"/>.
<link xlink:href="https://v2.helm.sh/docs/developing_charts/#charts-and-versioning"/>.
For &cap; &helm; charts, the chart version is also the release number of the
coresponding component. For example, in the <literal>suse/uaa</literal>
&helm; chart, a <literal>CHART VERSION</literal> of 2.16.4 also indicates
Expand Down Expand Up @@ -586,17 +586,17 @@ suse/uaa &latestscfchart; &chart-appversion;
<para>
The &helm; client, <literal>helm</literal>, can be installed on your remote
administration computer by referring to the documentation at
<link xlink:href="https://docs.helm.sh/using_helm/#installing-helm"/>. Usage
<link xlink:href="https://v2.helm.sh/docs/using_helm/#installing-helm"/>. Usage
with &cap; requires &helm; 2 and/or iterations of its minor releases.
Compatibility between &cap; and &helm; 3 is not supported.
</para>
<para>
&tiller;, the &helm; server component, needs to be installed on your &kube;
cluster. Follow the instructions at
<link xlink:href="https://helm.sh/docs/using_helm/#installing-tiller"/> to
<link xlink:href="https://v2.helm.sh/docs/using_helm/#installing-tiller"/> to
install &tiller; with a service account and ensure your installation is
appropriately secured according to your requirements as described in
<link xlink:href="https://helm.sh/docs/using_helm/#securing-your-helm-installation"/>.
<link xlink:href="https://v2.helm.sh/docs/using_helm/#securing-your-helm-installation"/>.
</para>
</sect1>'>

Expand Down

0 comments on commit e409a34

Please sign in to comment.