File tree 11 files changed +6
-36
lines changed
11 files changed +6
-36
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ dependencies:
31
31
version: 25.3.5
32
32
- name: etcd
33
33
repository: oci://registry-1.docker.io/bitnamicharts
34
- version: 10.6 .1
34
+ version: 10.7 .1
35
35
- name: bufstream
36
36
repository: file://charts/bufstream
37
37
version: 0.3.1
@@ -56,5 +56,5 @@ dependencies:
56
56
- name: wandb-base
57
57
repository: file://../wandb-base
58
58
version: 0.1.1
59
- digest: sha256:1eb284a2d6588f3e3d90293abb99f0e25b02fd62a87758f023d809879a82e31d
60
- generated: "2024-12-06T11:08:12.69179-08:00 "
59
+ digest: sha256:3c02029e1921428d7f45866291a8c42b79894505ee47864c54f34fcd847b2793
60
+ generated: "2024-12-18T18:29:20.054295+05:30 "
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
2
2
name : operator-wandb
3
3
description : A Helm chart for deploying W&B to Kubernetes
4
4
type : application
5
- version : 0.21.8
5
+ version : 0.21.9
6
6
appVersion : 1.0.0
7
7
icon : https://wandb.ai/logo.svg
8
8
Original file line number Diff line number Diff line change 43
43
{{- include "wandb.nodeSelector" . | nindent 6 }}
44
44
{{- include "wandb.priorityClassName" . | nindent 6 }}
45
45
{{- include "wandb.podSecurityContext" .Values.pod.securityContext | nindent 6 }}
46
- {{- if .Values.topologySpreadConstraints.enabled }}
47
- {{- include "wandb.topologySpreadConstraints" (dict "matchLabels" (fromYaml (include "otelAgent.labels" .))) | nindent 6 }}
48
- {{- end }}
49
46
containers :
50
47
- name : {{ .Chart.Name }}
51
48
image : " {{ .Values.image.repository }}:{{ .Values.image.tag }}"
Original file line number Diff line number Diff line change 1
1
daemonset :
2
2
install : true
3
3
mode : " daemonset"
4
- topologySpreadConstraints :
5
- enabled : false
6
4
presets :
7
5
receivers :
8
6
hostMetrics : true
Original file line number Diff line number Diff line change 41
41
{{- include "wandb.nodeSelector" . | nindent 6 }}
42
42
{{- include "wandb.priorityClassName" . | nindent 6 }}
43
43
{{- include "wandb.podSecurityContext" .Values.pod.securityContext | nindent 6 }}
44
- {{- if .Values.topologySpreadConstraints.enabled }}
45
- {{- include "wandb.topologySpreadConstraints" (dict "matchLabels" (fromYaml (include "mysql-exporter.labels" .))) | nindent 6 }}
46
- {{- end }}
47
44
containers :
48
45
- name : {{ .Chart.Name }}
49
46
image : " {{ .Values.image.repository }}:{{ .Values.image.tag }}"
Original file line number Diff line number Diff line change 19
19
labels : {}
20
20
annotations : {}
21
21
22
- topologySpreadConstraints :
23
- enabled : false
24
-
25
22
common :
26
23
labels : {}
27
24
Original file line number Diff line number Diff line change 41
41
{{- include "wandb.nodeSelector" . | nindent 6 }}
42
42
{{- include "wandb.priorityClassName" . | nindent 6 }}
43
43
{{- include "wandb.podSecurityContext" .Values.pod.securityContext | nindent 6 }}
44
- {{- if .Values.topologySpreadConstraints.enabled }}
45
- {{- include "wandb.topologySpreadConstraints" (dict "matchLabels" (fromYaml (include "redis-exporter.labels" .))) | nindent 6 }}
46
- {{- end }}
47
44
containers :
48
45
- name : {{ .Chart.Name }}
49
46
image : " {{ .Values.image.repository }}:{{ .Values.image.tag }}"
Original file line number Diff line number Diff line change 19
19
labels : {}
20
20
annotations : {}
21
21
22
- topologySpreadConstraints :
23
- enabled : false
24
-
25
22
common :
26
23
labels : {}
27
24
Original file line number Diff line number Diff line change 35
35
{{- include "wandb.nodeSelector" . | nindent 6 }}
36
36
{{- include "wandb.priorityClassName" . | nindent 6 }}
37
37
{{- include "wandb.podSecurityContext" .Values.pod.securityContext | nindent 6 }}
38
- {{- if .Values.topologySpreadConstraints.enabled }}
39
- {{- include "wandb.topologySpreadConstraints" (dict "matchLabels" (fromYaml (include "stackdriver.labels" .))) | nindent 6 }}
40
- {{- end }}
41
38
spec :
42
39
containers :
43
40
- name : {{ .Chart.Name }}
Original file line number Diff line number Diff line change @@ -101,9 +101,6 @@ container:
101
101
readOnlyRootFilesystem : false
102
102
privileged : false
103
103
104
- topologySpreadConstraints :
105
- enabled : false
106
-
107
104
deployment : {}
108
105
109
106
serviceAccount :
Original file line number Diff line number Diff line change @@ -326,13 +326,9 @@ prometheus:
326
326
327
327
redis-exporter :
328
328
install : true
329
- topologySpreadConstraints :
330
- enabled : false
331
329
332
330
mysql-exporter :
333
331
install : true
334
- topologySpreadConstraints :
335
- enabled : false
336
332
337
333
stackdriver :
338
334
install : false
@@ -342,18 +338,15 @@ stackdriver:
342
338
prometheus.io/port : " 9255"
343
339
prometheus.io/path : " /metrics"
344
340
prometheus.io/scheme : http
345
- topologySpreadConstraints :
346
- enabled : false
347
341
348
342
otel :
349
343
install : true
344
+
350
345
# Consider deploying with a deployment rather than a daemonset to avoid
351
346
# redundant metrics. In setups where both are scraping the same endpoints,
352
347
# this redundancy occurs as both scrape the same points.
353
348
daemonset :
354
- install : false
355
- topologySpreadConstraints :
356
- enabled : false
349
+ install : true
357
350
358
351
# By default, we use only the daemonset which, along with the Prometheus
359
352
# receiver, gathers most necessary metrics.
You can’t perform that action at this time.
0 commit comments