We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent7c25cb4 commitd534d24Copy full SHA for d534d24
_docs/installation/gitops/monitor-manage-runtimes.md
@@ -235,19 +235,7 @@ Manually change the version in the Helm chart (`chart.yaml`) located in the Shar
235
##### Non-Argo CD GitOps Runtimes
236
Use Helm commands such as `rollback` or `upgrade`.
237
238
-* `helm rollback`
239
-Example:
240
-`helm rollback <runtime_name> <rollback-version>`
241
-where:
242
-* `<runtime_name>` is the name of the Hybrid GitOps Runtime to roll back to.
243
-* `<rollback-version>` is the version of the GitOps Runtime to roll back to.
244
-
245
-* `helm upgrade`
246
247
-`helm upgrade ... <runtime_name> --version <rollback-version>`
248
249
250
+If you need details, see the documentation on [Helm commands](https://helm.sh/docs/helm/helm_init/){:target="\_blank"}.
251
252
253