Compare commits
31 Commits
flood-2.0.
...
zigbee2mqt
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
52778133b7 | ||
|
|
82a1eab1ca | ||
|
|
0bd29e4c6d | ||
|
|
cd54aa7fad | ||
|
|
df18109726 | ||
|
|
6a76a306f7 | ||
|
|
39fbc31cc2 | ||
|
|
2f9a11e56b | ||
|
|
6681145be2 | ||
|
|
7e144c6fcd | ||
|
|
a503b0441a | ||
|
|
57f4f5d7bf | ||
|
|
ee918dd6d0 | ||
|
|
b74ab67e83 | ||
|
|
c25b86e556 | ||
|
|
5c191a5cb1 | ||
|
|
bbd78319e9 | ||
|
|
56d8ab7c2a | ||
|
|
7114c2b43f | ||
|
|
69152b0916 | ||
|
|
3b257c68ab | ||
|
|
aeffff5297 | ||
|
|
efe9b16ee5 | ||
|
|
544b55d404 | ||
|
|
d058965386 | ||
|
|
2aba1913af | ||
|
|
ce4d7354fc | ||
|
|
dc12dfb58b | ||
|
|
55349cfefa | ||
|
|
bd9da3d19b | ||
|
|
92c2ac30f0 |
8
.github/renovate.json5
vendored
8
.github/renovate.json5
vendored
@@ -29,13 +29,15 @@
|
|||||||
"updateTypes": ["minor"],
|
"updateTypes": ["minor"],
|
||||||
"bumpVersion": "minor",
|
"bumpVersion": "minor",
|
||||||
"labels": ["dependency/minor"],
|
"labels": ["dependency/minor"],
|
||||||
"packageNames": ["common"]
|
"packageNames": ["common"],
|
||||||
|
"groupName": ["internal minor dep"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"updateTypes": ["patch"],
|
"updateTypes": ["patch"],
|
||||||
"bumpVersion": "patch",
|
"bumpVersion": "patch",
|
||||||
"labels": ["dependency/patch"],
|
"labels": ["dependency/patch"],
|
||||||
"packageNames": ["common"]
|
"packageNames": ["common"],
|
||||||
|
"groupName": ["internal patch dep"]
|
||||||
},
|
},
|
||||||
//
|
//
|
||||||
// Other library deps
|
// Other library deps
|
||||||
@@ -54,6 +56,7 @@
|
|||||||
"bumpVersion": "minor",
|
"bumpVersion": "minor",
|
||||||
"labels": ["dependency/minor"],
|
"labels": ["dependency/minor"],
|
||||||
"excludePackageNames": ["common"],
|
"excludePackageNames": ["common"],
|
||||||
|
"groupName": ["external minor dep"],
|
||||||
"schedule": [
|
"schedule": [
|
||||||
"every 2 months on the first day of the month"
|
"every 2 months on the first day of the month"
|
||||||
]
|
]
|
||||||
@@ -63,6 +66,7 @@
|
|||||||
"bumpVersion": "patch",
|
"bumpVersion": "patch",
|
||||||
"labels": ["dependency/patch"],
|
"labels": ["dependency/patch"],
|
||||||
"excludePackageNames": ["common"],
|
"excludePackageNames": ["common"],
|
||||||
|
"groupName": ["external patch dep"],
|
||||||
"schedule": [
|
"schedule": [
|
||||||
"every 1 months on the first day of the month"
|
"every 1 months on the first day of the month"
|
||||||
]
|
]
|
||||||
|
|||||||
9
.github/workflows/lint-test.yaml
vendored
9
.github/workflows/lint-test.yaml
vendored
@@ -38,13 +38,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Run chart-testing (lint)
|
- name: Run chart-testing (lint)
|
||||||
id: lint
|
id: lint
|
||||||
run: ct lint --config .github/ct.yaml
|
run: ct lint --config .github/ct.yaml --excluded-charts ""
|
||||||
if: steps.list-changed.outputs.changed == 'true'
|
if: steps.list-changed.outputs.common == 'true' || steps.list-changed.outputs.common == 'true'
|
||||||
|
|
||||||
- name: Run chart-testing (lint common-test)
|
|
||||||
run: |
|
|
||||||
ct lint --config .github/ct.yaml --charts 'charts/common-test'
|
|
||||||
if: steps.list-changed.outputs.common == 'true'
|
|
||||||
|
|
||||||
- name: Create kind cluster
|
- name: Create kind cluster
|
||||||
uses: helm/kind-action@v1.1.0
|
uses: helm/kind-action@v1.1.0
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: 4.0.5
|
appVersion: 4.0.5
|
||||||
description: AppDaemon is a loosely coupled, multi-threaded, sandboxed python execution environment for writing automation apps for various types of Home Automation Software including Home Assistant and MQTT.
|
description: AppDaemon is a loosely coupled, multi-threaded, sandboxed python execution environment for writing automation apps for various types of Home Automation Software including Home Assistant and MQTT.
|
||||||
name: appdaemon
|
name: appdaemon
|
||||||
version: 1.0.2
|
version: 2.0.0
|
||||||
keywords:
|
keywords:
|
||||||
- appdaemon
|
- appdaemon
|
||||||
- home-automation
|
- home-automation
|
||||||
@@ -17,4 +17,4 @@ maintainers:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://k8s-at-home.com/charts/
|
repository: https://k8s-at-home.com/charts/
|
||||||
version: 1.7.0
|
version: 2.0.3
|
||||||
|
|||||||
@@ -13,16 +13,6 @@ strategy:
|
|||||||
service:
|
service:
|
||||||
port:
|
port:
|
||||||
port: 5050
|
port: 5050
|
||||||
# # Boilerplate config for code-server functionality, be sure to make changes to suit your environment
|
|
||||||
# additionalServices:
|
|
||||||
# - enabled: true
|
|
||||||
# nameSuffix: vscode
|
|
||||||
# type: ClusterIP
|
|
||||||
# port:
|
|
||||||
# port: 12321
|
|
||||||
# name: vscode
|
|
||||||
# protocol: TCP
|
|
||||||
# targetPort: 12321
|
|
||||||
|
|
||||||
# Environment variables that can be configure can be seen at
|
# Environment variables that can be configure can be seen at
|
||||||
# https://appdaemon.readthedocs.io/en/latest/DOCKER_TUTORIAL.html
|
# https://appdaemon.readthedocs.io/en/latest/DOCKER_TUTORIAL.html
|
||||||
@@ -35,45 +25,8 @@ env: {}
|
|||||||
# DASH_URL:
|
# DASH_URL:
|
||||||
# TOKEN:
|
# TOKEN:
|
||||||
|
|
||||||
# # Boilerplate config for code-server functionality, be sure to make changes to suit your environment
|
|
||||||
# additionalContainers:
|
|
||||||
# - name: vscode
|
|
||||||
# image: codercom/code-server:3.7.2
|
|
||||||
# imagePullPolicy: IfNotPresent
|
|
||||||
# workingDir: /www/assets
|
|
||||||
# args:
|
|
||||||
# - "--port"
|
|
||||||
# - "12321"
|
|
||||||
# - "--auth"
|
|
||||||
# - "none"
|
|
||||||
# ports:
|
|
||||||
# - name: vscode
|
|
||||||
# containerPort: 12321
|
|
||||||
# protocol: TCP
|
|
||||||
# volumeMounts:
|
|
||||||
# - name: config
|
|
||||||
# mountPath: /www/assets
|
|
||||||
# securityContext:
|
|
||||||
# runAsUser: 0
|
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
enabled: false
|
enabled: false
|
||||||
# # Boilerplate config for code-server functionality, be sure to make changes to suit your environment
|
|
||||||
# additionalIngresses:
|
|
||||||
# - enabled: true
|
|
||||||
# nameSuffix: "vscode"
|
|
||||||
# serviceName: appdaemon-vscode
|
|
||||||
# servicePort: 12321
|
|
||||||
# annotations:
|
|
||||||
# kubernetes.io/ingress.class: "nginx"
|
|
||||||
# hosts:
|
|
||||||
# - host: appdaemon-editor.k8s-at-home.com
|
|
||||||
# paths:
|
|
||||||
# - path: /
|
|
||||||
# pathType: Prefix
|
|
||||||
# tls:
|
|
||||||
# - hosts:
|
|
||||||
# - appdaemon-editor.k8s-at-home.com
|
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
config:
|
config:
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: common-test
|
name: common-test
|
||||||
description: Helper chart to test different use cases of the common library
|
description: Helper chart to test different use cases of the common library
|
||||||
version: 1.0.1
|
version: 1.0.2
|
||||||
keywords:
|
keywords:
|
||||||
- k8s-at-home
|
- k8s-at-home
|
||||||
- common
|
- common
|
||||||
|
|||||||
@@ -9,3 +9,11 @@ service:
|
|||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
||||||
|
probes:
|
||||||
|
liveness:
|
||||||
|
enabled: true
|
||||||
|
readiness:
|
||||||
|
enabled: true
|
||||||
|
startup:
|
||||||
|
enabled: true
|
||||||
|
|||||||
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
|
|||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
## [2.0.4]
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- `periodSeconds` now works for all probe types.
|
||||||
|
|
||||||
## [2.0.0]
|
## [2.0.0]
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
@@ -24,6 +30,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
This is the last version before starting this changelog. All sorts of cool stuff was changed, but only `git log` remembers what that was :slightly_frowning_face:
|
This is the last version before starting this changelog. All sorts of cool stuff was changed, but only `git log` remembers what that was :slightly_frowning_face:
|
||||||
|
|
||||||
|
[2.0.4]: https://github.com/k8s-at-home/charts/tree/common-2.0.4/charts/common
|
||||||
|
|
||||||
[2.0.0]: https://github.com/k8s-at-home/charts/tree/common-2.0.0/charts/common
|
[2.0.0]: https://github.com/k8s-at-home/charts/tree/common-2.0.0/charts/common
|
||||||
|
|
||||||
[1.7.0]: https://github.com/k8s-at-home/charts/tree/common-1.7.0/charts/common
|
[1.7.0]: https://github.com/k8s-at-home/charts/tree/common-1.7.0/charts/common
|
||||||
|
|||||||
@@ -2,11 +2,11 @@ apiVersion: v2
|
|||||||
name: common
|
name: common
|
||||||
description: Function library for k8s-at-home charts
|
description: Function library for k8s-at-home charts
|
||||||
type: library
|
type: library
|
||||||
version: 2.0.3
|
version: 2.0.4
|
||||||
keywords:
|
keywords:
|
||||||
- k8s-at-home
|
- k8s-at-home
|
||||||
- common
|
- common
|
||||||
home: https://github.com/k8s-at-home/charts/tree/master/charts/common
|
home: https://github.com/k8s-at-home/charts/tree/master/charts/common
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: BJW-S
|
- name: bjw-s
|
||||||
email: me@juggels.online
|
email: me@bjw-s.dev
|
||||||
|
|||||||
@@ -15,6 +15,7 @@ Probes selection logic.
|
|||||||
{{- printf "initialDelaySeconds: %v" $probe.spec.initialDelaySeconds | nindent 2 }}
|
{{- printf "initialDelaySeconds: %v" $probe.spec.initialDelaySeconds | nindent 2 }}
|
||||||
{{- printf "failureThreshold: %v" $probe.spec.failureThreshold | nindent 2 }}
|
{{- printf "failureThreshold: %v" $probe.spec.failureThreshold | nindent 2 }}
|
||||||
{{- printf "timeoutSeconds: %v" $probe.spec.timeoutSeconds | nindent 2 }}
|
{{- printf "timeoutSeconds: %v" $probe.spec.timeoutSeconds | nindent 2 }}
|
||||||
|
{{- printf "periodSeconds: %v" $probe.spec.periodSeconds | nindent 2 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|||||||
@@ -61,34 +61,37 @@ probes:
|
|||||||
enabled: true
|
enabled: true
|
||||||
## Set this to true if you wish to specify your own livenessProbe
|
## Set this to true if you wish to specify your own livenessProbe
|
||||||
custom: false
|
custom: false
|
||||||
## The spec field contains the values for the default livenessProbe.
|
## The spec field contains the values for the default livenessProbe.
|
||||||
## If you selected custom: true, this field holds the definition of the livenessProbe.
|
## If you selected custom: true, this field holds the definition of the livenessProbe.
|
||||||
spec:
|
spec:
|
||||||
initialDelaySeconds: 30
|
initialDelaySeconds: 30
|
||||||
failureThreshold: 5
|
failureThreshold: 5
|
||||||
|
periodSeconds: 10
|
||||||
timeoutSeconds: 10
|
timeoutSeconds: 10
|
||||||
|
|
||||||
readiness:
|
readiness:
|
||||||
enabled: true
|
enabled: true
|
||||||
## Set this to true if you wish to specify your own readinessProbe
|
## Set this to true if you wish to specify your own readinessProbe
|
||||||
custom: false
|
custom: false
|
||||||
## The spec field contains the values for the default readinessProbe.
|
## The spec field contains the values for the default readinessProbe.
|
||||||
## If you selected custom: true, this field holds the definition of the readinessProbe.
|
## If you selected custom: true, this field holds the definition of the readinessProbe.
|
||||||
spec:
|
spec:
|
||||||
initialDelaySeconds: 30
|
initialDelaySeconds: 30
|
||||||
failureThreshold: 5
|
failureThreshold: 5
|
||||||
|
periodSeconds: 10
|
||||||
timeoutSeconds: 10
|
timeoutSeconds: 10
|
||||||
|
|
||||||
startup:
|
startup:
|
||||||
enabled: false
|
enabled: false
|
||||||
## Set this to true if you wish to specify your own startupProbe
|
## Set this to true if you wish to specify your own startupProbe
|
||||||
custom: false
|
custom: false
|
||||||
## The spec field contains the values for the default startupProbe.
|
## The spec field contains the values for the default startupProbe.
|
||||||
## If you selected custom: true, this field holds the definition of the startupProbe.
|
## If you selected custom: true, this field holds the definition of the startupProbe.
|
||||||
spec:
|
spec:
|
||||||
initialDelaySeconds: 5
|
initialDelaySeconds: 5
|
||||||
failureThreshold: 30
|
failureThreshold: 30
|
||||||
periodSeconds: 10
|
periodSeconds: 10
|
||||||
|
timeoutSeconds: 10
|
||||||
|
|
||||||
service:
|
service:
|
||||||
enabled: true
|
enabled: true
|
||||||
@@ -120,7 +123,7 @@ service:
|
|||||||
# type: ClusterIP
|
# type: ClusterIP
|
||||||
# # Specify the default port information
|
# # Specify the default port information
|
||||||
# port:
|
# port:
|
||||||
# port:
|
# port:
|
||||||
# # name defaults to http
|
# # name defaults to http
|
||||||
# name:
|
# name:
|
||||||
# protocol: TCP
|
# protocol: TCP
|
||||||
@@ -243,7 +246,7 @@ addons:
|
|||||||
# Set the VPN container securityContext
|
# Set the VPN container securityContext
|
||||||
securityContext:
|
securityContext:
|
||||||
capabilities:
|
capabilities:
|
||||||
add:
|
add:
|
||||||
- NET_ADMIN
|
- NET_ADMIN
|
||||||
- SYS_MODULE
|
- SYS_MODULE
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: 1.15.3
|
appVersion: 1.15.3
|
||||||
description: ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems.
|
description: ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems.
|
||||||
name: esphome
|
name: esphome
|
||||||
version: 3.0.0
|
version: 4.0.0
|
||||||
keywords:
|
keywords:
|
||||||
- esphome
|
- esphome
|
||||||
- home-automation
|
- home-automation
|
||||||
@@ -16,4 +16,4 @@ maintainers:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://k8s-at-home.com/charts/
|
repository: https://k8s-at-home.com/charts/
|
||||||
version: 1.7.0
|
version: 2.0.3
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# Default values for Bazarr.
|
# Default values for esphome.
|
||||||
|
|
||||||
image:
|
image:
|
||||||
repository: esphome/esphome
|
repository: esphome/esphome
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: 1.17.0
|
appVersion: 1.17.0
|
||||||
description: FreshRSS is a self-hosted RSS feed aggregator
|
description: FreshRSS is a self-hosted RSS feed aggregator
|
||||||
name: freshrss
|
name: freshrss
|
||||||
version: 1.2.0
|
version: 2.0.0
|
||||||
keywords:
|
keywords:
|
||||||
- freshrss
|
- freshrss
|
||||||
- rss
|
- rss
|
||||||
@@ -17,4 +17,4 @@ maintainers:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://k8s-at-home.com/charts/
|
repository: https://k8s-at-home.com/charts/
|
||||||
version: 1.7.0
|
version: 2.0.3
|
||||||
|
|||||||
@@ -1,2 +0,0 @@
|
|||||||
ingress:
|
|
||||||
enabled: true
|
|
||||||
@@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: v2.7.1
|
appVersion: v2.7.1
|
||||||
description: ERP beyond your fridge - grocy is a web-based self-hosted groceries & household management solution for your home
|
description: ERP beyond your fridge - grocy is a web-based self-hosted groceries & household management solution for your home
|
||||||
name: grocy
|
name: grocy
|
||||||
version: 3.0.0
|
version: 4.0.0
|
||||||
keywords:
|
keywords:
|
||||||
- grocy
|
- grocy
|
||||||
home: https://github.com/k8s-at-home/charts/tree/master/charts/grocy
|
home: https://github.com/k8s-at-home/charts/tree/master/charts/grocy
|
||||||
@@ -14,5 +14,5 @@ maintainers:
|
|||||||
email: jeff@billimek.com
|
email: jeff@billimek.com
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 1.7.0
|
version: 2.0.3
|
||||||
repository: https://k8s-at-home.com/charts/
|
repository: https://k8s-at-home.com/charts/
|
||||||
|
|||||||
@@ -1,2 +0,0 @@
|
|||||||
ingress:
|
|
||||||
enabled: true
|
|
||||||
@@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: 2.2.2
|
appVersion: 2.2.2
|
||||||
description: An Application dashboard and launcher
|
description: An Application dashboard and launcher
|
||||||
name: heimdall
|
name: heimdall
|
||||||
version: 3.0.0
|
version: 4.0.0
|
||||||
keywords:
|
keywords:
|
||||||
- heimdall
|
- heimdall
|
||||||
home: https://github.com/k8s-at-home/charts/tree/master/charts/heimdall
|
home: https://github.com/k8s-at-home/charts/tree/master/charts/heimdall
|
||||||
@@ -15,5 +15,5 @@ maintainers:
|
|||||||
email: jeff@billimek.com
|
email: jeff@billimek.com
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 1.7.0
|
version: 2.0.4
|
||||||
repository: https://k8s-at-home.com/charts/
|
repository: https://k8s-at-home.com/charts/
|
||||||
|
|||||||
@@ -1,2 +1,3 @@
|
|||||||
ingress:
|
probes:
|
||||||
enabled: true
|
startup:
|
||||||
|
enabled: true
|
||||||
|
|||||||
@@ -21,7 +21,3 @@ persistence:
|
|||||||
config:
|
config:
|
||||||
enabled: false
|
enabled: false
|
||||||
emptyDir: false
|
emptyDir: false
|
||||||
|
|
||||||
probes:
|
|
||||||
startup:
|
|
||||||
enabled: true
|
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ description: A dead simple static HOMepage for your servER to keep your services
|
|||||||
icon: https://raw.githubusercontent.com/bastienwirtz/homer/main/public/logo.png
|
icon: https://raw.githubusercontent.com/bastienwirtz/homer/main/public/logo.png
|
||||||
home: https://github.com/bastienwirtz/homer
|
home: https://github.com/bastienwirtz/homer
|
||||||
name: homer
|
name: homer
|
||||||
version: 1.2.0
|
version: 2.0.0
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/bastienwirtz/homer
|
- https://github.com/bastienwirtz/homer
|
||||||
maintainers:
|
maintainers:
|
||||||
@@ -12,5 +12,5 @@ maintainers:
|
|||||||
email: jeff@billimek.com
|
email: jeff@billimek.com
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 1.7.0
|
version: 2.0.3
|
||||||
repository: https://k8s-at-home.com/charts/
|
repository: https://k8s-at-home.com/charts/
|
||||||
|
|||||||
@@ -1,2 +0,0 @@
|
|||||||
ingress:
|
|
||||||
enabled: true
|
|
||||||
@@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: v0.16.2106
|
appVersion: v0.16.2106
|
||||||
description: API Support for your favorite torrent trackers
|
description: API Support for your favorite torrent trackers
|
||||||
name: jackett
|
name: jackett
|
||||||
version: 5.7.0
|
version: 6.0.0
|
||||||
keywords:
|
keywords:
|
||||||
- jackett
|
- jackett
|
||||||
- torrent
|
- torrent
|
||||||
@@ -17,4 +17,4 @@ maintainers:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://k8s-at-home.com/charts/
|
repository: https://k8s-at-home.com/charts/
|
||||||
version: 1.7.0
|
version: 2.0.3
|
||||||
|
|||||||
@@ -1,2 +0,0 @@
|
|||||||
ingress:
|
|
||||||
enabled: true
|
|
||||||
@@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: 10.6.4
|
appVersion: 10.6.4
|
||||||
description: Jellyfin is a Free Software Media System
|
description: Jellyfin is a Free Software Media System
|
||||||
name: jellyfin
|
name: jellyfin
|
||||||
version: 3.3.0
|
version: 4.0.0
|
||||||
keywords:
|
keywords:
|
||||||
- jellyfin
|
- jellyfin
|
||||||
- plex
|
- plex
|
||||||
@@ -18,4 +18,4 @@ maintainers:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://k8s-at-home.com/charts/
|
repository: https://k8s-at-home.com/charts/
|
||||||
version: 1.7.0
|
version: 2.0.3
|
||||||
|
|||||||
@@ -1,2 +0,0 @@
|
|||||||
ingress:
|
|
||||||
enabled: true
|
|
||||||
@@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: 0.8.0.1886
|
appVersion: 0.8.0.1886
|
||||||
description: Looks and smells like Sonarr but made for music
|
description: Looks and smells like Sonarr but made for music
|
||||||
name: lidarr
|
name: lidarr
|
||||||
version: 5.7.0
|
version: 6.0.0
|
||||||
keywords:
|
keywords:
|
||||||
- lidarr
|
- lidarr
|
||||||
- torrent
|
- torrent
|
||||||
@@ -18,4 +18,4 @@ maintainers:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://k8s-at-home.com/charts/
|
repository: https://k8s-at-home.com/charts/
|
||||||
version: 1.7.0
|
version: 2.0.3
|
||||||
|
|||||||
@@ -1,2 +0,0 @@
|
|||||||
ingress:
|
|
||||||
enabled: true
|
|
||||||
@@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: 4.0.8
|
appVersion: 4.0.8
|
||||||
description: Lychee is a free photo-management tool, which runs on your server or web-space
|
description: Lychee is a free photo-management tool, which runs on your server or web-space
|
||||||
name: lychee
|
name: lychee
|
||||||
version: 1.0.1
|
version: 2.0.0
|
||||||
keywords:
|
keywords:
|
||||||
- lychee
|
- lychee
|
||||||
- photo
|
- photo
|
||||||
@@ -18,4 +18,4 @@ maintainers:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://k8s-at-home.com/charts/
|
repository: https://k8s-at-home.com/charts/
|
||||||
version: 1.7.0
|
version: 2.0.3
|
||||||
|
|||||||
@@ -1,2 +0,0 @@
|
|||||||
ingress:
|
|
||||||
enabled: true
|
|
||||||
@@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: v2.19.1
|
appVersion: v2.19.1
|
||||||
description: A Personal Relationship Management tool to help you organize your social life
|
description: A Personal Relationship Management tool to help you organize your social life
|
||||||
name: monica
|
name: monica
|
||||||
version: 1.2.0
|
version: 2.0.0
|
||||||
keywords:
|
keywords:
|
||||||
- crm
|
- crm
|
||||||
home: https://www.monicahq.com/
|
home: https://www.monicahq.com/
|
||||||
@@ -16,7 +16,7 @@ maintainers:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://k8s-at-home.com/charts/
|
repository: https://k8s-at-home.com/charts/
|
||||||
version: 1.7.0
|
version: 2.0.3
|
||||||
- name: mariadb
|
- name: mariadb
|
||||||
version: 9.1.4
|
version: 9.1.4
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: 0.39.0
|
appVersion: 0.39.0
|
||||||
description: Navidrome is an open source web-based music collection server and streamer
|
description: Navidrome is an open source web-based music collection server and streamer
|
||||||
name: navidrome
|
name: navidrome
|
||||||
version: 1.0.1
|
version: 2.0.0
|
||||||
keywords:
|
keywords:
|
||||||
- navidrome
|
- navidrome
|
||||||
- music
|
- music
|
||||||
@@ -18,4 +18,4 @@ maintainers:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://k8s-at-home.com/charts/
|
repository: https://k8s-at-home.com/charts/
|
||||||
version: 1.7.0
|
version: 2.0.3
|
||||||
|
|||||||
@@ -1,2 +0,0 @@
|
|||||||
ingress:
|
|
||||||
enabled: true
|
|
||||||
@@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: 1.2.5
|
appVersion: 1.2.5
|
||||||
description: Node-RED is low-code programming for event-driven applications
|
description: Node-RED is low-code programming for event-driven applications
|
||||||
name: node-red
|
name: node-red
|
||||||
version: 4.3.0
|
version: 5.0.0
|
||||||
keywords:
|
keywords:
|
||||||
- nodered
|
- nodered
|
||||||
- node-red
|
- node-red
|
||||||
@@ -17,4 +17,4 @@ maintainers:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://k8s-at-home.com/charts/
|
repository: https://k8s-at-home.com/charts/
|
||||||
version: 1.7.0
|
version: 2.0.3
|
||||||
|
|||||||
@@ -1,2 +0,0 @@
|
|||||||
ingress:
|
|
||||||
enabled: true
|
|
||||||
@@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: v21.0
|
appVersion: v21.0
|
||||||
description: NZBGet is a Usenet downloader client
|
description: NZBGet is a Usenet downloader client
|
||||||
name: nzbget
|
name: nzbget
|
||||||
version: 6.7.0
|
version: 7.0.0
|
||||||
keywords:
|
keywords:
|
||||||
- nzbget
|
- nzbget
|
||||||
- usenet
|
- usenet
|
||||||
@@ -17,4 +17,4 @@ maintainers:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://k8s-at-home.com/charts/
|
repository: https://k8s-at-home.com/charts/
|
||||||
version: 1.7.0
|
version: 2.0.3
|
||||||
|
|||||||
@@ -1,2 +0,0 @@
|
|||||||
ingress:
|
|
||||||
enabled: true
|
|
||||||
@@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: v3.4.3
|
appVersion: v3.4.3
|
||||||
description: Usenet meta search
|
description: Usenet meta search
|
||||||
name: nzbhydra2
|
name: nzbhydra2
|
||||||
version: 4.7.0
|
version: 5.0.0
|
||||||
keywords:
|
keywords:
|
||||||
- nzbhydra2
|
- nzbhydra2
|
||||||
- usenet
|
- usenet
|
||||||
@@ -17,4 +17,4 @@ maintainers:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://k8s-at-home.com/charts/
|
repository: https://k8s-at-home.com/charts/
|
||||||
version: 1.7.0
|
version: 2.0.4
|
||||||
|
|||||||
@@ -1,2 +0,0 @@
|
|||||||
ingress:
|
|
||||||
enabled: true
|
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
# Default values for Jackett.
|
# Default values for nzbhydra2.
|
||||||
|
|
||||||
image:
|
image:
|
||||||
repository: linuxserver/nzbhydra2
|
repository: linuxserver/nzbhydra2
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: 1.4.2
|
appVersion: 1.4.2
|
||||||
description: OctoPrint is the snappy web interface for your 3D printer
|
description: OctoPrint is the snappy web interface for your 3D printer
|
||||||
name: octoprint
|
name: octoprint
|
||||||
version: 1.0.1
|
version: 2.0.0
|
||||||
keywords:
|
keywords:
|
||||||
- octoprint
|
- octoprint
|
||||||
- 3d
|
- 3d
|
||||||
@@ -18,4 +18,4 @@ maintainers:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://k8s-at-home.com/charts/
|
repository: https://k8s-at-home.com/charts/
|
||||||
version: 1.7.0
|
version: 2.0.3
|
||||||
|
|||||||
@@ -1,2 +0,0 @@
|
|||||||
ingress:
|
|
||||||
enabled: true
|
|
||||||
@@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: 4.0.681
|
appVersion: 4.0.681
|
||||||
description: Want a Movie or TV Show on Plex or Emby? Use Ombi!
|
description: Want a Movie or TV Show on Plex or Emby? Use Ombi!
|
||||||
name: ombi
|
name: ombi
|
||||||
version: 5.9.0
|
version: 6.0.0
|
||||||
keywords:
|
keywords:
|
||||||
- ombi
|
- ombi
|
||||||
- plex
|
- plex
|
||||||
@@ -21,7 +21,7 @@ maintainers:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://k8s-at-home.com/charts/
|
repository: https://k8s-at-home.com/charts/
|
||||||
version: 1.7.0
|
version: 2.0.3
|
||||||
- name: mariadb
|
- name: mariadb
|
||||||
version: 9.1.4
|
version: 9.1.4
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
|
|||||||
@@ -1,2 +0,0 @@
|
|||||||
ingress:
|
|
||||||
enabled: true
|
|
||||||
@@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: latest
|
appVersion: latest
|
||||||
description: HTPC/Homelab Services Organizer
|
description: HTPC/Homelab Services Organizer
|
||||||
name: organizr
|
name: organizr
|
||||||
version: 2.7.0
|
version: 3.0.0
|
||||||
keywords:
|
keywords:
|
||||||
- organizr
|
- organizr
|
||||||
home: https://github.com/k8s-at-home/charts/tree/master/charts/organizr
|
home: https://github.com/k8s-at-home/charts/tree/master/charts/organizr
|
||||||
@@ -16,4 +16,4 @@ maintainers:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://k8s-at-home.com/charts/
|
repository: https://k8s-at-home.com/charts/
|
||||||
version: 1.7.0
|
version: 2.0.3
|
||||||
|
|||||||
@@ -1,2 +0,0 @@
|
|||||||
ingress:
|
|
||||||
enabled: true
|
|
||||||
@@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: 2.7.0
|
appVersion: 2.7.0
|
||||||
description: Paperless - Index and archive all of your scanned paper documents
|
description: Paperless - Index and archive all of your scanned paper documents
|
||||||
name: paperless
|
name: paperless
|
||||||
version: 1.0.0
|
version: 2.0.0
|
||||||
keywords:
|
keywords:
|
||||||
- paperless
|
- paperless
|
||||||
home: https://github.com/k8s-at-home/charts/tree/master/charts/paperless
|
home: https://github.com/k8s-at-home/charts/tree/master/charts/paperless
|
||||||
@@ -15,4 +15,4 @@ maintainers:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://k8s-at-home.com/charts/
|
repository: https://k8s-at-home.com/charts/
|
||||||
version: 1.7.0
|
version: 2.0.3
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: "20201122"
|
appVersion: "20201122"
|
||||||
description: PhotoPrism® is a server-based application for browsing, organizing and sharing your personal photo collection
|
description: PhotoPrism® is a server-based application for browsing, organizing and sharing your personal photo collection
|
||||||
name: photoprism
|
name: photoprism
|
||||||
version: 1.0.0
|
version: 2.0.0
|
||||||
keywords:
|
keywords:
|
||||||
- photos
|
- photos
|
||||||
- photoprism
|
- photoprism
|
||||||
@@ -19,4 +19,4 @@ maintainers:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://k8s-at-home.com/charts/
|
repository: https://k8s-at-home.com/charts/
|
||||||
version: 1.7.0
|
version: 2.0.3
|
||||||
|
|||||||
@@ -1,2 +0,0 @@
|
|||||||
ingress:
|
|
||||||
enabled: true
|
|
||||||
@@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: v4.0
|
appVersion: v4.0
|
||||||
description: Program for forwarding ADS-B data to FlightAware
|
description: Program for forwarding ADS-B data to FlightAware
|
||||||
name: piaware
|
name: piaware
|
||||||
version: 3.3.0
|
version: 4.0.0
|
||||||
keywords:
|
keywords:
|
||||||
- piaware
|
- piaware
|
||||||
- flight-aware
|
- flight-aware
|
||||||
@@ -17,4 +17,4 @@ maintainers:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://k8s-at-home.com/charts/
|
repository: https://k8s-at-home.com/charts/
|
||||||
version: 1.7.0
|
version: 2.0.3
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
ingress:
|
|
||||||
enabled: true
|
|
||||||
env:
|
env:
|
||||||
LAT: "29.9792"
|
LAT: "29.9792"
|
||||||
LONG: "31.1342"
|
LONG: "31.1342"
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: 1.20.4.3517-ab5e1197c
|
appVersion: 1.20.4.3517-ab5e1197c
|
||||||
description: Plex Media Server
|
description: Plex Media Server
|
||||||
name: plex-media-server
|
name: plex-media-server
|
||||||
version: 0.2.0
|
version: 1.0.0
|
||||||
keywords:
|
keywords:
|
||||||
- plex
|
- plex
|
||||||
- plex-media-server
|
- plex-media-server
|
||||||
@@ -17,4 +17,4 @@ maintainers:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://k8s-at-home.com/charts/
|
repository: https://k8s-at-home.com/charts/
|
||||||
version: 1.7.0
|
version: 2.0.3
|
||||||
|
|||||||
@@ -1,2 +0,0 @@
|
|||||||
ingress:
|
|
||||||
enabled: true
|
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
# Default values for zwave2mqtt.
|
# Default values for plex-media-server.
|
||||||
|
|
||||||
image:
|
image:
|
||||||
repository: k8sathome/plex-media-server
|
repository: k8sathome/plex-media-server
|
||||||
@@ -15,9 +15,6 @@ service:
|
|||||||
port:
|
port:
|
||||||
port: 32400
|
port: 32400
|
||||||
|
|
||||||
# securityContext:
|
|
||||||
# privileged: true
|
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
config:
|
config:
|
||||||
enabled: false
|
enabled: false
|
||||||
@@ -52,24 +49,3 @@ persistence:
|
|||||||
## Do not delete the pvc upon helm uninstall
|
## Do not delete the pvc upon helm uninstall
|
||||||
# skipuninstall: false
|
# skipuninstall: false
|
||||||
# existingClaim: ""
|
# existingClaim: ""
|
||||||
|
|
||||||
# # Path to your intel gpu device in the container
|
|
||||||
# additionalVolumeMounts:
|
|
||||||
# - name: intel-gpu
|
|
||||||
# mountPath: /dev/dri
|
|
||||||
|
|
||||||
# # Path to yourintel gpu device on the host
|
|
||||||
# additionalVolumes:
|
|
||||||
# - name: intel-gpu
|
|
||||||
# hostPath:
|
|
||||||
# path: /dev/dri
|
|
||||||
|
|
||||||
# affinity:
|
|
||||||
# nodeAffinity:
|
|
||||||
# requiredDuringSchedulingIgnoredDuringExecution:
|
|
||||||
# nodeSelectorTerms:
|
|
||||||
# - matchExpressions:
|
|
||||||
# - key: kubernetes.io/hostname
|
|
||||||
# operator: In
|
|
||||||
# values:
|
|
||||||
# - k8s-worker-a
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: 0.4.20
|
appVersion: 0.4.20
|
||||||
description: pyLoad is a Free and Open Source download manager written in Python and designed to be extremely lightweight, easily extensible and fully manageable via web.
|
description: pyLoad is a Free and Open Source download manager written in Python and designed to be extremely lightweight, easily extensible and fully manageable via web.
|
||||||
name: pyload
|
name: pyload
|
||||||
version: 1.0.1
|
version: 2.0.0
|
||||||
keywords:
|
keywords:
|
||||||
- pyload
|
- pyload
|
||||||
- download
|
- download
|
||||||
@@ -17,4 +17,4 @@ maintainers:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://k8s-at-home.com/charts/
|
repository: https://k8s-at-home.com/charts/
|
||||||
version: 1.7.0
|
version: 2.0.3
|
||||||
|
|||||||
@@ -1,2 +0,0 @@
|
|||||||
ingress:
|
|
||||||
enabled: true
|
|
||||||
@@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: 4.3.0
|
appVersion: 4.3.0
|
||||||
description: qBittorrent is a cross-platform free and open-source BitTorrent client
|
description: qBittorrent is a cross-platform free and open-source BitTorrent client
|
||||||
name: qbittorrent
|
name: qbittorrent
|
||||||
version: 6.7.0
|
version: 7.0.0
|
||||||
keywords:
|
keywords:
|
||||||
- qbittorrent
|
- qbittorrent
|
||||||
- torrrent
|
- torrrent
|
||||||
@@ -16,4 +16,4 @@ maintainers:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://k8s-at-home.com/charts/
|
repository: https://k8s-at-home.com/charts/
|
||||||
version: 1.7.0
|
version: 2.0.4
|
||||||
|
|||||||
@@ -1,2 +0,0 @@
|
|||||||
ingress:
|
|
||||||
enabled: true
|
|
||||||
@@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: 3.0.0.3989
|
appVersion: 3.0.0.3989
|
||||||
description: A fork of Sonarr to work with movies à la Couchpotato
|
description: A fork of Sonarr to work with movies à la Couchpotato
|
||||||
name: radarr
|
name: radarr
|
||||||
version: 7.7.0
|
version: 8.0.0
|
||||||
keywords:
|
keywords:
|
||||||
- radarr
|
- radarr
|
||||||
- torrent
|
- torrent
|
||||||
@@ -18,4 +18,4 @@ maintainers:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://k8s-at-home.com/charts/
|
repository: https://k8s-at-home.com/charts/
|
||||||
version: 1.7.0
|
version: 2.0.3
|
||||||
|
|||||||
@@ -1,2 +0,0 @@
|
|||||||
ingress:
|
|
||||||
enabled: true
|
|
||||||
@@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: 3.1.0
|
appVersion: 3.1.0
|
||||||
description: Free and easy binary newsreader
|
description: Free and easy binary newsreader
|
||||||
name: sabnzbd
|
name: sabnzbd
|
||||||
version: 3.7.1
|
version: 4.0.0
|
||||||
keywords:
|
keywords:
|
||||||
- sabnzbd
|
- sabnzbd
|
||||||
- usenet
|
- usenet
|
||||||
@@ -17,4 +17,4 @@ maintainers:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://k8s-at-home.com/charts/
|
repository: https://k8s-at-home.com/charts/
|
||||||
version: 1.7.0
|
version: 2.0.4
|
||||||
|
|||||||
@@ -1,2 +0,0 @@
|
|||||||
ingress:
|
|
||||||
enabled: true
|
|
||||||
@@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: 3.0.4.993
|
appVersion: 3.0.4.993
|
||||||
description: Smart PVR for newsgroup and bittorrent users
|
description: Smart PVR for newsgroup and bittorrent users
|
||||||
name: sonarr
|
name: sonarr
|
||||||
version: 7.7.0
|
version: 8.0.0
|
||||||
keywords:
|
keywords:
|
||||||
- sonarr
|
- sonarr
|
||||||
- torrent
|
- torrent
|
||||||
@@ -18,4 +18,4 @@ maintainers:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://k8s-at-home.com/charts/
|
repository: https://k8s-at-home.com/charts/
|
||||||
version: 1.7.0
|
version: 2.0.4
|
||||||
|
|||||||
@@ -1,2 +0,0 @@
|
|||||||
ingress:
|
|
||||||
enabled: true
|
|
||||||
@@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: v2.6.1
|
appVersion: v2.6.1
|
||||||
description: A Python based monitoring and tracking tool for Plex Media Server
|
description: A Python based monitoring and tracking tool for Plex Media Server
|
||||||
name: tautulli
|
name: tautulli
|
||||||
version: 5.7.0
|
version: 6.0.0
|
||||||
keywords:
|
keywords:
|
||||||
- tautulli
|
- tautulli
|
||||||
- plex
|
- plex
|
||||||
@@ -17,4 +17,4 @@ maintainers:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://k8s-at-home.com/charts/
|
repository: https://k8s-at-home.com/charts/
|
||||||
version: 1.7.0
|
version: 2.0.4
|
||||||
|
|||||||
@@ -1,2 +0,0 @@
|
|||||||
ingress:
|
|
||||||
enabled: true
|
|
||||||
@@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: v4.11
|
appVersion: v4.11
|
||||||
description: Traccar is an open source GPS tracking system.
|
description: Traccar is an open source GPS tracking system.
|
||||||
name: traccar
|
name: traccar
|
||||||
version: 1.2.0
|
version: 2.0.0
|
||||||
keywords:
|
keywords:
|
||||||
- traccar
|
- traccar
|
||||||
- gps
|
- gps
|
||||||
@@ -16,7 +16,7 @@ maintainers:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://k8s-at-home.com/charts/
|
repository: https://k8s-at-home.com/charts/
|
||||||
version: 1.7.0
|
version: 2.0.4
|
||||||
- name: mariadb
|
- name: mariadb
|
||||||
version: 9.1.4
|
version: 9.1.4
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
|
|||||||
@@ -1,2 +0,0 @@
|
|||||||
ingress:
|
|
||||||
enabled: true
|
|
||||||
@@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: 1.16.1
|
appVersion: 1.16.1
|
||||||
description: Bridges events and allows you to control your Zigbee devices via MQTT
|
description: Bridges events and allows you to control your Zigbee devices via MQTT
|
||||||
name: zigbee2mqtt
|
name: zigbee2mqtt
|
||||||
version: 3.3.0
|
version: 4.0.0
|
||||||
keywords:
|
keywords:
|
||||||
- zigbee
|
- zigbee
|
||||||
- mqtt
|
- mqtt
|
||||||
@@ -19,4 +19,4 @@ maintainers:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://k8s-at-home.com/charts/
|
repository: https://k8s-at-home.com/charts/
|
||||||
version: 1.7.0
|
version: 2.0.4
|
||||||
|
|||||||
Reference in New Issue
Block a user