Skip to content

Commit 47db1d6

Browse files
tkatilapoussa
authored andcommitted
Move device plugins and operator to 0.24.1 version
Signed-off-by: Tuomas Katila <[email protected]>
1 parent 72a6eaf commit 47db1d6

File tree

12 files changed

+24
-24
lines changed

12 files changed

+24
-24
lines changed

charts/device-plugin-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: intel-device-plugins-operator
33
description: A Helm chart for Intel Device Plugins Operator for Kubernetes
44
type: application
5-
version: 0.24.1-helm.0
6-
appVersion: "0.24.0"
5+
version: 0.24.1
6+
appVersion: "0.24.1"

charts/device-plugin-operator/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ helm repo update
1414
You can execute `helm search repo intel` command to see pulled charts [optional].
1515

1616
## Install Helm Chart
17-
CRDs of the device plugin operator are installed as part of the chart.
17+
CRDs of the device plugin operator are installed as part of the chart.
1818

1919
```
20-
helm install device-plugin-operator intel/device-plugin-operator [flags]
20+
helm install device-plugin-operator intel/device-plugin-operator [flags]
2121
```
2222

2323
## Upgrade Chart
@@ -43,5 +43,5 @@ You may also run `helm show values` on this chart's dependencies for additional
4343
|parameter| value |
4444
|---------|-----------|
4545
| `hub` | `intel` |
46-
| `tag` | `0.24.0` |
46+
| `tag` | `0.24.1` |
4747
| `pullPolicy` | `IfNotPresent` |
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
image:
22
hub: intel
3-
tag: "0.24.0"
3+
tag: "0.24.1"
44
pullPolicy: IfNotPresent

charts/gpu-device-plugin/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: intel-device-plugins-gpu
33
description: A Helm chart for Intel GPU Device Plugin
44
type: application
5-
version: 0.24.1-helm.0
6-
appVersion: "0.24.0"
5+
version: 0.24.1
6+
appVersion: "0.24.1"

charts/gpu-device-plugin/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ You may also run `helm show values` on this chart's dependencies for additional
3333

3434
|parameter| value |
3535
|---------|-----------|
36-
| `image` | `intel/intel-gpu-plugin:0.24.0` |
37-
| `initImage` | `intel/intel-gpu-initcontainer:0.24.0` |
36+
| `image` | `intel/intel-gpu-plugin:0.24.1` |
37+
| `initImage` | `intel/intel-gpu-initcontainer:0.24.1` |
3838
| `sharedDevNum` | `1` |
3939
| `resourceManager` | `false` |
4040
| `enableMonitoring` | `true` |

charts/gpu-device-plugin/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ gpu:
22
metadata:
33
name: gpudeviceplugin-sample
44
spec:
5-
image: intel/intel-gpu-plugin:0.24.0
6-
initImage: intel/intel-gpu-initcontainer:0.24.0
5+
image: intel/intel-gpu-plugin:0.24.1
6+
initImage: intel/intel-gpu-initcontainer:0.24.1
77
sharedDevNum: 1
88
logLevel: 2
99
resourceManager: false

charts/qat-device-plugin/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: intel-device-plugins-qat
33
description: A Helm chart for Intel QAT Device Plugin
44
type: application
5-
version: 0.24.1-helm.0
6-
appVersion: "0.24.0"
5+
version: 0.24.1
6+
appVersion: "0.24.1"

charts/qat-device-plugin/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ You may also run `helm show values` on this chart's dependencies for additional
3434

3535
|parameter| value |
3636
|---------|-----------|
37-
| `image` | `intel/intel-qat-plugin:0.24.0` |
38-
| `initImage` | `intel/intel-qat-initcontainer:0.24.0` |
37+
| `image` | `intel/intel-qat-plugin:0.24.1` |
38+
| `initImage` | `intel/intel-qat-initcontainer:0.24.1` |
3939
| `dpdkDriver` | `vfio-pci` |
4040
| `kernelVfDrivers` | `c6xxvf`, `4xxxvf` |
4141
| `maxNumDevices` | `128` |

charts/qat-device-plugin/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ qat:
22
metadata:
33
name: qatdeviceplugin-sample
44
spec:
5-
image: intel/intel-qat-plugin:0.24.0
6-
initImage: intel/intel-qat-initcontainer:0.24.0
5+
image: intel/intel-qat-plugin:0.24.1
6+
initImage: intel/intel-qat-initcontainer:0.24.1
77
dpdkDriver: vfio-pci
88
kernelVfDrivers:
99
- c6xxvf

charts/sgx-device-plugin/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: intel-device-plugins-sgx
33
description: A Helm chart for Intel SGX Device Plugin
44
type: application
5-
version: 0.24.1-helm.0
6-
appVersion: "0.24.0"
5+
version: 0.24.1
6+
appVersion: "0.24.1"

charts/sgx-device-plugin/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ You may also run `helm show values` on this chart's dependencies for additional
3333

3434
|parameter| value |
3535
|---------|-----------|
36-
| `image` | `intel/intel-sgx-plugin:0.24.0` |
37-
| `initImage` | `intel/intel-sgx-initcontainer:0.24.0` |
36+
| `image` | `intel/intel-sgx-plugin:0.24.1` |
37+
| `initImage` | `intel/intel-sgx-initcontainer:0.24.1` |
3838
| `enclaveLimit` | `110` |
3939
| `provisionLimit` | `110` |
4040
| `logLevel` | `4` |

charts/sgx-device-plugin/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ sgx:
22
metadata:
33
name: sgxdeviceplugin-sample
44
spec:
5-
image: intel/intel-sgx-plugin:0.24.0
6-
initImage: intel/intel-sgx-initcontainer:0.24.0
5+
image: intel/intel-sgx-plugin:0.24.1
6+
initImage: intel/intel-sgx-initcontainer:0.24.1
77
enclaveLimit: 110
88
provisionLimit: 110
99
logLevel: 4

0 commit comments

Comments
 (0)