Update dependencies. Use mehr/flower docker image.
This commit is contained in:
parent
623ef3f3b3
commit
16a80bb95b
9 changed files with 15 additions and 9 deletions
|
@ -18,19 +18,21 @@ For postgresql, we recommend an externally managed database and providing only t
|
|||
## Important Tips
|
||||
|
||||
- Use [helm diff](https://github.com/databus23/helm-diff) to preview changes
|
||||
- We don't update the chart version for app version updates at this time, set image.tag instead.
|
||||
- Set image.pullPolicy to `IfNotPresent` after specifying the image.tag
|
||||
- Set redis.auth.password to avoid redis being entirely remade on each release
|
||||
- If updating the chart, carefully review values for any new defaults
|
||||
|
||||
## Updating
|
||||
|
||||
See changes in this chart on [GitLab](https://gitlab.com/glitchtip/glitchtip-helm-chart/-/releases)
|
||||
|
||||
- `helm repo update`
|
||||
- Set the image.tag to the [latest version](https://gitlab.com/glitchtip/glitchtip-frontend/-/releases)
|
||||
- `helm diff upgrade glitchtip glitchtip/glitchtip`
|
||||
- Carefully review diff
|
||||
- `helm upgrade glitchtip glitchtip/glitchtip -f your-values.yaml`
|
||||
|
||||
|
||||
# Contributing
|
||||
|
||||
Please open issues only with potential solutions and be prepared to do some work or else fund it. Contributors are welcome. However, we kindly ask that feature requests and support requests not be opened in this repo.
|
||||
|
|
Reference in a new issue