Start work on 4.0.0 release

This commit is contained in:
David Burke 2024-07-15 16:31:52 -04:00
parent 68a5568447
commit 7959103b0e
9 changed files with 18 additions and 8 deletions

9
CHANGELOG Normal file
View file

@ -0,0 +1,9 @@
# Unreleased
# 4.0.0
- (Breaking) Rename value preInstall to migrationJob
- The migration job now runs the migrate script which includes pgpartition. This should help ensure it runs more often as a failsafe should celery fail.
- Add some support for volume mounts, not well tested
- Started this changelog
- Updated chart dependencies to latest versions

View file

@ -1,9 +1,9 @@
dependencies:
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 15.2.5
version: 15.5.16
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 19.1.3
digest: sha256:7b8098045631f04e264d0668223688e468b20403e6ed41a3a95437085f6467a5
generated: "2024-04-25T19:23:07.961624449-04:00"
version: 19.6.1
digest: sha256:39ccb3c76f7a8587ce6623d8b563cefcb3c63a7376768a901ae8092ca4fd9b82
generated: "2024-07-15T16:16:16.67406353-04:00"

View file

@ -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: 3.0.9
version: 4.0.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.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
charts/redis-19.6.1.tgz Normal file

Binary file not shown.

@ -1 +1 @@
Subproject commit 0d5921af5e3637b1b3f1fe3108bcd2d7a2e9d0f2
Subproject commit 74288199f63f3894345e1393433b247e66280ea0

View file

@ -19,8 +19,9 @@ env:
# DATABASE_URL: Specify if using external postgres (not managed by this chart)
# REDIS_URL: Specify if using external redis (not managed by this chart)
preInstall:
migrationJob:
enabled: true
command: ["bin/run-migrate.sh"]
activeDeadlineSeconds: 900
web:
@ -91,7 +92,7 @@ worker:
minReplicas: 1
maxReplicas: 10
targetCPU: 100
# targetMemory: 80
# targetMemory: 100
livenessProbe:
initialDelaySeconds: 10
periodSeconds: 60