You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dev/release.md
-17Lines changed: 0 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -240,23 +240,6 @@ release version.
240
240
241
241
# Post Release actions
242
242
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
-
260
243
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).
261
244
262
245
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