Skip to content

Commit a189c26

Browse files
author
lijianguo
committed
chore(charts): upgrade k8s newer API versions
1 parent 01784e0 commit a189c26

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ metadata:
77
annotations:
88
component.drycc.cc/version: {{ .Values.docker_tag }}
99
spec:
10+
selector:
11+
matchLabels:
12+
app: drycc-monitor-telegraf
1013
{{- if ge .Capabilities.KubeVersion.Minor "6" }}
1114
updateStrategy:
1215
type: RollingUpdate

0 commit comments

Comments
 (0)