The latest helm chart for Bitbucket uses version 7.21.7. Are there plans to bring that up to the current LTS release for Bitbucket? Has anyone used this helm chart to successfully upgrade to a later version than 7.21.7?
@rwm rwm you can easily override the tag when running helm install/deploy, for example
```
helm install bitbucket -n bitbucket --set image.tag=7.21.10
```
You may also override the tag in your custom values.yaml
https://hub.docker.com/r/atlassian/bitbucket/tags there is an 8.5.2 tag for bitbucket listed here. Is it safe to assume this helm chart would be compatible since there haven't been any updates to the chart that correspond with the new tag?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Helm charts use LTS tags only and 8.x are not yet LTS. And yes, it is safe to use any image tag with the Helm chart.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.