Hi Airbyte Team, we are using argo CD to manage Ai...
# ask-community-for-troubleshooting
j
Hi Airbyte Team, we are using argo CD to manage Airbyte in k8s, After upgrading Airbyte to a newer version by changing the docker images, the Web UI would still show the older version. (My guess is this information is stored in the DB) Is there an easy way to let the web app reflect the newer version?
Copy code
Events:
 Type  Reason   Age  From        Message
 ----  ------   ---- ----        -------
 Normal Scheduled 35m  default-scheduler Successfully assigned airbyte/airbyte-webapp-d75675f7f-k6cxp to ip-172-20-77-82.us-west-1.compute.internal
 Normal Pulled   35m  kubelet      Container image "airbyte/webapp:0.29.17-alpha" already present on machine
 Normal Created  35m  kubelet      Created container airbyte-webapp-container
 Normal Started  35m  kubelet      Started container airbyte-webapp-container
I have 0.29.17-alpha but the UI still shows 0.29.12-alpha