When will v0.8.38 be available in helm chart for d...
# all-things-deployment
n
When will v0.8.38 be available in helm chart for deployment?
b
hey Waliur! if you use 0.2.81 it will have the v0.8.38 datahub release on it https://artifacthub.io/packages/helm/datahub/datahub
thank you 1
n
datahub-0.2.81 is picking up v0.8.36 as app version during deployment. any idea why? @bulky-soccer-26729
b
very weird.. you're not using a custom values file are you?
it looks like the default for that helm chart is 0.8.38
0.2.80 looks like it uses app version 0.8.36
n
nope, not using any custom values file.
@bulky-soccer-26729 We are basically upgrading helm chart from 0.2.80 to 0.2.81 but we are still getting app version 0.8.36 after successful upgradation.
r
Repulled helm chart? or running directly from helm chart source via
helm upgrade datahub datahub/datahub
?
n
running directly from helm chart source via
helm upgrade datahub datahub/datahub
After few tries now it shows:
🤔 1
But UI still shows:
b
have you tried restarting your frontend container to see if it picks up on the update?
n
ok its working now
did a remove re-add
b
wonderful!