Skip to content

Commit

Permalink
chore: Update NIC Configuration Operator to v0.1.15 (#1228)
Browse files Browse the repository at this point in the history
  • Loading branch information
e0ne authored Jan 2, 2025
2 parents ae4cefb + 6f714db commit 21bac8a
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,6 @@ spec:
items:
type: string
type: array
required:
- nicDevices
type: object
type: object
served: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ spec:
capabilities:
drop:
- ALL
{{- if .Values.logLevel}}
env:
- name: LOG_LEVEL
value: {{ .Values.logLevel }}
{{- end}}
- name: NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
livenessProbe:
httpGet:
path: /healthz
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ rules:
- configmaps
verbs:
- get
- list
- watch
- apiGroups:
- ""
resources:
Expand Down Expand Up @@ -103,3 +105,15 @@ rules:
- patch
- update
- watch
- apiGroups:
- apps
resources:
- daemonsets
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: supported-nic-firmware
name: nic-configuration-operator-supported-nic-firmware
data:
Nvidia_mlx5_ConnectX-4-24.07: "1013 24.07-0.6.1 12.28.2006"
Nvidia_mlx5_ConnectX-5-24.07: "1017 24.07-0.6.1 16.35.4030"
Expand All @@ -19,4 +19,5 @@ data:
Nvidia_mlx5_ConnectX-6_Dx-24.10: "101d 24.10-0.7.0 22.43.1014"
Nvidia_mlx5_ConnectX-6_Lx-24.10: "101f 24.10-0.7.0 26.43.1014"
Nvidia_mlx5_ConnectX-7-24.10: "1021 24.10-0.7.0 28.43.1014"
Nvidia_mlx5_MT42822_BlueField-2_integrated_ConnectX-6_Dx-24.10: "a2d6 24.10-0.7.0 22.43.1014"
Nvidia_mlx5_MT42822_BlueField-2_integrated_ConnectX-6_Dx-24.10: "a2d6 24.10-0.7.0 24.43.2026"
Nvidia_mlx5_MT43244_BlueField-3_integrated_ConnectX-7_Dx-24.10: "a2dc 24.10-0.7.0 32.43.2026"
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ operator:
repository: ghcr.io/mellanox
name: nic-configuration-operator
# -- image tag to use for the operator image
tag: v0.1.14
tag: latest
# -- tolerations for the operator
tolerations:
- key: "node-role.kubernetes.io/master"
Expand Down Expand Up @@ -42,13 +42,14 @@ operator:
serviceAccount:
# -- set annotations for the operator service account
annotations: {}

configDaemon:
image:
# -- repository to use for the config daemon image
repository: ghcr.io/mellanox
name: nic-configuration-operator-daemon
# -- image tag to use for the config daemon image
tag: v0.1.14
tag: latest
# -- node selector for the config daemon
nodeSelector: {}
# -- resources and limits for the config daemon
Expand All @@ -59,6 +60,7 @@ configDaemon:
requests:
cpu: 10m
memory: 64Mi

# -- log level configuration (debug|info)
logLevel: info
# -- image pull secrets for both the operator and the config daemon
Expand Down
2 changes: 1 addition & 1 deletion deployment/network-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ nic-configuration-operator-chart:
image:
repository: ghcr.io/mellanox
name: nic-configuration-operator-daemon
tag: v0.1.14
tag: v0.1.15

# Maintenance Operator chart related values.
maintenance-operator-chart:
Expand Down
2 changes: 1 addition & 1 deletion hack/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ nicConfigurationOperator:
nicConfigurationConfigDaemon:
image: nic-configuration-operator-daemon
repository: ghcr.io/mellanox
version: v0.1.14
version: v0.1.15
maintenanceOperator:
image: maintenance-operator
repository: ghcr.io/mellanox
Expand Down

0 comments on commit 21bac8a

Please sign in to comment.