Commit graph

927 commits

Author SHA1 Message Date
Tommy
d838d8bcac
Update Penpot version and service account name 2023-12-26 01:02:19 +01:00
Tommy
871e6927da
fix(penpot) Comment out securityContext for now since it seems like it is causing issues with the filesystem 2023-12-26 00:49:52 +01:00
Tommy
2987ae970c
feat(netbox) Update Chart.yaml and serviceaccount.yaml 2023-12-26 00:42:34 +01:00
Tommy
8dd372417c
feat(excalidraw) Add Excalidraw Helm chart
This commit adds the Excalidraw Helm chart, which includes the necessary templates and configuration files for deploying Excalidraw as a Kubernetes application. The chart includes a deployment, service, service account, and values file with default settings. This allows users to easily deploy and manage Excalidraw instances in a Kubernetes cluster.
2023-12-26 00:42:33 +01:00
Tommy
8345a95dea
chore(repo) Update chart versions and add sources and keywords 2023-12-25 20:24:19 +01:00
Tommy
d0740f06f5
fix(penpot) cleanup and fix syntax errors. Add a little more to the docs. 2023-12-25 20:05:17 +01:00
Tommy Skaug
b6b0e00bff
Merge pull request #6 from tommy-skaug/renovate/foundationdb-foundationdb-kubernetes-sidecar-7.x
Update foundationdb/foundationdb-kubernetes-sidecar Docker tag to v7.3.27
2023-12-25 19:20:18 +01:00
Tommy
3bc765bf4d
Add Penpot chart
Update maintainer information
Update version for Dispatch chart
Update version for Netbox chart
Update version for Attic chart
Update version for Hasura Engine chart
Update maintainer information for FDB Operator chart
2023-12-25 19:18:21 +01:00
Renovate Bot
3d912e7ab8 Update foundationdb/foundationdb-kubernetes-sidecar Docker tag to v7.3.27 2023-12-24 06:54:42 +00:00
Tommy
78787f69e0
fix(foundationdb) change float to string in key 2023-12-23 12:49:02 +01:00
Tommy
c000102bb8
chore(fdb-operator) Minimize and remove older versions from the default and add v7 of the kuberenetes sidecar. Update version. 2023-12-23 12:44:22 +01:00
Tommy
a3e6ecc0ad
chore(fdb-operator) Minimize and remove older versions from the default and add v7 of the kuberenetes sidecar. Update version. 2023-12-23 12:44:08 +01:00
Tommy Skaug
de7d0cf292
Bump fdb version 2023-12-23 11:58:40 +01:00
Tommy
43c52e1c3c
fix(foundationdb) change to fdb-operator since that is the original chart name 2023-12-23 11:52:48 +01:00
Tommy Skaug
b45f257b49
Merge pull request #4 from tommy-skaug:foundationdb
Add foundationdb charts
2023-12-23 09:48:43 +01:00
Tommy
9f984d103a
Add foundationdb charts since the Apple Helm chart
doesn't work at the moment.
https://github.com/FoundationDB/fdb-kubernetes-operator/issues/1788
2023-12-23 09:46:21 +01:00
Renovate Bot
7695a0c05e Update hasura/graphql-engine Docker tag to v2.36.1 2023-12-20 08:06:56 +00:00
Tommy
3ce1e4ab7d
feat(hasura-engine) add example of how to create an external-secret for chart 2023-12-19 17:53:51 +01:00
Tommy Skaug
eba0746512
Update README.md 2023-12-19 17:48:52 +01:00
Tommy
b37e0d6d7c
feat(hasura-engine) add graphql server chart 2023-12-19 17:47:53 +01:00
Tommy
038366081b
feat(dispatch) minimize authentication config for header first 2023-12-16 21:45:47 +01:00
Tommy
efcafb9ccb
feat(dispatch) add support for authentication plugins. Starting with auth header and doing the ground work for PKCE and basic auth. 2023-12-16 20:33:01 +01:00
Tommy
dde1030afa
fix(dispatch) correct init command after manual test 2023-12-16 19:22:10 +01:00
Tommy
0682e110d2
fix(dispatch) correct init command after manual test 2023-12-16 19:21:38 +01:00
Tommy
a42bb2072d
fix(dispatch) correct init command after manual test 2023-12-16 19:14:18 +01:00
Tommy
930313722f
fix(dispatch) correct init command after manual test 2023-12-16 18:40:59 +01:00
Tommy
c7abdbe076
chore(dispatch) add secret env to web init container 2023-12-16 18:28:44 +01:00
Tommy
8dfc2bf578
chore(dispatch) bump version 2023-12-16 18:14:08 +01:00
Tommy
6679213383
chore(dispatch) add env to web init container 2023-12-16 18:13:46 +01:00
Tommy
4d5e982db0
chore(dispatch) restructuring values 2023-12-16 17:56:15 +01:00
Tommy
306bf62730
chore(dispatch) restructuring values 2023-12-16 17:17:51 +01:00
Tommy
ee0fc45bc6
chore(dispatch) restructuring values 2023-12-16 16:54:42 +01:00
Tommy
c066b695cd
chore(dispatch) restructuring values 2023-12-16 16:49:16 +01:00
Tommy
b2d107839f
feat(dispatch) Move secrets to one common var. Cleanup. 2023-12-16 15:53:10 +01:00
Tommy
47948e795b
chore(dispatch) bump version 2023-12-16 15:08:38 +01:00
Tommy
b012e109a5
feat(dispatch) add support for env 2023-12-16 15:08:03 +01:00
Tommy
7251f5bbc2
feat(dispatch) add enabled flags for the components. Separate secrets so that they can be referenced in each chart. Add a few initial notes. 2023-12-16 15:04:59 +01:00
Tommy
cde310d6bc
feat(dispatch) add enabled flags for the components. Separate secrets so that they can be referenced in each chart. Add a few initial notes. 2023-12-16 14:59:22 +01:00
Tommy
542a00b1b8
feat(dispatch) add secretref for each module 2023-12-16 14:49:34 +01:00
Tommy
72b7a58a4a
fix(dispatch) change command to start with dispatch, which is the container bin 2023-12-16 14:37:02 +01:00
Tommy
938c715455
fix(dispatch) fix wrong value path for db init container 2023-12-16 13:59:06 +01:00
Tommy
134b30be2b
chore(conduit) bump version to avoid conflict 2023-12-16 13:43:49 +01:00
Tommy
1440c726dd
fix(dispatch) fix the sceduler command and add the db init command to the web container 2023-12-16 13:41:26 +01:00
Tommy
bb50fc9fde
feat(dispatch) add support for Netflix Dispatch 2023-12-15 18:53:09 +01:00
Tommy
744c654213 Try hardcoding the group, since that's the group in the external Conduit image. 2023-10-29 15:41:22 +01:00
Tommy
2bd58d0712 Fix error with duplicate securitycontext entries. 2023-10-29 15:28:37 +01:00
Tommy
ee036a28ad Bump version 2023-10-29 15:20:27 +01:00
Tommy
5da4a0b987 Add fsgroup so that the conduit group and rocksdb can write to the mounted pv 2023-10-29 15:19:11 +01:00
Tommy
736ea03631 Debug permission issues with mounted filesystem (PV) 2023-10-29 13:55:41 +01:00
Tommy
0997ca2691 Fix bug with string being interpreted as bool and bump version 2023-10-29 13:21:23 +01:00
Tommy
b9cd4b1b33 Bump chart version 2023-10-29 13:19:01 +01:00
Tommy
ea48b8c6bb Remove instructions for ingress 2023-10-29 13:17:26 +01:00
Tommy
ef380761db The ingress definition should be defined outside the chart. 2023-10-29 12:20:48 +01:00
Tommy
0c040e306a Remove internal well-known. This should be served by an external well-known server instead via annotations. 2023-10-29 12:16:47 +01:00
Tommy
8d496bf93a Simplify config options of conduit. Now only supports PV. Also change mount path to /var/local so that it matches the typical Talos Linux config. Bump version to 0.2.2 2023-10-29 12:16:06 +01:00
Tommy
dfa885646e Replace Synapse with Conduit 2023-10-29 09:24:48 +01:00
Tommy
95ef33805f progress 2023-10-28 08:30:10 +02:00
Tommy
f853ec0874 progress 2023-10-28 08:28:23 +02:00
Tommy
a48876da1e Remove misplaced script 2023-10-20 14:13:16 +02:00
Tommy
cc0420f057 Add back files 2023-10-20 14:09:45 +02:00
Tommy
c3cdeda729 Add back files 2023-10-20 14:07:59 +02:00
Tommy
4bd7bad242 Restructure 2023-10-20 13:29:42 +02:00
Alexander Olofsson
b425cc919e
sliding-sync-proxy: Update to 0.99.11 2023-10-11 17:35:46 +02:00
Alexander Olofsson
ec456fb449
netbox: Ensure existingDjangoSecret is imported
Both worker and housekeeping would miss pulling the django secret if
it's specified from an external secret.

