1
0
Fork 0
mirror of synced 2024-09-12 23:43:09 +12:00
Commit graph

180 commits

Author SHA1 Message Date
Martin McKeaveney
dacb0d30ce prevent lack of start/end date from causing UI error 2024-05-08 15:55:14 +01:00
Peter Clement
b080821f29
Update helm charts to account for temp bucket (#13544)
* update helm charts to account for temp bucket

* typo

* move location of vars
2024-04-23 10:31:18 +01:00
Michael Drury
2b6881e57d
Merge branch 'master' into allow-extra-volumes 2024-04-12 12:23:07 +01:00
Sam Rose
bcec05cd08
Regenerate README. 2024-04-12 11:46:09 +01:00
Sam Rose
245fec960f
Allow specifying extra volume mounts for containers in our Helm chart. 2024-04-12 11:17:05 +01:00
Sam Rose
4005cb45e5
Merge branch 'master' into allow-sidecars-in-helm-chart 2024-04-12 10:41:31 +01:00
Sam Rose
d7bfb7a70b
Regenerate README. 2024-04-12 10:31:38 +01:00
Sam Rose
7f36a74130
Allow specifying sidecars for the pods in our Helm chart. 2024-04-12 10:27:35 +01:00
Sam Rose
bf223f1f09
Increase the base Minio storage to 2Gi in Helm chart. 2024-04-12 09:57:34 +01:00
Christos Alexiou
799d60beed Revert "Remove condition for looking up existing secret"
This reverts commit dde52c6f93.
2024-04-08 19:17:55 +03:00
Christos Alexiou
dde52c6f93 Remove condition for looking up existing secret 2024-04-08 19:08:04 +03:00
jujumilk3
4ae3735302 fix typo at helm charts 2024-03-15 19:50:54 +09:00
Sam Rose
9b60111413
Allow ndots to be configurable in the Helm chart. 2024-01-04 09:42:33 +00:00
Sam Rose
d3de8acd77
Revert "Allow TEMPLATES_BUCKET_NAME to be configured in the Helm chart." 2023-12-20 17:08:49 +00:00
Sam Rose
5083369a99
Fix incorrect casing. 2023-12-20 16:26:25 +00:00
Sam Rose
915b96d78d
Allow TEMPLATES_BUCKET_NAME to be configured in the Helm chart. 2023-12-20 16:25:20 +00:00
Sam Rose
7a21576e74
Copy paste error in the Helm chart. 2023-12-20 10:18:11 +00:00
Sam Rose
753d95e2b4
Fix the command and args values in the Helm chart, I put them in the wrong place. 2023-12-20 09:55:30 +00:00
Sam Rose
d48362017f
Allow the specifying of custom command and args values in Helm chart. 2023-12-19 15:07:50 +00:00
Sam Rose
79fa567095
Allow the passing of extra envrionment variables to apps, worker, and automation worker pods. 2023-12-13 17:10:19 +00:00
Sam Rose
59581890cb
Rename automation worker container. 2023-12-13 15:48:22 +00:00
Sam Rose
33818daea9
Fix whitespace. 2023-12-13 12:37:08 +00:00
Sam Rose
d164a3788d
Make it possible to disable automation workers. 2023-12-13 12:36:24 +00:00
Sam Rose
ff04d0516a
Disable API completely in automations workers. 2023-12-13 10:59:35 +00:00
Sam Rose
6098a2d9e8
Split out automation processing from the apps pods. 2023-12-13 10:47:16 +00:00
Michael Drury
afc7892562
Merge branch 'master' into fix-deployment-instability 2023-12-06 11:48:17 +00:00
Sam Rose
79819795c1
Merge branch 'master' into fix-deployment-instability 2023-12-06 10:09:17 +00:00
Sam Rose
cbdac03d75
Fix a small typo in the example values.yaml file. 2023-12-05 14:54:29 +00:00
Sam Rose
98ae0014a8
Respond to PR comments. 2023-12-04 11:47:11 +00:00
Sam Rose
f776499970
Add minReadySeconds: 10 to the proxy deployment to give nginx time to properly start. 2023-12-01 16:00:37 +00:00
Sam Rose
bd5d7c3b65
Merge master. 2023-12-01 14:02:01 +00:00
Christos Alexiou
4fcb4d5677 fix: use /health and remove 301 2023-11-29 23:39:41 +02:00
Sam Rose
e1b16c06ea
Remove unnecessary annotations from example values.yaml. 2023-11-29 17:01:52 +00:00
Sam Rose
1642d18d7d
Remove incorrect image from values.yaml example. 2023-11-29 17:01:08 +00:00
Sam Rose
e4b1cf7705
Note that we're moving to our own CouchDB image in the helm chart readme. 2023-11-29 16:57:11 +00:00
Sam Rose
7ba412d5c8
List breaking changes between 2.x and 3.0.0 in chart readme. 2023-11-29 16:53:17 +00:00
Sam Rose
f917e56245
Note metrics-server dependency. 2023-11-27 17:16:06 +00:00
Sam Rose
7e10362515
More README tweaks. 2023-11-27 17:14:52 +00:00
Sam Rose
6674bf139b
Expand chart documentation, fix HPA definition. 2023-11-27 17:12:13 +00:00
Sam Rose
5ae9a3e46b
Merge master. 2023-11-24 15:04:03 +00:00
Sam Rose
c50770da0a
Tidy up the chart. 2023-11-23 17:06:52 +00:00
Sam Rose
4af7bf459a
Remove extraneous creation timestamp. 2023-11-21 17:35:23 +00:00
Sam Rose
08d45820a2
Update chart dependencies, fix some syntactic errors. 2023-11-21 10:29:27 +00:00
Sam Rose
cade7d339e
First pass at updating Helm chart. 2023-11-20 17:03:38 +00:00
Julio Morimoto
97ca361a6a Change minio liveness probe to use native httpGet instead of curl.
Fixes #12277
2023-11-03 14:15:28 -03:00
Adria Navarro
572cac2552 Remove SENTRY_DSN references 2023-10-18 10:51:09 +02:00
Martin McKeaveney
a234ae6426 ensure secrets are not replaced on every helm run 2023-09-04 17:19:04 +01:00
Martin McKeaveney
5845884e77 Revert "don't recreate secret after first deploy, bump vm2 deps" 2023-09-01 11:30:05 +01:00
Martin McKeaveney
2eb78fb23d don't recreate secret after first deploy, bump vm2 deps 2023-08-24 17:12:48 +01:00
Jonny McCullagh
07da8a5e0f remove enabled from probe values.yaml (#11546) 2023-08-17 10:14:09 +01:00