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