diff --git a/comcast/Chart.yaml b/comcast/Chart.yaml index 2ce28265..dcd3f651 100644 --- a/comcast/Chart.yaml +++ b/comcast/Chart.yaml @@ -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: diff --git a/comcast/templates/deployment.yaml b/comcast/templates/deployment.yaml index 491496cf..74b0a827 100644 --- a/comcast/templates/deployment.yaml +++ b/comcast/templates/deployment.yaml @@ -1,4 +1,4 @@ -apiVersion: extensions/v1beta1 +apiVersion: apps/v1 kind: Deployment metadata: name: {{ template "comcast.fullname" . }} diff --git a/digitalocean-dyndns/Chart.yaml b/digitalocean-dyndns/Chart.yaml index 69732e46..f8ff4ee5 100644 --- a/digitalocean-dyndns/Chart.yaml +++ b/digitalocean-dyndns/Chart.yaml @@ -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 diff --git a/digitalocean-dyndns/templates/deployment.yaml b/digitalocean-dyndns/templates/deployment.yaml index 90464111..6173682a 100644 --- a/digitalocean-dyndns/templates/deployment.yaml +++ b/digitalocean-dyndns/templates/deployment.yaml @@ -1,4 +1,4 @@ -apiVersion: apps/v1beta2 +apiVersion: apps/v1 kind: Deployment metadata: name: {{ template "digitalocean-dyndns.fullname" . }} diff --git a/modem-stats/Chart.yaml b/modem-stats/Chart.yaml index a8f68c2b..b2838c70 100644 --- a/modem-stats/Chart.yaml +++ b/modem-stats/Chart.yaml @@ -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: diff --git a/modem-stats/templates/deployment.yaml b/modem-stats/templates/deployment.yaml index 11ef04d7..5af4e190 100644 --- a/modem-stats/templates/deployment.yaml +++ b/modem-stats/templates/deployment.yaml @@ -1,4 +1,4 @@ -apiVersion: extensions/v1beta1 +apiVersion: apps/v1 kind: Deployment metadata: name: {{ template "modem-stats.fullname" . }} diff --git a/speedtest/Chart.yaml b/speedtest/Chart.yaml index 6a4d79e4..84b3eeda 100644 --- a/speedtest/Chart.yaml +++ b/speedtest/Chart.yaml @@ -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: diff --git a/speedtest/templates/deployment.yaml b/speedtest/templates/deployment.yaml index 54d8cad1..022dba08 100644 --- a/speedtest/templates/deployment.yaml +++ b/speedtest/templates/deployment.yaml @@ -1,4 +1,4 @@ -apiVersion: extensions/v1beta1 +apiVersion: apps/v1 kind: Deployment metadata: name: {{ template "speedtest.fullname" . }} diff --git a/uptimerobot/Chart.yaml b/uptimerobot/Chart.yaml index c62a55d9..7d7e9a7d 100644 --- a/uptimerobot/Chart.yaml +++ b/uptimerobot/Chart.yaml @@ -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: diff --git a/uptimerobot/templates/deployment.yaml b/uptimerobot/templates/deployment.yaml index 7fe1cf93..61157f5f 100644 --- a/uptimerobot/templates/deployment.yaml +++ b/uptimerobot/templates/deployment.yaml @@ -1,4 +1,4 @@ -apiVersion: extensions/v1beta1 +apiVersion: apps/v1 kind: Deployment metadata: name: {{ template "uptimerobot.fullname" . }}