Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/manuals/packages/providers/provider-families.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ For information on migrating from monolithic providers to provider families read
## Installing a provider family

:::important
The ability to install any version of an Official Provider **other than the most recent** requires at least a `Team` subscription to Upbound and a package pull secret to be placed on your control plane. Learn more in the section below.
Backport releases of Official Providers require at least a `Standard` subscription to Upbound and a package pull secret to be placed on your control plane. Main releases published within the last 12 months are available to all users. Learn more in the [package policies][package-policies].
:::

Installing a provider family is identical to installing other Crossplane providers.
Expand Down Expand Up @@ -182,3 +182,4 @@ metadata:
[family-providers-migration-guide]: /manuals/packages/providers/migration
[upbound-marketplace]: https://marketplace.upbound.io/providers?tier=official
[controllerconfig]: https://docs.crossplane.io/latest/concepts/packages/#speccontrollerconfigref
[package-policies]: /manuals/packages/policies
4 changes: 2 additions & 2 deletions docs/manuals/packages/providers/pull-secrets.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
title: Pull secrets
sidebar_position: 1
description: Learn how to configure access to older Official providers versions from
description: Learn how to configure access to backport releases of Official providers from
the Marketplace
---

You must configure a pull secret on your control plane to pull any non-latest version of an Official Provider. If you're on
You must configure a pull secret on your control plane to pull backport releases of Official Providers. If you're on
Crossplane, UXP v1.18 or later, UXP v1.16.4, or UXP v1.17.3, use the ImageConfig API. Otherwise, configure a pull secret for each provider pod.

:::important
Expand Down