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

View File

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

View File

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

View File

@ -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" . }}

View File

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

View File

@ -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" . }}

View File

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

View File

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

View File

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

View File

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