Richard Cox
c516c4e05d
[home-assistant] Adds control over vscode image arguments ( #75 )
...
* Added ability to control vscode arguments
Signed-off-by: Richard Cox <cox.richard200@gmail.com>
* Fixed helpers function to handle null and empty string vscode.args value
Signed-off-by: Richard Cox <cox.richard200@gmail.com>
Co-authored-by: Jeff Billimek <jeff@billimek.com>
2020-09-29 15:45:50 -04:00
nolte
6104d0bc80
update git sync image version, the new version supports multiply architectures like armhf ( #72 )
...
Co-authored-by: nolte <nolte07@googlemail.com>
Co-authored-by: Ryan Holt <ryan@ryanholt.net>
2020-09-29 15:38:32 -04:00
Nicholas St. Germain
12752f4018
Merge pull request #69 from k8s-at-home/maint/media-common-semver
...
[media-common (parents)] Annotations and semver
2020-09-28 21:10:50 -05:00
Ryan Holt
010c3dbf06
Merge branch 'master' into maint/media-common-semver
2020-09-28 16:12:03 -04:00
Ryan Holt
2dba5d9d8e
Merge pull request #70 from nolte/feature/esphome-git-sync
...
[esphome] adding a option for git init container
2020-09-28 16:08:35 -04:00
nolte
1a3f1ad996
using arm supported version
...
Signed-off-by: nolte <nolte07@googlemail.com>
2020-09-28 19:57:36 +02:00
nolte
f00fef03b6
Adding a option for a git init container.
...
Signed-off-by: nolte <nolte07@googlemail.com>
2020-09-27 21:39:48 +02:00
Nicholas St. Germain
23dc0d5b14
add maintainer url and artifacthub annotations
2020-09-27 14:05:04 -05:00
Nicholas St. Germain
bae95225cf
use minor version matching instead of micro version matching
2020-09-27 13:52:08 -05:00
Nicholas St. Germain
d90ddd9e2b
Merge pull request #68 from k8s-at-home/bug/media-common
...
[media-common] fix nested kube check and update for kube version 1.19 check
2020-09-27 12:58:59 -05:00
Nicholas St. Germain
c058d4adc0
Merge branch 'master' into bug/media-common
2020-09-26 22:44:07 -05:00
Nicholas St. Germain
b2f1661912
Merge pull request #67 from totallyGreg/master
...
[plex] Fix data claimName and bump chart version
2020-09-26 22:43:49 -05:00
Nicholas St. Germain
7e56103498
Update Chart.yaml
2020-09-26 22:42:02 -05:00
Nicholas St. Germain
d3755f1a04
Merge branch 'master' into master
2020-09-26 22:37:33 -05:00
Nicholas St. Germain
b237726244
Merge branch 'master' into bug/media-common
2020-09-26 22:36:41 -05:00
Nicholas St. Germain
90a691aea0
Merge pull request #66 from dcplaya/media-common
...
[media-common] Add initContainers
2020-09-26 22:36:23 -05:00
Drew
3ee806f563
[media-common] Wrap in conditional statement
...
Had a feeling I needed this!
2020-09-26 18:36:54 -07:00
Nicholas St. Germain
b8ae055561
fix nested kube check and update for kube version 1.19 check
2020-09-26 19:34:30 -05:00
J. Greg Williams
8c4f2de8c4
Fix data claimName and bump chart version
...
Signed-off-by: J. Greg Williams <totallyGreg@gmail.com>
2020-09-26 14:25:22 -04:00
Drew
374b098436
[media-common] Fix version
2020-09-25 23:58:35 -07:00
Drew
e63dbd08d1
[media-common] Forgot this
...
Not sure if this is why the lint is angry but lets give her a try
2020-09-25 23:50:05 -07:00
Drew
2c15d6617c
[media-common] Add initContainers
...
I think this is all thats needed to get this working
2020-09-25 23:33:12 -07:00
Nicholas St. Germain
aca509001d
Merge pull request #63 from bjw-s/qbittorrent
...
[qbittorrent] Migrate to media-common
2020-09-26 01:15:56 -05:00
Nicholas St. Germain
053d99b0fe
Merge branch 'master' into qbittorrent
2020-09-26 01:10:40 -05:00
Nicholas St. Germain
cf9a32053d
Merge pull request #65 from mcavoyk/fix/tcp-probe
...
[traefik-forward-auth] Fix default probe configuration
2020-09-25 23:33:35 -05:00
Kellin McAvoy
d59192d04c
fix: default probe configuration
2020-09-25 23:12:17 -05:00
bjws
47c37d6ad8
[qbittorrent] Fix env strings
2020-09-24 13:31:52 +02:00
bjws
571372c4c7
[qbittorrent] No longer require additionalports
2020-09-24 13:08:29 +02:00
bjws
e3e42eea31
[qbittorrent] Migrate to media-common
2020-09-24 10:56:51 +02:00
ᗪєνιη ᗷυнʟ
eaf3b47fec
[home-assistant] Add bitnami influxdb chart as optional dependency ( #61 )
...
* add influxdb to HA chart
* bump chart version
2020-09-23 08:22:10 -04:00
Carlos Ravelo
8e8e8afd50
[home-assistant] Added the ability to specify subPaths ( #53 )
...
* Added the ability to specify subPaths
I mount all my configs into a volume and keep each app under subPaths. By adding the ability of specifying a subpath here I can set hass to store its settings on its own folder.
thanks
* Update Chart.yaml
Version bumped
* Update deployment.yaml
Fixed a typo, the here the config sub path is for appdaemon and not vscode
* Update README.md
Added the new variables to the table
* Update README.md
Removed the git configSubPath because is the same as configSubPath. Same mount definition as the hass config. Also moved the configSubPath setting under persistence which makes more sense
* Update deployment.yaml
Changed configSubPath to be under persistence. Unified the git.configSubPath with the persistence one as they are the same.
* Update values.yaml
Added configSubPath to the values.yaml with a comment.
* Update Chart.yaml
Version bump
* Update values.yaml
trailing space... come on github editor you failed me
* Update values.yaml
Added the subpath setting under appDaemon
* Update values.yaml
trailing spaces... github editor needs an update
* Update values.yaml
grrr trailing spaces
Co-authored-by: Jeff Billimek <jeff@billimek.com>
2020-09-22 21:46:37 -04:00
Bernd Schörgers
1ec31ad877
[homebridge] metadata updates ( #60 )
2020-09-22 10:32:26 -04:00
Bernd Schörgers
628e2f6842
[homebridge] New chart ( #59 )
...
* [homebridge] New chart
* [homebridge] Additional variables in README
* [homebridge] Set default service type to ClusterIP
Co-authored-by: Jeff Billimek <jeff@billimek.com>
2020-09-22 08:56:43 -04:00
Gallardo994
85c7673e31
[statping] Allow annotations in service ( #58 )
...
* Statping: allow annotations in service
* Bump chart version to 1.0.1
Co-authored-by: Jeff Billimek <jeff@billimek.com>
2020-09-22 08:12:04 -04:00
Bernd Schörgers
53ca0dfafd
[media-common] Add tests, bump version ( #57 )
2020-09-22 08:07:16 -04:00
Dan Webb
ade40a1e9d
[home-assistant] Bump homeassistant to 0.115.2 ( #55 )
...
Signed-off-by: Dan Webb <dan.webb@damacus.io>
Co-authored-by: Jeff Billimek <jeff@billimek.com>
2020-09-21 15:13:32 -04:00
Bernd Schörgers
bc2742e655
[media-common-openvpn] Fix auth syntax, indenting ( #56 )
2020-09-21 14:57:55 -04:00
Feliksas The Lion
fb1c653533
[node-red] Added serviceAccountName to pod spec ( #54 )
...
* Added option to specify ServiceAccount (needed to associate a PodSecurityPolicy)
* Bumped chart version, added variable to README
* Bumped version to 3.1.0, as per request
2020-09-21 09:55:26 -04:00
Bernd Schörgers
9e284da7a6
[jackett] Migrate to media-common ( #50 )
...
* [jackett] Migrate to media-common
* [jackett] Rename alias
* [jackett] Process review comments
2020-09-21 09:36:29 -04:00
Bernd Schörgers
6929543b6f
[nzbget] Migrate to media-common ( #49 )
...
* [nzbget] Migrate to media-common
* [nzbget] Migrate to media-common
* [nzbget] Fix indenting in values
Co-authored-by: Jeff Billimek <jeff@billimek.com>
2020-09-19 09:03:23 -04:00
Bernd Schörgers
979349b96f
[prometheus-nut-exporter] Fix selector ( #52 )
...
* [prometheus-nut-exporter] Fix selector
* [prometheus-nut-exporter] Add tests
* Remove tests because no serviceMonitor in pipeline
2020-09-15 11:25:35 -04:00
Bernd Schörgers
521d473cc0
[prometheus-nut-exporter] New chart ( #51 )
2020-09-15 08:28:32 -04:00
Ryan Holt
00f3ce5523
Merge pull request #48 from k8s-at-home/new/traefik-forward-auth
...
[traefik-forward-auth] New Chart
2020-09-13 20:39:15 -04:00
Nicholas St. Germain
f7e980ab9c
Merge branch 'master' into new/traefik-forward-auth
2020-09-13 12:20:04 -05:00
Nicholas St. Germain
a037936b3e
[statping] New Chart ( #36 )
...
Co-authored-by: Devin Buhl <onedr0p@users.noreply.github.com>
2020-09-13 08:09:14 -04:00
Nicholas St. Germain
63b87146a3
Merge pull request #45 from bjw-s/media-common
...
[media-common] Add openvpn add-on
2020-09-13 06:05:55 -05:00
bjws
a5b55b33e4
Fix ct install
2020-09-13 12:57:06 +02:00
Nicholas St. Germain
2eedb285e8
add artifacthub badge
2020-09-13 05:08:51 -05:00
Nicholas St. Germain
54d5f5aaeb
fix readme up with templating
2020-09-13 04:21:06 -05:00
bjws
f8babcb5a2
Process review comments
2020-09-13 09:34:47 +02:00