Skip to content

Commit

Permalink
fix agent watcher
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-0314 committed Aug 31, 2023
1 parent 11a787f commit f08e22d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/deepflow-agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: An automated observability platform for cloud-native developers.
name: deepflow-agent
engine: gotpl
type: application
version: 6.3.008
version: 6.3.009
appVersion: "6.3.6"
kubeVersion: ">=1.16.0-0"
sources:
Expand Down
2 changes: 1 addition & 1 deletion charts/deepflow-agent/templates/watcher-deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- if has "daemonset" $.Values.deployComponent }}
{{- if has "watcher" $.Values.deployComponent }}
apiVersion: apps/v1
kind: Deployment
metadata:
Expand Down
2 changes: 1 addition & 1 deletion charts/deepflow/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: An automated observability platform for cloud-native developers.
name: deepflow
engine: gotpl
type: application
version: 6.3.008
version: 6.3.009
appVersion: "6.3.6"
kubeVersion: ">=1.16.0-0"
sources:
Expand Down

0 comments on commit f08e22d

Please sign in to comment.