Update dependencies. Use mehr/flower docker image.
This commit is contained in:
parent
623ef3f3b3
commit
16a80bb95b
|
@ -1,9 +1,9 @@
|
|||
dependencies:
|
||||
- name: postgresql
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 12.11.2
|
||||
version: 13.0.0
|
||||
- name: redis
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 17.17.1
|
||||
digest: sha256:49685f612935d18ea9d44f4fea05f9b59897ed07d14d1e6190b9cdce19ae2e33
|
||||
generated: "2023-09-15T14:57:19.943176582-04:00"
|
||||
version: 18.1.2
|
||||
digest: sha256:d3f137e9c3bf32c245dc1c8b7df147e831b44a5b2fcb17d644f6beb16fbdb2da
|
||||
generated: "2023-10-04T09:28:13.647209811-04:00"
|
||||
|
|
|
@ -14,7 +14,7 @@ type: application
|
|||
|
||||
# This is the chart version. This version number should be incremented each time you make changes
|
||||
# to the chart and its templates, including the app version.
|
||||
version: 2.3.7
|
||||
version: 2.4.0
|
||||
|
||||
# This is the version number of the application being deployed. This version number should be
|
||||
# incremented each time you make changes to the application.
|
||||
|
@ -24,10 +24,10 @@ icon: https://glitchtip.gitlab.io/glitchtip-helm-chart/icon.svg
|
|||
|
||||
dependencies:
|
||||
- name: postgresql
|
||||
version: ^12.2.7
|
||||
version: ^13.0.0
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
condition: postgresql.enabled
|
||||
- name: redis
|
||||
version: ^17.9.4
|
||||
version: ^18.1.2
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
condition: redis.enabled
|
||||
|
|
|
@ -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.
|
||||
|
|
Binary file not shown.
BIN
charts/postgresql-13.0.0.tgz
Normal file
BIN
charts/postgresql-13.0.0.tgz
Normal file
Binary file not shown.
Binary file not shown.
BIN
charts/redis-18.1.2.tgz
Normal file
BIN
charts/redis-18.1.2.tgz
Normal file
Binary file not shown.
|
@ -1 +1 @@
|
|||
Subproject commit 3099e678fcf3c32e7218e6fcf9ecbfe3203a5411
|
||||
Subproject commit 0d5921af5e3637b1b3f1fe3108bcd2d7a2e9d0f2
|
|
@ -129,6 +129,10 @@ beat:
|
|||
|
||||
flower:
|
||||
enabled: false
|
||||
image:
|
||||
repository: mher/flower
|
||||
tag: latest
|
||||
pullPolicy: IfNotPresent
|
||||
resources:
|
||||
limits:
|
||||
cpu: 500m
|
||||
|
|
Loading…
Reference in a new issue