1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-02 20:35:25 +02:00

feat(system): upgrade portainer on kubernetes [EE-4625] (#8448)

This commit is contained in:
Chaim Lev-Ari 2023-03-08 04:34:55 +02:00 committed by GitHub
parent 0669ad77d3
commit 4c86be725d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 394 additions and 139 deletions

View file

@ -24,6 +24,7 @@ export const UpgradeBEBannerWrapper = withHideOnExtension(
const enabledPlatforms: Array<ContainerPlatform> = [
'Docker Standalone',
'Docker Swarm',
'Kubernetes',
];
function UpgradeBEBanner() {