When upgrading the admin console to a later version, the deployment is not using the newer version images in the registry:
KOTS CLI version: 1.124.18
AdminConsole version before: v1.124.18
Target version: v1.130.0
Environment: Airgap, KOTS
Steps to reproduce:
Downloaded https://github.com/replicatedhq/kots/releases/download/v1.130.0/kotsadm.tar.gz
kubectl kots admin-console push-images ./kotsadm.tar.gz 10.x.x.x:30500
kubectl kots admin-console upgrade --kotsadm-registry 10.x.x.x:30500 -n kotsadm
Expected: Deployment updated to v1.130.0 images
Actual: Deployment still uses v1.124.18 images
Workaround: Manual kubectl patch to update image tags
The upgrade should automatically patch the deployment to use the newer image. This is not in the documentation as well.
https://docs.replicated.com/enterprise/updating-app-manager#air-gap-environments-2
When upgrading the admin console to a later version, the deployment is not using the newer version images in the registry:
KOTS CLI version: 1.124.18
AdminConsole version before: v1.124.18
Target version: v1.130.0
Environment: Airgap, KOTS
Steps to reproduce:
Downloaded https://github.com/replicatedhq/kots/releases/download/v1.130.0/kotsadm.tar.gz
kubectl kots admin-console push-images ./kotsadm.tar.gz 10.x.x.x:30500kubectl kots admin-console upgrade --kotsadm-registry 10.x.x.x:30500 -n kotsadmExpected: Deployment updated to v1.130.0 images
Actual: Deployment still uses v1.124.18 images
Workaround: Manual kubectl patch to update image tags
The upgrade should automatically patch the deployment to use the newer image. This is not in the documentation as well.
https://docs.replicated.com/enterprise/updating-app-manager#air-gap-environments-2