mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-02-03 07:49:03 +00:00
parent
bcbaca7f90
commit
ead44d74e3
@ -1,6 +1,6 @@
|
|||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
name: comcast
|
name: comcast
|
||||||
version: 1.0.5
|
version: 1.0.6
|
||||||
appVersion: 1.0.0
|
appVersion: 1.0.0
|
||||||
description: periodic comcast data usage checks and save the results to InfluxDB
|
description: periodic comcast data usage checks and save the results to InfluxDB
|
||||||
keywords:
|
keywords:
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
apiVersion: extensions/v1beta1
|
apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
name: {{ template "comcast.fullname" . }}
|
name: {{ template "comcast.fullname" . }}
|
||||||
|
@ -2,7 +2,7 @@ apiVersion: v1
|
|||||||
appVersion: "1.0"
|
appVersion: "1.0"
|
||||||
description: Dynamic DNS using DigitalOcean's DNS Services
|
description: Dynamic DNS using DigitalOcean's DNS Services
|
||||||
name: digitalocean-dyndns
|
name: digitalocean-dyndns
|
||||||
version: 0.1.4
|
version: 0.1.5
|
||||||
keywords:
|
keywords:
|
||||||
- digitalocean
|
- digitalocean
|
||||||
- dynamicdns
|
- dynamicdns
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
apiVersion: apps/v1beta2
|
apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
name: {{ template "digitalocean-dyndns.fullname" . }}
|
name: {{ template "digitalocean-dyndns.fullname" . }}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
name: modem-stats
|
name: modem-stats
|
||||||
version: 1.0.6
|
version: 1.0.7
|
||||||
appVersion: 1.0.0
|
appVersion: 1.0.0
|
||||||
description: periodic cable modem data collection and save the results to InfluxDB
|
description: periodic cable modem data collection and save the results to InfluxDB
|
||||||
keywords:
|
keywords:
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
apiVersion: extensions/v1beta1
|
apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
name: {{ template "modem-stats.fullname" . }}
|
name: {{ template "modem-stats.fullname" . }}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
name: speedtest
|
name: speedtest
|
||||||
version: 1.1.6
|
version: 1.1.7
|
||||||
appVersion: 1.0.0
|
appVersion: 1.0.0
|
||||||
description: periodic speedtest and save the results to InfluxDB
|
description: periodic speedtest and save the results to InfluxDB
|
||||||
keywords:
|
keywords:
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
apiVersion: extensions/v1beta1
|
apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
name: {{ template "speedtest.fullname" . }}
|
name: {{ template "speedtest.fullname" . }}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
name: uptimerobot
|
name: uptimerobot
|
||||||
version: 1.1.9
|
version: 1.1.10
|
||||||
appVersion: 1.1.0
|
appVersion: 1.1.0
|
||||||
description: A tool to get statistics from Uptime Robot and log it into InfluxDB
|
description: A tool to get statistics from Uptime Robot and log it into InfluxDB
|
||||||
keywords:
|
keywords:
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
apiVersion: extensions/v1beta1
|
apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
name: {{ template "uptimerobot.fullname" . }}
|
name: {{ template "uptimerobot.fullname" . }}
|
||||||
|
Loading…
Reference in New Issue
Block a user