Skip to content

Commit e3d35ea

Browse files
lmkerbey-mdbjwilliams-mongo
authored andcommitted
(DOCSP-28274) Adding instruction to ensure most current Helm chart is available. (#1402)
* (DOCSP-28274) Adding instruction to ensure most current Helm chart is available. * (DOCSP-28274) * (DOCSP-28274)
1 parent 689852f commit e3d35ea

File tree

2 files changed

+25
-6
lines changed

2 files changed

+25
-6
lines changed

source/includes/steps-upgrade-k8s-online-helm.yaml

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
1+
stepnum: 1
2+
ref: update-helm-chart
3+
title: Update to the latest version of the :mdb-github:`MongoDB Helm Charts for Kubernetes </helm-charts>`.
4+
content: |
5+
6+
.. code-block:: sh
7+
8+
helm repo update mongodb https://mongodb.github.io/helm-charts
9+
10+
111
---
212
ref: remove-project-spec-k8s-online-helm
3-
stepnum: 1
13+
stepnum: 2
414
inherit:
515
file: steps-install-master.yaml
616
ref: remove-project-spec
@@ -9,15 +19,15 @@ ref: upgrade-customize-chart
919
inherit:
1020
file: steps-helm-master.yaml
1121
ref: helm-master-customize-chart
12-
stepnum: 2
22+
stepnum: 3
1323

1424
---
1525

1626
ref: helm-k8s-online-ug
1727
inherit:
1828
file: steps-helm-master.yaml
1929
ref: helm-master-install
20-
stepnum: 3
30+
stepnum: 4
2131
replacement:
2232
method: "Upgrade the |k8s-op-short|."
2333
content: |

source/includes/steps-upgrade-os-online-helm.yaml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
1+
stepnum: 1
2+
ref: update-helm-chart
3+
title: Update to the latest version of the :mdb-github:`MongoDB Helm Charts for Kubernetes </helm-charts>`.
4+
content: |
5+
6+
.. code-block:: sh
7+
8+
helm repo update mongodb https://mongodb.github.io/helm-charts
9+
110
---
211

312
ref: remove-proj-spec-oc
4-
stepnum: 1
13+
stepnum: 2
514
inherit:
615
file: steps-install-master.yaml
716
ref: remove-project-spec
@@ -10,15 +19,15 @@ ref: upgrade-customize-chart
1019
inherit:
1120
file: steps-helm-master.yaml
1221
ref: helm-master-customize-chart
13-
stepnum: 2
22+
stepnum: 3
1423

1524
---
1625

1726
ref: helm-os-online-ug
1827
inherit:
1928
file: steps-helm-master.yaml
2029
ref: helm-master-install
21-
stepnum: 3
30+
stepnum: 4
2231
replacement:
2332
method: "Upgrade the |k8s-op-short|."
2433
content: |

0 commit comments

Comments
 (0)