mirror of
https://github.com/intel/intel-device-plugins-for-kubernetes.git
synced 2025-06-03 03:59:37 +00:00
images: set 0.18.1 tag for the release
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
This commit is contained in:
parent
623a924d87
commit
39f4a16db3
6
Makefile
6
Makefile
@ -41,9 +41,9 @@ endif
|
||||
|
||||
test-with-kind:
|
||||
@build/docker/build-image.sh intel/intel-fpga-admissionwebhook buildah
|
||||
@$(PODMAN) tag localhost/intel/intel-fpga-admissionwebhook:0.18.0 docker.io/intel/intel-fpga-admissionwebhook:0.18.0
|
||||
@$(PODMAN) tag localhost/intel/intel-fpga-admissionwebhook:0.18.1 docker.io/intel/intel-fpga-admissionwebhook:0.18.1
|
||||
@mkdir -p $(e2e_tmp_dir)
|
||||
@$(PODMAN) save "docker.io/intel/intel-fpga-admissionwebhook:0.18.0" -o $(e2e_tmp_dir)/$(WEBHOOK_IMAGE_FILE)
|
||||
@$(PODMAN) save "docker.io/intel/intel-fpga-admissionwebhook:0.18.1" -o $(e2e_tmp_dir)/$(WEBHOOK_IMAGE_FILE)
|
||||
@$(KIND) create cluster --name "intel-device-plugins" --kubeconfig $(e2e_tmp_dir)/kubeconfig --image "kindest/node:v1.17.0"
|
||||
@$(KIND) load image-archive --name "intel-device-plugins" $(e2e_tmp_dir)/$(WEBHOOK_IMAGE_FILE)
|
||||
@$(GO) test -v ./test/e2e -args -kubeconfig $(e2e_tmp_dir)/kubeconfig -kubectl-path $(KUBECTL) -ginkgo.focus "Webhook" || rc=1; \
|
||||
@ -88,7 +88,7 @@ clean:
|
||||
|
||||
ORG?=intel
|
||||
REG?=$(ORG)/
|
||||
TAG?=0.18.0
|
||||
TAG?=0.18.1
|
||||
export TAG
|
||||
|
||||
pre-pull:
|
||||
|
@ -13,7 +13,7 @@ spec:
|
||||
restartPolicy: Never
|
||||
containers:
|
||||
- name: intelfpga-demo-job-1
|
||||
image: intel/opae-nlb-demo:0.18.0
|
||||
image: intel/opae-nlb-demo:0.18.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
securityContext:
|
||||
capabilities:
|
||||
|
@ -5,7 +5,7 @@ metadata:
|
||||
spec:
|
||||
containers:
|
||||
- name: test-container
|
||||
image: intel/opae-nlb-demo:0.18.0
|
||||
image: intel/opae-nlb-demo:0.18.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
securityContext:
|
||||
capabilities:
|
||||
|
@ -5,7 +5,7 @@ metadata:
|
||||
spec:
|
||||
containers:
|
||||
- name: test-container
|
||||
image: intel/opae-nlb-demo:0.18.0
|
||||
image: intel/opae-nlb-demo:0.18.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
securityContext:
|
||||
capabilities:
|
||||
|
@ -16,7 +16,7 @@ spec:
|
||||
control-plane: controller-manager
|
||||
spec:
|
||||
containers:
|
||||
- image: intel/intel-fpga-admissionwebhook:0.18.0
|
||||
- image: intel/intel-fpga-admissionwebhook:0.18.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: manager
|
||||
securityContext:
|
||||
|
@ -21,7 +21,7 @@ spec:
|
||||
spec:
|
||||
initContainers:
|
||||
- name: intel-fpga-initcontainer
|
||||
image: intel/intel-fpga-initcontainer:0.18.0
|
||||
image: intel/intel-fpga-initcontainer:0.18.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: true
|
||||
@ -37,7 +37,7 @@ spec:
|
||||
valueFrom:
|
||||
fieldRef:
|
||||
fieldPath: spec.nodeName
|
||||
image: intel/intel-fpga-plugin:0.18.0
|
||||
image: intel/intel-fpga-plugin:0.18.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
args:
|
||||
- -mode=af
|
||||
|
@ -20,7 +20,7 @@ spec:
|
||||
valueFrom:
|
||||
fieldRef:
|
||||
fieldPath: spec.nodeName
|
||||
image: intel/intel-gpu-plugin:0.18.0
|
||||
image: intel/intel-gpu-plugin:0.18.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: true
|
||||
|
@ -23,7 +23,7 @@ spec:
|
||||
control-plane: controller-manager
|
||||
spec:
|
||||
containers:
|
||||
- image: intel/intel-deviceplugin-operator:0.18.0
|
||||
- image: intel/intel-deviceplugin-operator:0.18.1
|
||||
name: manager
|
||||
resources:
|
||||
limits:
|
||||
|
@ -3,4 +3,4 @@ kind: GpuDevicePlugin
|
||||
metadata:
|
||||
name: gpudeviceplugin-sample
|
||||
spec:
|
||||
image: intel/intel-gpu-plugin:0.18.0
|
||||
image: intel/intel-gpu-plugin:0.18.1
|
||||
|
@ -3,4 +3,4 @@ kind: QatDevicePlugin
|
||||
metadata:
|
||||
name: qatdeviceplugin-sample
|
||||
spec:
|
||||
image: intel/intel-qat-plugin:0.18.0
|
||||
image: intel/intel-qat-plugin:0.18.1
|
||||
|
@ -5,7 +5,7 @@ metadata:
|
||||
spec:
|
||||
containers:
|
||||
- name: crypto-perf
|
||||
image: intel/crypto-perf:0.18.0
|
||||
image: intel/crypto-perf:0.18.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
command: [ "/bin/bash", "-c", "--" ]
|
||||
args: [ "while true; do sleep 300000; done;" ]
|
||||
|
@ -18,7 +18,7 @@ spec:
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: true
|
||||
privileged: true
|
||||
image: intel/intel-qat-plugin:0.18.0
|
||||
image: intel/intel-qat-plugin:0.18.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
args: ["-mode", "kernel"]
|
||||
volumeMounts:
|
||||
|
@ -15,7 +15,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: intel-qat-plugin
|
||||
image: intel/intel-qat-plugin:0.18.0
|
||||
image: intel/intel-qat-plugin:0.18.1
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: true
|
||||
env:
|
||||
|
@ -20,7 +20,7 @@ spec:
|
||||
valueFrom:
|
||||
fieldRef:
|
||||
fieldPath: spec.nodeName
|
||||
image: intel/intel-vpu-plugin:0.18.0
|
||||
image: intel/intel-vpu-plugin:0.18.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: true
|
||||
|
Loading…
Reference in New Issue
Block a user