Fixes #52
2023-10-10 14:17:57 +02:00
Alexander Olofsson
b23c6f903e
matrix-synapse: Update to 1.94.0 2023-10-10 13:09:50 +02:00
Alexander Olofsson
af6680f406
element-web: Update to 1.11.46 2023-10-10 11:29:03 +02:00
Alexander Olofsson
fc53181ec0
lemmy: Update to 0.18.5
Also adds support for specifying additional configuration on top of the
main lemmy.hjson
2023-09-29 14:33:16 +02:00
Alexander Olofsson
20f151565d
element-web: Update to 1.11.45 2023-09-29 13:03:52 +02:00
Alexander Olofsson
a4aed66a3a
netbox: Update to 3.6.3 2023-09-27 06:56:37 +02:00
Alexander Olofsson
e97ea1910a
matrix-synapse: Update to 1.93.0 2023-09-26 17:51:43 +02:00
Alexander Olofsson
851828fc8b
element-web: Update to 1.11.44 2023-09-26 16:33:43 +02:00
Alexander Olofsson
c52f424e79
element-web: Use a wider CSP default
X-Frame-Options should be the source of truth for this particular policy
decision, but it seems some browsers aren't collating the two correctly,
so a slightly wider CSP policy allows those to behave reasonably.
2023-09-25 15:26:00 +02:00
Alexander Olofsson
cc5584e1d8
synatainer: Update to 0.4.3 2023-09-22 21:36:01 +02:00
Alexander Olofsson
b882eea182
netbox: Release 5.5.1 - fix postgres cert issues
Due to changes in psycopg2 and nginx-unit, SSL connection to postgres
were failing as they weren't able to load the fallback cert path
anymore, this change causes it to look up certs under /tmp instead and
properly failover
2023-09-21 13:35:21 +02:00
Alexander Olofsson
4ed5bc5c5f
netbox: Update to 3.6.2 2023-09-21 07:15:44 +02:00
Alexander Olofsson
1498cd253b
matrix-synapse: Update to 1.92.3 2023-09-18 16:59:15 +02:00
Alexander Olofsson
3ab83cfbc2
matrix-synapse: Update to 1.92.2 2023-09-15 15:18:10 +02:00
Alexander Olofsson
386643203a
sliding-sync-proxy: Update to 0.99.10 2023-09-15 13:46:20 +02:00
Mossroy
c68db8ce28 Fix name mismatch existingSecret/externalSecret 2023-09-14 21:04:35 +00:00
Alexander Olofsson
5df9feff5d
matrix-media-repo: Update to 1.3.2 2023-09-14 08:12:42 +02:00
Alexander Olofsson
3ea15bef38 Merge branch 'media-repo-fix-typo-in-hpa' into 'master'
fix typo in hpa.yaml template

