Skip to content

KOTSADM admin console deployment not using newer image tag when upgraded #5932

Description

@rajsingh176

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions