For upgrading KOTS, see kubectl kots admin-console upgrade.
For upgrading kURL, see kurl.sh/docs/install-with-kurl/upgrading
Replicated is capable of auto-upgrading itself to any version that is pinned to the same version of Kubernetes.
Set the replicated_version
in the host_requirements
section of your Replicated yaml to a range to enable this feature.
host_requirements:
replicated_version: "<=2.26.0"
If configured, Replicated will attempt to auto-upgrade itself every time your app is updated to a new version. This feature is not enabled on airgap installs.
Auto-upgrades can be disabled by setting the DisableReplicatedAutoUpdates
parameter from the cli.