-
Notifications
You must be signed in to change notification settings - Fork 290
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Don't use latest in helm image tag #257
Comments
Hey @eddycharly, |
Hi @PrasadG193 , that's not true, the helm chart v0.9.1 is using Deploying the chart doesn't work without changing the values right now because of the breaking change in the config file. |
I see. If you are talking about default values, then you are right. We should update the release script to overwrite default image tag as well. Thanks |
Fixed by #259 |
https://github.com/infracloudio/botkube/blob/16e90962d65b27d874f0a5129e9f42e25d793aeb/helm/botkube/values.yaml#L12
Having latest in helm image tag is dangerous, it breaks with current latest image because of a change in the config yaml file.
The text was updated successfully, but these errors were encountered: