Skip to content

Commit aff1e17

Browse files
authored
Merge pull request #1 from jianxiaoguo/master
chore(charts): upgrade k8s newer API versions
2 parents f247aa3 + 2b8f30a commit aff1e17

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

charts/monitor/charts/grafana/templates/monitor-grafana-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{{- if eq .Values.global.grafana_location "on-cluster" }}
2-
apiVersion: extensions/v1beta1
2+
apiVersion: apps/v1
33
kind: Deployment
44
metadata:
55
name: drycc-monitor-grafana

charts/monitor/charts/influxdb/templates/monitor-influxdb-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{{- if eq .Values.global.influxdb_location "on-cluster" }}
2-
apiVersion: extensions/v1beta1
2+
apiVersion: apps/v1
33
kind: Deployment
44
metadata:
55
name: drycc-monitor-influxdb

charts/monitor/charts/telegraf/templates/monitor-telegraf-daemon.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
apiVersion: extensions/v1beta1
1+
apiVersion: apps/v1
22
kind: DaemonSet
33
metadata:
44
name: drycc-monitor-telegraf

0 commit comments

Comments
 (0)