From 70b5e48c19450702ddb1ca3207d9f1eb2718ab4f Mon Sep 17 00:00:00 2001 From: Hannah Cooper Date: Mon, 22 Dec 2025 01:51:01 +0000 Subject: [PATCH] GITBOOK-13: Update popup FAQ --- SUMMARY.md | 1 + ...n-option-to-update-the-portainer-version-within-the-ui.md | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 faqs/troubleshooting/ui-and-features/why-can-i-not-see-an-option-to-update-the-portainer-version-within-the-ui.md diff --git a/SUMMARY.md b/SUMMARY.md index 55e3eb50..9a5fa3ea 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -386,6 +386,7 @@ * [Why is a feature only available in Portainer Business Edition?](faqs/troubleshooting/ui-and-features/why-is-a-feature-only-available-in-portainer-business-edition.md) * [Runtime and Resource sliders are not showing the set value on ARM](faqs/troubleshooting/ui-and-features/runtime-and-resource-sliders-are-not-showing-the-set-value-on-arm.md) * [Why doesn’t the Portainer UI load inside an iframe?](faqs/troubleshooting/ui-and-features/why-doesnt-the-portainer-ui-load-inside-an-iframe.md) + * [Why can I not see an option to update the Portainer version within the UI?](faqs/troubleshooting/ui-and-features/why-can-i-not-see-an-option-to-update-the-portainer-version-within-the-ui.md) * [Logs, errors and debugging](faqs/troubleshooting/logs-errors-and-debugging/README.md) * [Unable to Access Pod Logs in My k0s Cluster](faqs/troubleshooting/logs-errors-and-debugging/unable-to-access-pod-logs-in-my-k0s-cluster.md) * [Can you view deleted container logs in Portainer?](faqs/troubleshooting/logs-errors-and-debugging/can-you-view-deleted-container-logs-in-portainer.md) diff --git a/faqs/troubleshooting/ui-and-features/why-can-i-not-see-an-option-to-update-the-portainer-version-within-the-ui.md b/faqs/troubleshooting/ui-and-features/why-can-i-not-see-an-option-to-update-the-portainer-version-within-the-ui.md new file mode 100644 index 00000000..cbe80934 --- /dev/null +++ b/faqs/troubleshooting/ui-and-features/why-can-i-not-see-an-option-to-update-the-portainer-version-within-the-ui.md @@ -0,0 +1,5 @@ +# Why can I not see an option to update the Portainer version within the UI? + +If you are running any form of ad blocking, DNS filtering, or network proxy between the Portainer Server and the internet, Portainer may be unable to reach the update service. When this happens, Portainer cannot check for the latest available version, and the update option is not shown in the UI. + +Refer to the [update documentation](../../../start/upgrade/) for the available options on how to update Portainer in your environment.