See merge request ananace/charts!56
2023-09-14 06:11:39 +00:00
Alexander Olofsson
75b30fc042
element-web: Update to 1.11.42 2023-09-13 14:45:51 +02:00
Alexander Olofsson
d613ed84fb
element-web: Update to 1.11.41 2023-09-12 19:23:54 +02:00
felix
e85f1638da
fix typo in hpa.yaml template 2023-09-12 13:13:07 +02:00
Alexander Olofsson
26272ff53b
matrix-synapse: Update to 1.92.0 2023-09-12 13:12:15 +02:00
Alexander Olofsson
0afce06278
matrix-media-repo: Update to 1.3.0
This requires changes to the datastore configuration, so a nota bene is
attached to link to the relevant documentation
2023-09-08 10:44:30 +02:00
Alexander Olofsson
999d158866 Merge branch 'master' of gitlab.com:ananace/charts 2023-09-08 10:43:39 +02:00
felix
2c1bab295e
Merge branch charts:master into fix-autoscaling-v2-support 2023-09-07 10:39:19 +00:00
felix
3c4b1cf344
set apiVersion to v2 2023-09-07 10:39:10 +00:00
Alexander Olofsson
6cac5e286d
funkwhale: Update to 1.3.3 2023-09-07 08:32:44 +02:00
Alexander Olofsson
e9da70387d
matrix-synapse: Update to 1.91.2 2023-09-06 19:46:00 +02:00
Alexander Olofsson
6d08a71591
sliding-sync-proxy: Update to 0.99.9 2023-09-06 18:02:29 +02:00
felix
7f7f7183fb
updated to autoscaling/v2 2023-09-06 11:52:35 +00:00
Alexander Olofsson
dd4e31530a Merge branch 'master' of gitlab.com:ananace/charts 2023-09-05 15:10:39 +02:00
Alexander Olofsson
8aae4b36d6
matrix-media-repo: Release 2.1.1
Fixes autoscaling on modern Kubernetes
2023-09-05 15:09:08 +02:00
felix
276eb22c0a
improved checking for APIversion Capabilities 2023-09-05 09:37:31 +00:00
felix
e678d92f71
Merge branch charts:master into autoscaling-v2-support 2023-09-05 09:32:20 +00:00
Alexander Olofsson
f1728c3a8c
matrix-synapse: Update to 1.91.1 2023-09-04 20:47:46 +02:00
felix
03847114c4
autoscaler api version based on k8s release 2023-09-04 11:06:21 +00:00
Alexander Olofsson
b19c0d464f
funkwhale: Update to 1.3.2 2023-09-02 17:16:45 +02:00
Alexander Olofsson
7a60c0f06e Merge branch 'master' of gitlab.com:ananace/charts 2023-09-02 17:15:50 +02:00
Alexander Olofsson
b43f6b97ba
sliding-sync-proxy: Update to 0.99.8 2023-09-01 11:13:32 +02:00
Alexander Olofsson
6301a5207f
peertube: Update to 5.2.1 2023-08-30 20:09:26 +02:00
Alexander Olofsson
9a086cbc55
matrix-synapse: Update to 1.91.0 2023-08-30 14:53:29 +02:00
Alexander Olofsson
df5625af57
element-web: Update to 1.11.40 2023-08-29 16:09:46 +02:00
Alexander Olofsson
bddc1a4c18
netbox: Update to 3.5.9 2023-08-29 09:44:26 +02:00
Alexander "Ace" Olofsson
a161c54d53
sliding-sync-proxy: Update to 0.99.7 2023-08-25 06:14:13 +02:00
Alexander Olofsson
1c93181604
sliding-sync-proxy: Update to 0.99.6 2023-08-23 13:34:19 +02:00
Alexander Olofsson
fd109a3c2c
lemmy: Release 0.4.4 2023-08-22 14:09:00 +02:00
Alexander Olofsson
c83f3988ae
lemmy: Clean up indentation of proxy config 2023-08-22 14:08:43 +02:00
Balazs Toldi
213f618fa2 lemmy: Fix federation with activitypub 2023-08-22 12:02:38 +00:00
Skyler Mäntysaari
ea73ce42e8 sliding-sync-proxy: Add support for init containers. 2023-08-18 08:00:10 +00:00
Alexander Olofsson
12be70abdf
matrix-synapse: Release 3.7.0 2023-08-17 19:07:36 +02:00
Alexander Olofsson
be7cce227d
matrix-synapse: Fix redis existingsecret check
Fixes #47
2023-08-17 19:07:05 +02:00
Alexander Olofsson
44cbbb4f28
matrix-synapse: Allow configuring bind addresses 2023-08-17 19:04:21 +02:00
Alexander Olofsson
43aaae9dc5 Merge branch 'master' of gitlab.com:ananace/charts 2023-08-16 16:33:04 +02:00
Alexander Olofsson
57b901a3ae
matrix-synapse: Update to 1.90.0 2023-08-16 08:21:45 +02:00
Alexander Olofsson
d1662fa742
netbox: Update to 3.5.8 2023-08-16 07:30:31 +02:00
Alexander Olofsson
8d7484051b
element-web: Update to 1.11.39 2023-08-16 07:27:47 +02:00
Alexander Olofsson
cba1858d9f Merge branch 'master' of gitlab.com:ananace/charts 2023-08-08 16:47:10 +02:00
Alexander Olofsson
7b5c2ca6ab
lemmy: Update to 0.18.4 2023-08-08 16:46:33 +02:00
Alexander "Ace" Olofsson
a893ed10f1
matrix-synapse: Fix example appservice worker 2023-08-07 17:47:58 +02:00
Alexander Olofsson
ab42f23842
element-web: Update to 1.11.38 2023-08-04 12:34:46 +02:00
Alexander Olofsson
6944d9af9c
sliding-sync-proxy: Update to 0.99.5 2023-08-02 21:37:32 +02:00
Alexander Olofsson
b74c51dec8
element-web: Update to 1.11.37 2023-08-01 15:05:56 +02:00
Alexander Olofsson
4086b530c1
matrix-synapse: Update to 1.89.0 2023-08-01 13:07:55 +02:00
Alexander Olofsson
dc3118d07f
lemmy: Expose probe configuration values
Fixes #46 - but not the underlying issue with limited migration support
2023-07-30 22:50:09 +02:00
Alexander Olofsson
e37788e4ff
netbox: Update to 3.5.7 2023-07-30 22:42:03 +02:00
Alexander Olofsson
1b017474ac
funkwhale: Ensure redis database default is used
Some ways of using Helm don't always pull the new default values into
the applied configuration, so it's best to ensure that it's applied with
fallback defaults when necessary
2023-07-30 22:40:37 +02:00
Nikolai Rodionov
9584cc317c
feat(funkwhale): Add an ability to choose Redis db 2023-07-29 20:19:22 +02:00
Alexander Olofsson
346a3a16a0
lemmy: Update to 1.18.3 2023-07-28 20:37:51 +02:00
Alexander Olofsson
d2d590d42b
element-web: Update icon URL 2023-07-18 22:02:33 +02:00
Alexander Olofsson
aefb0cfae2
matrix-synapse: Update to 1.88.0
This update is going to be the first part of a larger change to how the
use of workers affects the shared configuration, more changes to the
handling of stream writers and federation senders will be coming soon as
well.

