Commit Graph

1856 Commits

Author SHA1 Message Date
Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs
edc5e8099e
ci: Update workflow 2022-01-05 17:37:17 +01:00
Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs
02e8b833c9
ci: Update workflow 2022-01-05 17:33:28 +01:00
Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs
d887e99035
ci: Update workflow 2022-01-05 17:28:11 +01:00
Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs
ba1893871a
ci: Add renovate-specific workflow 2022-01-05 17:27:15 +01:00
allcontributors[bot]
73bd01f394
docs: add jlrgraham as a contributor for code (#1353)
* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2022-01-03 13:19:08 -05:00
jlrgraham
6e39a0ae19
[node-red] Upgrade to 2.1.4. (#1352)
* [node-red] Upgrade to 2.1.4.

* [node-red] bump common dep to 4.3.0.
2022-01-03 13:07:04 -05:00
k8s-at-home[bot]
d704fd4583 Auto-generate chart summary [no ci] 2022-01-03 16:13:12 +00:00
k8s-at-home[bot]
c3b20c3efe Auto-generate chart README [no ci] 2022-01-03 16:11:59 +00:00
Jonathan Bartlett
71bb5f38e2
[dendrite] Add dendrite helm chart (#1319)
* [dendrite] Add dendrite helm chart

This is the initial version of a Dendrite helm chart that supports
monolithic deployment.
2022-01-03 17:11:34 +01:00
k8s-at-home[bot]
8f7ebaeeed Auto-generate chart summary [no ci] 2022-01-03 15:59:19 +00:00
k8s-at-home[bot]
efa86aba46 Auto-generate chart README [no ci] 2022-01-03 15:58:17 +00:00
Philipp Hellmich
952e704240
[facebox] initial release (#1315)
* added facebox
2022-01-03 16:57:46 +01:00
renovate[bot]
baf95f7cbe
[anonaddy] Update Helm chart mariadb to v10 (#1344)
* [anonaddy] Update Helm chart mariadb to v10

Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-03 16:13:31 +01:00
renovate[bot]
a9e1c99954
[baikal] Update Helm chart mariadb to v10 (#1345)
* [baikal] Update Helm chart mariadb to v10

Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-03 16:05:51 +01:00
renovate[bot]
771e4c2e16
[bookstack] Update Helm chart mariadb to v10 (#1346)
* [bookstack] Update Helm chart mariadb to v10

Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-03 15:55:41 +01:00
k8s-at-home[bot]
0012fec226 Auto-generate chart README [no ci] 2022-01-03 14:52:29 +00:00
Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs
1852e81ecd fix: Fix home-assistant appVersion 2022-01-03 15:52:06 +01:00
k8s-at-home[bot]
0d9b0db335 Auto-generate chart README [no ci] 2022-01-03 12:43:19 +00:00
Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs
102a91160b
[home-assistant] Update postgresql, dependencies (#1349)
Signed-off-by: Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs <me@bjw-s.dev>
2022-01-03 07:42:57 -05:00
Philipp Hellmich
23e9f33a56
[facebox] Exclude from autotest install phase (#1348) 2022-01-03 11:22:05 +01:00
k8s-at-home[bot]
e54d84e056 Auto-generate chart summary [no ci] 2022-01-01 14:46:42 +00:00
k8s-at-home[bot]
2e6bdebac5 Auto-generate chart README [no ci] 2022-01-01 14:45:42 +00:00
Roger Rumao
36956c2b20
[webtrees] Add new chart (#1347)
* New chart for Webtrees - Opensource genealogy application

Signed-off-by: Roger Rumao <rogerrum@gmail.com>

* New chart for Webtrees - Opensource genealogy application

Signed-off-by: Roger Rumao <rogerrum@gmail.com>

* New chart for Webtrees - Opensource genealogy application

Signed-off-by: Roger Rumao <rogerrum@gmail.com>

* New chart for Webtrees - Opensource genealogy application
fix lint issues

Signed-off-by: Roger Rumao <rogerrum@gmail.com>
2022-01-01 09:45:23 -05:00
Harald Koch
5614ea7c6d
[blocky] use container image direct from the application developer (#1337)
* use container image direct from the source

It's possible that when this chart was first built, container images (or multi-arch images) were not available - but they are now. See https://github.com/0xERR0R/blocky/pkgs/container/blocky for images that include amd64, arm64, arm/v6, and arm/v7.

* bump Chart.yml version

* README updates

* add a CHANGELOG note

Co-authored-by: Harald Koch <chk@anemone.chk.cfrq.net>
2021-12-30 16:45:07 -05:00
k8s-at-home[bot]
da5e7b65fc Auto-generate chart README [no ci] 2021-12-30 21:27:59 +00:00
Roberto Santalla
837a89dbd5
[cryptpad] add default podSecurityContext (#1340)
* cryptpad: add default podSecurityContext

As per 72dd7030c1/Dockerfile-nginx (L25), the docker image for Cryptpad will spawn the cryptpad process with a non-root user: 72dd7030c1/supervisord.conf (L26)

Such unprivileged user will not be able to write in persistence volumes, which are mounted as root. To work around this, we set the fsGroup in accordance with what supervisord already does inside the image.

* cryptpad: bump chart version
2021-12-30 16:27:35 -05:00
k8s-at-home[bot]
1385ad29fb Auto-generate chart README [no ci] 2021-12-30 11:12:14 +00:00
Jonathan Bartlett
9070817c91
[double-take] Make detectors and notifiers optional (#1321)
* [double-take] Make detectors and notifiers optional

The default values file includes the `compreface` detector which should
be optional. There is no way to omit it.

Each detector and notifier (gotify) now contains an `enabled` field
which must be set to true to add that detector to the config, otherwise
it will be omitted.

Implements: #1314
2021-12-30 12:11:56 +01:00
Jonas Janz
8d94e9ef4a
[frigate] update frigate version to 0.9.4 (#1306)
* [frigate] update frigate version to 0.9.4

Signed-off-by: PixelJonas <5434875+PixelJonas@users.noreply.github.com>

* [frigate] update ct-values to have defaults

Signed-off-by: PixelJonas <5434875+PixelJonas@users.noreply.github.com>

* [frigate] adjust formatting

Signed-off-by: PixelJonas <5434875+PixelJonas@users.noreply.github.com>
2021-12-29 21:38:15 -05:00
allcontributors[bot]
e1b5116761
docs: add greghaskins as a contributor for code (#1336)
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2021-12-29 19:03:19 -05:00
Greg Haskins
75af05159a
[blocky] update to blocky v0.17 (#1332) 2021-12-29 19:02:49 -05:00
allcontributors[bot]
febbc4b303
docs: add roobre as a contributor for code (#1335)
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2021-12-29 19:01:06 -05:00
allcontributors[bot]
44f000572c
docs: add marcelloceschia as a contributor for code (#1334)
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2021-12-29 19:00:30 -05:00
k8s-at-home[bot]
e910e72ac5 Auto-generate chart summary [no ci] 2021-12-30 00:00:14 +00:00
allcontributors[bot]
36b01f0e23
docs: add rogerrum as a contributor for code (#1333)
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2021-12-29 18:59:40 -05:00
k8s-at-home[bot]
47e214967b Auto-generate chart README [no ci] 2021-12-29 23:59:15 +00:00
Roger Rumao
4b2a666701
[alertmanager-discord] Add new chart (#1329) 2021-12-29 18:58:53 -05:00
Marcello Ceschia
a93ac84c5d
[openhab] update to openhab 3.2.0 (#1331)
Co-authored-by: Marcello Ceschia <marcello@ceschia.de>
2021-12-29 15:06:38 -05:00
k8s-at-home[bot]
3ceb7c803f Auto-generate chart summary [no ci] 2021-12-29 19:22:35 +00:00
Roberto Santalla
a23c17866b
[cryptpad] Add chart (wip, rfc) (#1330)
Co-authored-by: Devin Buhl <onedr0p@users.noreply.github.com>
2021-12-29 14:21:21 -05:00
Roger Rumao
f69e909109
[mealie] Fix postgresql subchart name (#1328) 2021-12-29 14:19:49 -05:00
Piotr Maksymiuk
ca6bd37216
[reverse-proxy] Fix ingressclass generation (#1327) 2021-12-26 13:45:51 +01:00
allcontributors[bot]
bab0ff6126
docs: add disconn3ct as a contributor for code (#1325)
* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2021-12-24 15:43:31 +01:00
k8s-at-home[bot]
a76d6ce9f2 Auto-generate chart README [no ci] 2021-12-24 14:43:03 +00:00
Dis
101cb5405b
[searx] feat: enable optional resources for all containers (#1322)
* feat: enable resources for all searx containers

This is necessary for autoscaling

Signed-off-by: Dis <397465+disconn3ct@users.noreply.github.com>
2021-12-24 15:42:33 +01:00
zewelor
11181f3200
[vaultwarden] Use port names in ingress setup (#1323) 2021-12-24 14:01:36 +01:00
Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs
8e7885b65b
[focalboard] Add serviceLinks docs (#1324)
Signed-off-by: Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs <me@bjw-s.dev>
2021-12-24 11:08:05 +01:00
Devin Buhl
7dfd78ed73
chore: stale only after 90 days 2021-12-18 19:14:14 -05:00
Craig J Smith
47e213b1f3
[lidarr/sonarr/radarr] Updating the exportarr image patch level (#1313) 2021-12-16 16:14:51 -05:00
k8s-at-home[bot]
65189db872 Auto-generate chart summary [no ci] 2021-12-14 08:51:39 +00:00