Commit Graph

161 Commits

Author SHA1 Message Date
Devin Buhl
b71d3e7581
[plex] add UDP to plex (#266)
* add UDP to plex

* fix up udp type

* comment out metallb annotations

* remove pesky ports
2020-07-06 15:58:44 -04:00
Devin Buhl
2780dae688
[plex] add hostNetwork option (#264)
* add hostNetwork for Plex

* Update Chart.yaml
2020-07-06 08:55:42 -04:00
Juan Ignacio Donoso
ac2f8c0da7
[plex] fix port definition indentation (#262) 2020-07-05 13:33:01 -04:00
Richard Cox
41b52af287
[plex] Added values to choose init container image (#259)
* Added values for the init container image

* bumped Chart version

Co-authored-by: Richard Cox <richard.cox@centurylink.com>
2020-06-30 14:00:26 -04:00
Guillaume
4c16a658a7
[sonarr] Fix liveness and readiness probes on basic auth deployment (#257)
Use tcpSocket instead of httpGet to avoid:

HTTP probe failed with statuscode: 401

Signed-off-by: LEI <guillaume.frichet@gmail.com>
2020-06-30 08:33:52 -04:00
Jeff Billimek
3e9298bff5
bump home-assistant and code-server image versions (#256)
Signed-off-by: Jeff Billimek <jeff@billimek.com>
2020-06-27 15:39:32 -04:00
Blake Blackshear
5a14363804
[frigate] Support disabling probes and secrets for env vars (#249)
* [frigate] add support for secrets with envFrom

* [frigate] update values.yaml with extraSecretForEnvFrom

* [frigate] allow probes to be disabled

* [frigate] update default image

* [frigate] update version and add myself as a maintainer

* [frigate] Readme update
2020-06-21 11:06:10 -04:00
Dewet Diener
fa717823cd
[blocky] update to app v0.8 (#252)
* Bump blocky to v0.8

* Bump chart to new minor version
2020-06-21 11:05:04 -04:00
Jeff Billimek
d80c1beed7
adding uptimerobot-prometheus chart (#246)
Signed-off-by: Jeff Billimek <jeffrey_k_billimek@homedepot.com>
2020-06-10 21:23:36 -04:00
Jeff Billimek
800b05db0c
[home-assistant] adding home-assistant helm chart (#244)
* adding home-assistant helm chart

* fixing typo
2020-06-10 11:12:35 -04:00
Jeff Billimek
80c196709b
[node-red] fixing chart URL reference (#245)
* fixing chart URL reference

* bumping chart version
2020-06-10 11:10:31 -04:00
Jeff Billimek
d1d050f115
adding node-red chart (#243) 2020-06-10 10:59:50 -04:00
Jeff Billimek
1225efac56
forcing bump of heimdall chart (#242)
Signed-off-by: Jeff Billimek <jeffrey_k_billimek@homedepot.com>
2020-06-10 09:08:40 -04:00
Radu Micu
2e01b5e31d
Radarr volumeMounts path fix (#238) 2020-06-02 08:29:32 -04:00
Radu Micu
b9301e6e0a
Add subPath to PVC config and update subPath doc for media PVC for Radarr (#236) 2020-06-01 07:54:05 -04:00
Radu Micu
ddd1f81c3d
Add subPath to PVC config and update subPath doc for media PVC for Sonarr (#235)
Fix
2020-06-01 07:42:01 -04:00
Jeff Billimek
9cd8a4fc4d
Bump version to trigger automation (#231) 2020-05-26 11:54:06 -04:00
Terry Zink
ddf8decc85
[nzbhydra2] update to use new docker image and latest version (#228)
* update to use new docker image and latest version

* update chart.yaml
2020-05-24 13:57:17 -04:00
Thomas John Wesolowski
a80fa0d800
[Lidarr][Change] Merge downloads and music PVCs (#227)
* Merge music and downloads into single PVC

Signed-off-by: Thomas John Wesolowski <wojoinc@gmail.com>

* Add upgrading section to README

Signed-off-by: Thomas John Wesolowski <wojoinc@gmail.com>
2020-05-23 09:25:18 -04:00
Thomas John Wesolowski
831541d4a8
[Radarr][Change] Merge Movie and Downloads PVCs (#226)
* Merge PVCs into single media PVC. Update README

Signed-off-by: Thomas John Wesolowski <wojoinc@gmail.com>

* Format README

Signed-off-by: Thomas John Wesolowski <wojoinc@gmail.com>

* Add extraExistingClaims back in

Signed-off-by: Thomas John Wesolowski <wojoinc@gmail.com>
2020-05-23 09:24:53 -04:00
Thomas John Wesolowski
f888b8c9d7
[Sonarr][Change] Merge PVCs for tv and downloads into single PVC (#225)
* Merge PVCs for tv and downloads into single PVC

Signed-off-by: Thomas John Wesolowski <wojoinc@gmail.com>

* Add upgrading documentation to README

Signed-off-by: Thomas John Wesolowski <wojoinc@gmail.com>

* Add extraExistingClaims back in

Signed-off-by: Thomas John Wesolowski <wojoinc@gmail.com>
2020-05-23 09:24:20 -04:00
Thomas John Wesolowski
51f46209a2
[Bazarr][Change] Switch to single PVC for media (#224)
* Update Bazarr chart. Switch to single pvc for media

Signed-off-by: Thomas John Wesolowski <wojoinc@gmail.com>

* Add Upgrading section to README

Signed-off-by: Thomas John Wesolowski <wojoinc@gmail.com>

* Update README, make Upgrading documentation more clear.

Signed-off-by: Thomas John Wesolowski <wojoinc@gmail.com>

* Remove unneeded files

Signed-off-by: Thomas John Wesolowski <wojoinc@gmail.com>

* Fix typo in PVC kind attribute

Signed-off-by: Thomas John Wesolowski <wojoinc@gmail.com>

* Fix claim name in deployment.yaml

Signed-off-by: Thomas John Wesolowski <wojoinc@gmail.com>

* Add extraExistingClaimMounts back in

Signed-off-by: Thomas John Wesolowski <wojoinc@gmail.com>
2020-05-23 09:23:39 -04:00
Jeff Billimek
6a795ba8a3
dont allow changing of internal device (#223) 2020-05-19 22:23:39 -04:00
Dewet Diener
90c6d92050
[blocky] Improve values.yaml documentation (#220)
* Improve values.yaml documentation

Also fix syntax error for declaring extraLists -- it needs to be a map, not an array

* bump blocky bugfix version
2020-05-11 08:09:22 -04:00
Jeff Billimek
79e44a4a4b bumping teslamate image version
adjusting the probe values to not fail so quickly
2020-05-03 21:59:55 -04:00
Simon Caron
fa65c4a454
[heimdall] Added Heimdall Chart (#219)
* Added Heimdall Chart

Signed-off-by: Simon Caron <simon.caron@protonmail.com>

* Fix Linting Error

Signed-off-by: Simon Caron <simon.caron@protonmail.com>

* Updated Readme Helm Commands

Signed-off-by: Simon Caron <simon.caron@protonmail.com>

* Removed --name switch from Readme Commands

Signed-off-by: Simon Caron <simon.caron@protonmail.com>
2020-05-03 08:18:23 -04:00
Simon Caron
862a0f817e
[duplicati] Added Duplicati Chart (#218)
* Added Duplicati Chart

Signed-off-by: Simon Caron <simon.caron@protonmail.com>

* Updated Helm Commands Examples to comply with Helm 3

Signed-off-by: Simon Caron <simon.caron@protonmail.com>
2020-05-03 08:18:06 -04:00
Jeff Billimek
68f5695d4f
[speedtest-prometheus] - adding grafana dashboard example (#215)
* adding grafana dashboard example

* fixing icon
2020-04-30 06:17:48 -04:00
Jeff Billimek
ebf44ef9dc
[speedtest-prometheus] - adding speedtest-prometheus chart (#214)
* adding speedtest-prometheus chart

Signed-off-by: Jeff Billimek <jeff@billimek.com>

* fixup readme

* use charts apiVersion v1

* chart now needs to be v2

* use charts apiVersion v1

* chart now needs to be v2
2020-04-29 18:58:57 -04:00
runecalico
d3efa1f724
[PLEX] Add CRT/KEY to PKS Conversion Init Process (#212)
* Add template code for container env

* version bump

* trim trailing whitespace

* Bump to 1.2.0

* Add PlexPreferences ConfigMap/Script.

* Lint fixes.

* Add pks from cert init process

* bump to 1.3.0

* set default empty value for medium

* trailing spaces

* somehow got changed to crlf

Co-authored-by: Jonathan C. Kaufman <vitki@tirn-aill.org>
2020-04-27 13:49:03 -04:00
runecalico
520e16fbd5
[plex] Add Init script using configMap that will set Plex Preferences using container ENV (#211)
* Add joinListWithComma helper

* Add template code for container env

* version bump

* trim trailing whitespace

* Bump to 1.2.0

* Add PlexPreferences ConfigMap/Script.

* Lint fixes.

* 2 spaces good enough?

* Add tmpfs option to transcode emptydir

* persistence.transcode.enabled was missing ..

Co-authored-by: Jonathan C. Kaufman <vitki@tirn-aill.org>
Co-authored-by: Jeff Billimek <jeff@billimek.com>
2020-04-22 22:19:04 -04:00
runecalico
c591564fa5
[plex] Add all official PMS docker env's, as well as N+1 supplied user ENVs (#210)
* Add joinListWithComma helper

* Add template code for container env

* version bump

* trim trailing whitespace

Co-authored-by: Jonathan C. Kaufman <vitki@tirn-aill.org>
2020-04-21 22:01:55 -04:00
Jeff Billimek
6f0b03551e
dont limit CPU for rtorrent containers (#207) 2020-04-19 09:00:40 -04:00
Gavin Mogan
1bd7d7d154
[blocky] Add support for creating extra files, like whitelist.txt (#206)
* Add support for creating extra files, like whitelist.txt

Signed-off-by: Gavin Mogan <git@gavinmogan.com>

* forcing 3.1.0

Co-authored-by: Jeff Billimek <jeff@billimek.com>
2020-04-17 18:04:15 -04:00
Gavin Mogan
01f453d3d2
[blocky] Add checksum annotation to force pod to restart on config change (#205)
* remove double ports

Signed-off-by: Gavin Mogan <git@gavinmogan.com>

* Add an annotation to force k8s to restart pod on config file changes

Signed-off-by: Gavin Mogan <git@gavinmogan.com>

* bump chart version

Signed-off-by: Gavin Mogan <git@gavinmogan.com>
2020-04-17 17:08:21 -04:00
Jeff Billimek
f3e99ffb70
[plex] initial commit of plex chart (#203)
* initial commit of plex chart

Signed-off-by: Jeff Billimek <jeff@billimek.com>

* remove commented code

* fix linting

* use safe defaults

* no tests dir needed
2020-04-14 21:27:48 -04:00
Jeff Billimek
9848d64e43
document breaking change (#202) 2020-04-14 12:59:12 -04:00
Devin Buhl
590dbb9135
add sonarr-exporter (#201) 2020-04-14 10:32:08 -04:00
Jeff Billimek
6dd129e4a9
[blocky] update blocky for v0.6 (#200)
* update blocky for v0.6

* fix missing port rename

* making service spec more robust

* make defaults sane
2020-04-14 09:31:23 -04:00
Devin Buhl
9bef0aac5e
[radarr] Add exportarr for Radarr (#199)
* first attempt at adding exportarr

* add appVersion back
2020-04-14 09:04:58 -04:00
Simon Caron
99e23213ff
Added Jellyfin Chart (#198)
Signed-off-by: Simon Caron <simon.caron.8@gmail.com>
2020-04-13 07:48:37 -04:00
Simon Caron
4af5069fed
[couchpotato] Added CouchPotato Chart (#197)
* Added CouchPotato Chart

Signed-off-by: Simon Caron <simon.caron.8@gmail.com>

* Updated Image Version to multi-arch & fixed port typo in Notes

Signed-off-by: Simon Caron <simon.caron.8@gmail.com>
2020-04-13 07:47:02 -04:00
Devin Buhl
3a53e50092
[bazarr] add chart (#192)
* [bazarr] add chart

* [bazarr] update port to 6767
2020-04-02 12:15:04 -04:00
Devin Buhl
0a9203ec64
[lidarr] fix up docs (#193) 2020-04-02 12:01:44 -04:00
Devin Buhl
57b0a62907
[lidarr] add new chart (#190)
* [lidarr] add new chart

* [lidarr] fix port

* [lidarr] clean up some movie references
2020-04-02 10:15:53 -04:00
Devin Buhl
6b39213862
[blocky] use projected volume for configmap (#189)
* use projected volume on configmap

* bump chart version
2020-03-29 13:19:04 -04:00
Ryan Holt
9819265d4e
[grocy] Add Grocy (#185)
* initial grocy build

Signed-off-by: Ryan Holt <ryan@Ryans-iMac.holthome.net>

* forgot the helper file

Signed-off-by: Ryan Holt <ryan@ryanholt.net>

* remove comments

Signed-off-by: Ryan Holt <ryan@ryanholt.net>

* change to port 80

Signed-off-by: Ryan Holt <ryan@ryanholt.net>

* add liveness probe

Signed-off-by: Ryan Holt <ryan@ryanholt.net>

* helps if the probes are actually defined in values

Signed-off-by: Ryan Holt <ryan@ryanholt.net>

* adding more time for readiness probe

Signed-off-by: Ryan Holt <ryan@ryanholt.net>

* flip from readiness to liveness

Signed-off-by: Ryan Holt <ryan@ryanholt.net>

* add startup probe, revert readiness/liveness to default

Signed-off-by: Ryan Holt <ryan@ryanholt.net>

* remove readiness probe

Signed-off-by: Ryan Holt <ryan@ryanholt.net>

* remove startupprobe, change default liveness and readiness to higher numbers

Signed-off-by: Ryan Holt <ryan@ryanholt.net>

* trying the startupProbe again

* fix indentations

* that wasn't a fix

* definitely not right

* bump up default values

* change from timeoutSeconds to periodSeconds

* rename the value variable

* add timeoutSeconds back in

* update readme and chart owner

Signed-off-by: Ryan Holt <ryan@ryanholt.net>
2020-03-23 10:09:34 -04:00
Julien DOCHE
d465d792ab
Add skipuninstall value to avoid deleting pvc upon helm uninstall (#184)
Signed-off-by: Julien DOCHE <julien.doche@gmail.com>
2020-03-19 07:01:35 -04:00
Devin Buhl
ad6673d9f4
[jackett] bump version to 2.2.1 (#182) 2020-03-13 08:54:40 -04:00
Devin Buhl
9d261a0128
[qb] bump chart to 3.1.1 (#181) 2020-03-13 08:53:49 -04:00
Jeff Billimek
dd0a4c84bf bumping ombi chart version to force automation
Signed-off-by: Jeff Billimek <jeff@billimek.com>
2020-03-12 17:07:32 -04:00
Devin Buhl
a435029a52
[qb] add deployment annotations (#176) 2020-03-12 09:57:34 -04:00
Devin Buhl
1220c61773
[tautulli] add deployment annotations (#175) 2020-03-12 09:57:10 -04:00
Devin Buhl
3bf3e6d66b
[jackett] add deployment annotations (#174) 2020-03-12 09:52:03 -04:00
Devin Buhl
cedcd11bfe
[ombi] add deployment annotations (#173)
* [ombi] add deployment annotations

* Fix lint issue
2020-03-12 09:51:43 -04:00
Ryan Holt
352f2d37ec
[nzbhydra2] Adds deploymentAnnotations support (#172)
* incorporate deploymentAnnotations, bump default tag

Signed-off-by: Ryan Holt <ryan@ryanholt.net>

* Bumped chart version to 2.1.0
2020-03-11 18:03:52 -04:00
Jeff Billimek
9203d2d558
better safe defaults for blocky (#170) 2020-03-11 00:33:52 -04:00
Jeff Billimek
92a0db15d1
[blocky] Refactor config yaml (#169)
* Refactor config yaml

Also disable logs volume (no longer needed)

Signed-off-by: Jeff Billimek <jeff@billimek.com>

* fix linting

Signed-off-by: Jeff Billimek <jeff@billimek.com>
2020-03-11 00:09:41 -04:00
Jeff Billimek
def0e8c7ed
rename blocky headless service (#167) 2020-03-10 06:44:29 -04:00
Julien DOCHE
59456f31ad
[jackett] Do not enable torrentblackhole volume by default (#166)
Signed-off-by: Julien DOCHE <julien.doche@gmail.com>
2020-03-09 08:10:56 -04:00
Julien DOCHE
71bcd78fb3
[jackett] Add torrent-blackhole volume (#165)
Signed-off-by: Julien DOCHE <julien.doche@gmail.com>
2020-03-09 06:08:16 -04:00
Jeff Billimek
a2f4de737f
enable prometheus servicemonitor (#164)
also enable proper healthchecks

Fixes #160
Fixes #161

Signed-off-by: Jeff Billimek <jeff@billimek.com>
2020-03-08 20:10:57 -04:00
Jeff Billimek
018c383c7c
fix typo in prometheus port name (#163) 2020-03-08 13:43:32 -04:00
Jeff Billimek
5bdba2161c
readme typos (#162) 2020-03-08 13:08:40 -04:00
Jeff Billimek
6ff2fcaf27
[blocky] - fix minor issues (#159)
* remove extraneous service from values

* fix prom service type and port mapping

* allow annotations

* bump chart version

* fix notes file
2020-03-08 12:47:35 -04:00
Jeff Billimek
5431d8d4e4
fixing blocky icon (#158) 2020-03-08 12:24:04 -04:00
Jeff Billimek
3090695046
[blocky] - initial cut of blocky helm chart (#157)
* initial cut of blocky helm chart

* fix linting

* fix more linting
2020-03-08 11:12:37 -04:00
Jeff Billimek
932dfd1a65
use subpath for zwave2mqtt volume (#156)
Signed-off-by: Jeff Billimek <jeff@billimek.com>
2020-03-05 20:10:26 -05:00
Jeff Billimek
fe3826ed3a bumping zwave2mqtt image to 3.0.1
Signed-off-by: Jeff Billimek <jeff@billimek.com>
2020-03-04 13:02:12 -05:00
Jeff Billimek
e0a6c8a361
[frigate] - Bumping to frigate 0.5.0 (#155)
* Bumping to frigate 0.5.0

* Includes the ability to optionally use the coral USB device (no longer
required)
* Introduces the requirement to leverage shared memory, by using
'Memory' as the medium

Signed-off-by: Jeff Billimek <jeff@billimek.com>

* fix linting
2020-03-03 22:01:31 -05:00
Jeff Billimek
68d7a640b3
Breaking Changes: Upgrading to 3.0.0 (#154)
Upgrading zwave2mqtt to the 3.0.0 release.  See [the release
notes](https://github.com/OpenZWave/Zwave2Mqtt/releases/tag/v3.0.0) for
all of the breaking changes

Signed-off-by: Jeff Billimek <jeff@billimek.com>
2020-03-03 08:57:38 -05:00
Devin Buhl
c7d2a9a141
implement revisionHistoryLimit: 3 (#152)
* implement revisionHistoryLimit: 3

* bump all chart versions
2020-02-23 06:32:29 -07:00
Jeff Billimek
33c1662d84
bumping teslamate image version (#150) 2020-02-17 17:22:56 -07:00
Jeff Billimek
7bc49f3454
bumping chart image version (#149) 2020-02-17 17:21:49 -07:00
Devin Buhl
67167f787c
remove cloudflare-ddns chart (#148) 2020-02-17 16:14:44 -05:00
Ryan Holt
e73b9697e3
added deployment annotations and bumped chart (#146)
Signed-off-by: Ryan Holt <ryan@ryanholt.net>
2020-02-13 09:32:18 -05:00
Ryan Holt
faef189636
add deployment annotations and bumped chart version (#147)
Signed-off-by: Ryan Holt <ryan@ryanholt.net>
2020-02-12 12:01:42 -05:00
Ryan Holt
a4a7e17788
[sonarr] enable support for deployment annotations (#145)
* enable deployment annotations

Signed-off-by: Ryan Holt <ryan@ryanholt.net>

* include readme updates

Signed-off-by: Ryan Holt <ryan@ryanholt.net>
2020-02-10 18:55:55 -05:00
Jeff Billimek
aa4d60d783
bumping teslamate to 1.15.0 (#144)
Signed-off-by: Jeff Billimek <jeff@billimek.com>
2020-01-23 14:23:00 -05:00
Devin Buhl
7b425402a2 [qbittorrent] minor refactoring, add readme (#143)
* minor refactoring, add readme

* fix lint issue

* fix some nzbget references
2020-01-19 15:29:43 -05:00
Jeff Billimek
ac61ec1208
fixing zwave2mqtt dev defaults (#142)
Signed-off-by: Jeff Billimek <jeff@billimek.com>
2020-01-18 23:57:00 -05:00
Jeff Billimek
3e7fcd738d last commit made in error 2020-01-18 22:27:35 -05:00
Jeff Billimek
ed7f6f0677 forcing arm64 image for zwave2mqtt 2020-01-18 22:25:40 -05:00
Jeff Billimek
2516d7abe0
[frigate] frigate needs configurable probes (#141)
* frigate needs configurable probes

* adjust probe defaults
2020-01-18 21:57:42 -05:00
Jeff Billimek
7c5a94e9f4
adding zwave2mqtt chart (#140)
Signed-off-by: Jeff Billimek <jeff@billimek.com>
2020-01-18 21:37:06 -05:00
Yasser Saleemi
67cb8ec883 [nzbget] Allow mounting additional claims (#137)
This is useful if some data exists in different paths and you wish to make use
of categories + paths. So you can have a volume for Movies and have a movies
category that points to this path.

Useful for when they exist on NFS, this allows you to easily attach NFS mounts
to the pod.

Signed-off-by: Yasser Saleemi <yassersaleemi@gmail.com>
2020-01-18 17:11:04 -05:00
Devin Buhl
07a132c04a [jackett/nzbhydra2/ombi/tautulli] Add subPaths for config PVCs (#138)
* Add subPath for config, bump jackett image tag

* Add subPath for config, bump hydra2 image tag

* fix up jackett appversion

* fix up hydra2 appversion

* Add subPath for config, bump ombi image tag

* Add subPath for config, bump tautulli image tag
2020-01-17 23:20:38 -05:00
Jeff Billimek
406628ef0a
[frigate] frigate v4.0.0-beta (#135)
* frigate v4.0.0-beta

* fixing linting errors
2020-01-15 23:31:44 -05:00
Jeff Billimek
c24047ec9a
speedtest chart migration (#132)
Signed-off-by: Jeff Billimek <jeffrey_k_billimek@homedepot.com>
2020-01-10 16:40:50 -05:00
Jeff Billimek
eb17f5b148
teslamate chart migration (#134)
Signed-off-by: Jeff Billimek <jeffrey_k_billimek@homedepot.com>
2020-01-10 16:34:09 -05:00
Jeff Billimek
b1762aa3a0
tautulli chart migration (#133)
Signed-off-by: Jeff Billimek <jeffrey_k_billimek@homedepot.com>
2020-01-10 16:30:52 -05:00
Jeff Billimek
a329904ac9
sonarr chart migration (#131)
Signed-off-by: Jeff Billimek <jeffrey_k_billimek@homedepot.com>
2020-01-10 16:29:27 -05:00
Jeff Billimek
b70b192d46
ser2sock chart migration (#130)
Signed-off-by: Jeff Billimek <jeffrey_k_billimek@homedepot.com>
2020-01-10 16:28:35 -05:00
Jeff Billimek
85c3e2c3de
radarr chart migration (#128)
Signed-off-by: Jeff Billimek <jeffrey_k_billimek@homedepot.com>
2020-01-10 16:27:26 -05:00
Jeff Billimek
ef11c7e2ca
rtorrent-flood chart migration (#129)
Signed-off-by: Jeff Billimek <jeffrey_k_billimek@homedepot.com>
2020-01-10 16:26:05 -05:00
Jeff Billimek
76794f3e4a
bumping qbittorrent chart for CI (#127)
Signed-off-by: Jeff Billimek <jeffrey_k_billimek@homedepot.com>
2020-01-10 16:25:00 -05:00
Jeff Billimek
a554af9331
bumping ombi chart for CI (#125)
Signed-off-by: Jeff Billimek <jeffrey_k_billimek@homedepot.com>
2020-01-10 16:24:20 -05:00
Jeff Billimek
ae78a8b878
bumping nzbhydra2 chart for CI (#126)
Signed-off-by: Jeff Billimek <jeffrey_k_billimek@homedepot.com>
2020-01-10 16:22:58 -05:00
Jeff Billimek
80a40046ea
digitalocean-dyndns chart migration (#116)
Signed-off-by: Jeff Billimek <jeffrey_k_billimek@homedepot.com>
2020-01-10 16:13:10 -05:00
Jeff Billimek
3adc8bb035
frigate chart migration (#118)
Signed-off-by: Jeff Billimek <jeffrey_k_billimek@homedepot.com>
2020-01-10 16:12:59 -05:00