Fixes #26
2023-07-18 18:05:09 +02:00
Alexander Olofsson
b499ea19df
element-web: Update to 1.11.36 2023-07-18 16:52:28 +02:00
Alexander Olofsson
1d1a44d8a8
sliding-sync-proxy: Update to 0.99.4 2023-07-13 08:40:42 +02:00
Alexander Olofsson
95914615c5
netbox: Update to 3.5.6 2023-07-11 11:49:15 +02:00
Alexander Olofsson
35207b813e
lemmy: Update to 1.18.2 2023-07-11 11:47:35 +02:00
Alexander Olofsson
22bc720d27
sliding-sync-proxy: Fix built-in database URL
Will now use sslmode prefer by default, while allowing the user of the
Chart to override said value if wanted.

Fixes #43
2023-07-10 15:01:01 +02:00
Alexander Olofsson
e9d7fed113
lemmy: Update to 0.18.1 2023-07-07 16:50:19 +02:00
Alexander Olofsson
ab99bf4ba9
matrix-synapse: Update to 1.87.0 2023-07-04 18:35:13 +02:00
Alexander Olofsson
163b7f1281
element-web: Update to 1.11.35 2023-07-04 18:02:13 +02:00
Alexander "Ace" Olofsson
d03b88499e
lemmy: Expose database pool_size configuration 2023-06-29 05:52:37 +02:00
Alexander Olofsson
16114733ff
funkwhale: Update to 1.3.1 2023-06-28 06:18:16 +02:00
Alexander Olofsson
2b54ee7fac
matrix-synapse: Update WK mime-type include path 2023-06-27 12:07:33 +02:00
Skyler Mäntysaari
584f82d7a2 matrix-synapse: Use newer lighttpd image. 2023-06-27 10:04:17 +00:00
Alexander "Ace" Olofsson
4131e2ee75
lemmy: Update to 0.18.0 2023-06-23 16:22:59 +02:00
Alexander Olofsson
4e493c8aad
lemmy: Fix potential install error on faulty NOTES 2023-06-23 08:13:15 +02:00
Alexander Olofsson
e445cde04c
lemmy: Fix existing S3 usage for pict-rs 2023-06-23 07:56:25 +02:00
Alexander Olofsson
6df2f48a35
Add note about superuser requirement for Lemmy 2023-06-22 14:32:40 +02:00
Alexander Olofsson
607cbdab8f
lemmy: Fix handling of PostgreSQL password 2023-06-22 14:28:43 +02:00
Alexander Olofsson
92f42871e4
lemmy: Fix readme and examples 2023-06-22 14:06:36 +02:00
Alexander Olofsson
4932adf371
lemmy: Finish up chart upgrades, fully publish it 2023-06-22 13:47:00 +02:00
Alexander Olofsson
b1833029cc
lemmy: Handle existing secrets for passwords 2023-06-22 13:35:46 +02:00
Alexander Olofsson
652a28c4b2
peertube: Update to 5.2.0 2023-06-22 12:58:55 +02:00
Alexander Olofsson
1a578dfe2b
netbox: Update to 3.5.4 2023-06-20 23:26:42 +02:00
Alexander Olofsson
166b67fd59
matrix-synapse: Update to 1.86.0 2023-06-20 18:08:01 +02:00
Alexander Olofsson
b2b69be476
element-web: Update to 1.11.34 2023-06-20 12:03:27 +02:00
Alexander "Ace" Olofsson
881044411c
matrix-synapse: Add a default 120s startup probe
This should avoid initial setup failing if the cluster is running on
low-powered hardware or using slow storage for the database
2023-06-20 09:27:53 +02:00
Alexander "Ace" Olofsson
c2311f8ffd
sliding-sync-proxy: Update to 0.99.3 2023-06-19 17:57:20 +02:00
Jan Tomšič
2cf50ffa28 matrix-synapse: Add support for structured logging 2023-06-13 10:14:53 +02:00
Alexander Olofsson
1c29ec73eb
lemmy: Update to 0.17.4
Also adds upgrade strategies to ensure pictrs updates correctly, as the
sled database locks to one instance
2023-06-13 00:02:43 +02:00
Alexander Olofsson
e058372c9f
lemmy: Add an early-stage lemmy chart 2023-06-11 13:07:55 +02:00
Alexander Olofsson
92088b7e94
element-web: Update to 1.11.33 2023-06-09 12:42:42 +02:00
Alexander Olofsson
31e24e348d
matrix-synapse: Use correct semver versioning 2023-06-08 15:06:00 +02:00
Alexander Olofsson
ccbd816a68 Merge branch 'template-update' into 'master'
matrix-synapse - Add option to modify wellknown service

