diff options
author | Pierre Guillot <50145663+pierre-guillot-sonarsource@users.noreply.github.com> | 2021-08-10 10:13:57 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2021-08-11 20:08:07 +0000 |
commit | 14eec2bbae05ad763a30fd7a0a30a5a09903044e (patch) | |
tree | bb75a80189f78fa9b46b989da54a56b55d06650e /server/sonar-docs | |
parent | 3372d6349cec60937f6afdbf05c7c275fa24d16d (diff) | |
download | sonarqube-14eec2bbae05ad763a30fd7a0a30a5a09903044e.tar.gz sonarqube-14eec2bbae05ad763a30fd7a0a30a5a09903044e.zip |
SONAR-15251 Add Helm Chart upgrade instructions
Co-authored-by: MikeBirnstiehl <michael.birnstiehl@sonarsource.com>
Diffstat (limited to 'server/sonar-docs')
-rw-r--r-- | server/sonar-docs/src/pages/setup/upgrading.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/server/sonar-docs/src/pages/setup/upgrading.md b/server/sonar-docs/src/pages/setup/upgrading.md index cc5b4e47d61..337efde9aff 100644 --- a/server/sonar-docs/src/pages/setup/upgrading.md +++ b/server/sonar-docs/src/pages/setup/upgrading.md @@ -86,6 +86,10 @@ To upgrade SonarQube using the Docker image: No specific Docker operations are needed, just use the new tag. +### Upgrading from the Helm Chart + +Follow the instructions in the **Upgrade** section of the SonarQube Helm Chart repository [README](https://github.com/SonarSource/helm-chart-sonarqube/tree/master/charts/sonarqube). + ## Edition Upgrade If you're moving to a different edition within the same version (upgrade or downgrade) the steps are exactly the same as above, without the need to browse to `http://yourSonarQubeServerURL/setup` or reanalyze your projects. |