Migrate to apps/v1 (#60)

Fixes #47
This commit is contained in:
Jeff Billimek 2019-08-05 08:13:12 -04:00 committed by GitHub
parent bcbaca7f90
commit ead44d74e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 10 additions and 10 deletions

View File

@ -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:

View File

@ -1,4 +1,4 @@
apiVersion: extensions/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: {{ template "comcast.fullname" . }}

View File

@ -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

View File

@ -1,4 +1,4 @@
apiVersion: apps/v1beta2
apiVersion: apps/v1
kind: Deployment
metadata:
name: {{ template "digitalocean-dyndns.fullname" . }}

View File

@ -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:

View File

@ -1,4 +1,4 @@
apiVersion: extensions/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: {{ template "modem-stats.fullname" . }}

View File

@ -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:

View File

@ -1,4 +1,4 @@
apiVersion: extensions/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: {{ template "speedtest.fullname" . }}

View File

@ -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:

View File

@ -1,4 +1,4 @@
apiVersion: extensions/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: {{ template "uptimerobot.fullname" . }}