Skip to content

Commit

Permalink
feat: Bump IB Kubernetes to v1.1.0 to support ARM architecture
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Kolodiazhnyi <ikolodiazhny@nvidia.com>
  • Loading branch information
e0ne committed Sep 19, 2024
1 parent f50eecb commit c4a2c95
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deployment/network-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ ibKubernetes:
# -- IB Kubernetes image repository.
repository: ghcr.io/mellanox
# -- IB Kubernetes version.
version: v1.0.2
version: v1.1.0
# imagePullSecrets: []
# containerResources:
# - name: "ib-kubernetes"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ spec:
ibKubernetes:
image: ib-kubernetes
repository: ghcr.io/mellanox
version: v1.0.2
version: v1.1.0
pKeyGUIDPoolRangeStart: "02:00:00:00:00:00:00:00"
pKeyGUIDPoolRangeEnd: "02:FF:FF:FF:FF:FF:FF:FF"
ufmSecret: ufm-secret
Expand Down
2 changes: 1 addition & 1 deletion hack/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ SriovDevicePlugin:
IbKubernetes:
image: ib-kubernetes
repository: ghcr.io/mellanox
version: v1.0.2
version: v1.1.0
CniPlugins:
image: plugins
repository: ghcr.io/k8snetworkplumbingwg
Expand Down

0 comments on commit c4a2c95

Please sign in to comment.