Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-0314 committed Aug 30, 2024
1 parent bcca61f commit a6d0bc8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 55 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.6.003
version: 6.6.004
appVersion: "6.6.4"
kubeVersion: ">=1.16.0-0"
sources:
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.6.003
version: 6.6.004
appVersion: "6.6.4"
kubeVersion: ">=1.16.0-0"
sources:
Expand Down
59 changes: 6 additions & 53 deletions charts/deepflow/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1098,14 +1098,7 @@ byconity:
nodeSelector: { }
tolerations: [ ]
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: tsdb
operator: In
values:
- enable
nodeAffinity: {}
imagePullSecrets: [ ]
securityContext: { }
storage:
Expand Down Expand Up @@ -1141,15 +1134,7 @@ byconity:
hostNetwork: false
nodeSelector: { }
tolerations: [ ]
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: tsdb
operator: In
values:
- enable
affinity: {}
imagePullSecrets: [ ]
securityContext: { }
configOverwrite: { }
Expand Down Expand Up @@ -1181,15 +1166,7 @@ byconity:
hostNetwork: false
nodeSelector: { }
tolerations: [ ]
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: tsdb
operator: In
values:
- enable
affinity: {}
imagePullSecrets: [ ]
securityContext: { }
configOverwrite: { }
Expand All @@ -1202,15 +1179,7 @@ byconity:
hostNetwork: false
nodeSelector: { }
tolerations: [ ]
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: tsdb
operator: In
values:
- enable
affinity: {}
imagePullSecrets: [ ]
securityContext: { }
configOverwrite: { }
Expand All @@ -1223,15 +1192,7 @@ byconity:
hostNetwork: false
nodeSelector: { }
tolerations: [ ]
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: tsdb
operator: In
values:
- enable
affinity: {}
imagePullSecrets: [ ]
securityContext: { }
livenessProbe:
Expand Down Expand Up @@ -1363,15 +1324,7 @@ byconity:
requests:
cpu: 1
memory: 512Mi
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: tsdb
operator: In
values:
- enable
affinity: {}
image:
repository: "{{ .Values.global.image.repository }}/fdb-kubernetes-operator"
tag: v1.9.0
Expand Down

0 comments on commit a6d0bc8

Please sign in to comment.