diff --git a/docs/outposts/upgrading.md b/docs/outposts/upgrading.md new file mode 100644 index 000000000..afaf4f928 --- /dev/null +++ b/docs/outposts/upgrading.md @@ -0,0 +1,9 @@ +# Upgrading an Outpost + +In the Outpost Overview list, you'll see if any deployed outposts are out of date. + +![](./upgrading_outdated.png) + +To upgrade the Outpost to the latest version, simple adjust the docker tag of the outpost the the new version. + +Since the configuration is managed by passbook, that's all you have to do. diff --git a/docs/outposts/upgrading_outdated.png b/docs/outposts/upgrading_outdated.png new file mode 100644 index 000000000..5330565b9 Binary files /dev/null and b/docs/outposts/upgrading_outdated.png differ diff --git a/mkdocs.yml b/mkdocs.yml index 65e9d1047..766a02fad 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -32,6 +32,7 @@ nav: - Proxy: providers/proxy.md - Outposts: - Overview: outposts/outposts.md + - Upgrading: outposts/upgrading.md - Deploy on docker-compose: outposts/deploy-docker-compose.md - Deploy on Kubernetes: outposts/deploy-kubernetes.md - Expressions: