Skip to content

Commit 7ec6284

Browse files
authored
CLOUDP-327516: Fix post install docs (#2418)
1 parent e7a61fc commit 7ec6284

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

docs/dev/release.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -240,23 +240,6 @@ release version.
240240

241241
# Post Release actions
242242

243-
Following the instructions above the release is completed, but the AKO repo is left using a `helm-charts/` submodule which is not pointing to the latest released Helm Chart. Make a PR to update that submodule:
244-
```
245-
cd helm-charts
246-
git pull
247-
```
248-
Checkout to the branch for the release:
249-
```
250-
git checkout mongodb-atlas-kubernetes-<VERSION>
251-
```
252-
Return up to the AKO repo, and create a new branch & PR with the newer submodule:
253-
```
254-
cd ..
255-
git checkout -b update-helm-submodule-<VERSION>
256-
git add helm-charts
257-
git push
258-
```
259-
260243
If the release is a new minor version, then the CLI must be updated with the new version (and any new CRDs) [here](https://github.com/mongodb/atlas-cli-plugin-kubernetes/blob/main/internal/kubernetes/operator/features/crds.go).
261244

262245
If necessary, a CLI plugin release can be created as detailed [here](https://github.com/mongodb/atlas-cli-plugin-kubernetes/blob/main/RELEASING.md).

0 commit comments

Comments
 (0)