See merge request ananace/charts!48
2023-06-08 11:23:57 +00:00
Jan Tomšič
ac7a940c38 matrix-synapse: Add option to modify wellknown service port 2023-06-08 11:54:48 +02:00
Alexander Olofsson
eb71b88cb4
matrix-synapse: Update to 1.85.1 2023-06-07 15:23:06 +02:00
Jan Tomšič
8f33979f65 matrix-synapse: Add option to modify wellknown service type 2023-06-07 15:12:06 +02:00
Alexander Olofsson
46dc49b0ca
element-web: Update to 1.11.32 2023-06-06 21:13:37 +02:00
Alexander Olofsson
b7a1b7958e
matrix-synapse: Update to 1.85.0 2023-06-06 21:09:06 +02:00
Alexander Olofsson
13d772b2cc
netbox: Update to 3.5.3 2023-06-02 23:09:00 +02:00
Alexander Olofsson
155770d7a9
funkwhale: Update to 1.3.0
Note that the upstream images have been renamed, the frontend no longer
runs a plain nginx container - and therefore no longer uses K8s-specific
templates, and image specification has been redone in an intentionally
backwards-incompatible manner as the required images are not the same
anymore.
2023-06-01 21:08:48 +02:00
Alexander Olofsson
303221e0fe
matrix-synapse: Update to 1.84.1 2023-05-26 18:14:49 +02:00
Alexander Olofsson
cdc7d5e18e
matrix-synapse: Update to 1.84.0 2023-05-23 13:11:33 +02:00
Alexander Olofsson
370f0a46f7
netbox: Update to 3.5.2 2023-05-23 08:58:00 +02:00
Alex Manning
da82903c30 Allow annotating media-repo service. 2023-05-18 21:50:51 +01:00
Alexander Olofsson
25a40484f8
element-web: Update to 1.11.31 2023-05-10 15:58:04 +02:00
Alexander Olofsson
290acacf0c Merge branch 'master' of gitlab.com:ananace/charts 2023-05-09 19:49:20 +02:00
Alexander Olofsson
4007997c09
matrix-synapse: Update to 1.83.0 2023-05-09 19:48:07 +02:00
Alexander Olofsson
5c3f524a22
netbox: Support new report/script handling 2023-05-08 12:45:51 +02:00
Alexander Olofsson
4d99ea41f9
netbox: Improve secrets handling, default probes 2023-05-08 11:19:26 +02:00
Alexander Olofsson
aeebc6aa3e
netbox: Update to 3.5.1 2023-05-08 06:57:13 +02:00
Alexander Olofsson
6f57ce3502
netbox: Fix usage of startup probes 2023-04-28 11:12:42 +02:00
Alexander Olofsson
cb3833bfcd
netbox: Update to 3.5.0
This also adds in proper plugin configuration as well as making the
build-in Redis optional - but still requiring _a_ Redis install for
regular operation
2023-04-28 11:09:46 +02:00
Alexander Olofsson
f7f49a8370
netbox: Update to 3.4.10 2023-04-27 19:31:20 +02:00
Alexander Olofsson
363a07c70b
sliding-sync-proxy: Update to 0.99.2 2023-04-27 13:41:48 +02:00
Alexander Olofsson
a77a0ecc8a
netbox: Remove old nginx/gunicorn config 2023-04-27 08:50:21 +02:00
Alexander Olofsson
6bfb864f9b
netbox: Update to 3.4.9
Also moves to pulling images off of quay.io by default
2023-04-27 08:44:03 +02:00
Alexander Olofsson
25134e3835 Merge branch 'master' of gitlab.com:ananace/charts 2023-04-27 08:40:54 +02:00
Alexander "Ace" Olofsson
18e9bf2c9a
matrix-synapse: Update to 1.82.0 2023-04-25 14:01:41 +02:00
Alexander "Ace" Olofsson
1fb45e124d
element-web: Update to 1.11.30 2023-04-25 12:37:21 +02:00
Alexander Olofsson
8c5b8d90eb
netbox: Update to 3.4.8 2023-04-13 08:38:16 +02:00
Alexander Olofsson
c7e5a82981
matrix-synapse: Update to 1.81.0 2023-04-11 16:15:46 +02:00
Alexander Olofsson
b15d7e98fd
element-web: Update to 1.11.29 2023-04-11 16:15:34 +02:00
Alexander Olofsson
ea3d04f6a6 Merge branch 'MTRNord/media-repo-podmonitor' into 'master'
matrix-media-repo: Add a Podmonitor file

See merge request ananace/charts!44
2023-04-07 15:48:26 +00:00
Marcel
cd78a3b423 matrix-media-repo: Fix rendered indentation in matrix-media-repo 2023-04-07 15:32:38 +00:00
Alexander Olofsson
0f63a8a9a8 Merge branch 'element-web-autoscalingv2' into 'master'
element-web: use autoscaling/v2 when possible

See merge request ananace/charts!45
2023-04-02 14:56:18 +00:00
Alexander Olofsson
29dee27d58 Merge branch 'master' of gitlab.com:ananace/charts 2023-04-02 14:50:09 +02:00
Alexander Olofsson
8268839d80
matrix-media-repo: Remove old postgres sanitycheck 2023-04-02 14:48:51 +02:00
Antoine Labarussias
85aa23af78
element-web: use autoscaling/v2 when possible 2023-04-01 01:41:57 +02:00