Skip to content

Commit 0a615e5

Browse files
authored
Merge pull request #458 from e0ne/whereabouts-0.5.4
Bump Whereabouts version to v0.5.4
2 parents 6fd6b79 + 7b95c87 commit 0a615e5

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

deployment/network-operator/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -540,13 +540,13 @@ optionally deployed components:
540540

541541
##### IPAM CNI Plugin Secondary Network
542542

543-
| Name | Type | Default | description |
544-
| ---- | ---- | ------- | ----------- |
545-
| `ipamPlugin.deploy` | bool | `true` | Deploy IPAM CNI Plugin Secondary Network |
546-
| `ipamPlugin.image` | string | `whereabouts` | IPAM CNI Plugin image name |
543+
| Name | Type | Default | description |
544+
| ---- | ---- |--------------------------------| ----------- |
545+
| `ipamPlugin.deploy` | bool | `true` | Deploy IPAM CNI Plugin Secondary Network |
546+
| `ipamPlugin.image` | string | `whereabouts` | IPAM CNI Plugin image name |
547547
| `ipamPlugin.repository` | string | `ghcr.io/k8snetworkplumbingwg` | IPAM CNI Plugin image repository |
548-
| `ipamPlugin.version` | string | `v0.5.2-amd64` | IPAM CNI Plugin image version |
549-
| `ipamPlugin.imagePullSecrets` | list | `[]` | An optional list of references to secrets to use for pulling any of the IPAM CNI Plugin image |
548+
| `ipamPlugin.version` | string | `v0.5.4-amd64` | IPAM CNI Plugin image version |
549+
| `ipamPlugin.imagePullSecrets` | list | `[]` | An optional list of references to secrets to use for pulling any of the IPAM CNI Plugin image |
550550

551551
## Deployment Examples
552552

deployment/network-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ secondaryNetwork:
252252
deploy: true
253253
image: whereabouts
254254
repository: ghcr.io/k8snetworkplumbingwg
255-
version: v0.5.2-amd64
255+
version: v0.5.4-amd64
256256
# imagePullSecrets: []
257257

258258
# Can be set to nicclusterpolicy and override other ds node affinity,

example/crs/mellanox.com_v1alpha1_nicclusterpolicy_cr-ipoib.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ spec:
6565
ipamPlugin:
6666
image: whereabouts
6767
repository: ghcr.io/k8snetworkplumbingwg
68-
version: v0.5.2-amd64
68+
version: v0.5.4-amd64
6969
nvPeerDriver:
7070
image: nv-peer-mem-driver
7171
repository: mellanox

example/crs/mellanox.com_v1alpha1_nicclusterpolicy_cr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ spec:
7979
ipamPlugin:
8080
image: whereabouts
8181
repository: ghcr.io/k8snetworkplumbingwg
82-
version: v0.5.2-amd64
82+
version: v0.5.4-amd64
8383
nvPeerDriver:
8484
image: nv-peer-mem-driver
8585
repository: mellanox

example/dgx-helm-values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@ secondaryNetwork:
5151
deploy: true
5252
image: whereabouts
5353
repository: ghcr.io/k8snetworkplumbingwg
54-
version: v0.5.2-amd64
54+
version: v0.5.4-amd64
5555
imagePullSecrets: []

0 commit comments

Comments
 (0)