Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(deploy-upgrade): updated the versions of the doc for the next release #161

Merged
merged 2 commits into from
Sep 6, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions quickstart/deploy-mayastor.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ helm search repo mayastor --versions
{% tab title="Sample Output" %}
```text
NAME CHART VERSION APP VERSION DESCRIPTION
mayastor/mayastor 2.3.0 2.3.0 Mayastor Helm chart for Kubernetes
mayastor/mayastor 2.4.0 2.4.0 Mayastor Helm chart for Kubernetes
```
{% endtab %}
{% endtabs %}
Expand All @@ -53,11 +53,11 @@ To discover all the versions (including unstable versions), execute:
{% endhint %}


3. Run the following command to install Mayastor _version 2.3.
3. Run the following command to install Mayastor _version 2.4.
{% tabs %}
{% tab title="Command" %}
```text
helm install mayastor mayastor/mayastor -n mayastor --create-namespace --version 2.3.0
helm install mayastor mayastor/mayastor -n mayastor --create-namespace --version 2.4.0
```
{% endtab %}
{% tab title="Sample Output" %}
Expand Down