File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ helm install --wait \
3434 cert-manager jetstack/cert-manager \
3535 --namespace cert-manager \
3636 --create-namespace \
37- --version v1.11.0 \
37+ --version v1.13.3 \
3838 --set installCRDs=true
3939```
4040
@@ -44,7 +44,7 @@ NOTE: cert-manager install takes a while to complete.
4444
4545``` bash
4646helm install nfd nfd/node-feature-discovery \
47- --namespace node-feature-discovery --create-namespace --version 0.14.3
47+ --namespace node-feature-discovery --create-namespace --version 0.15.1
4848```
4949
5050### Installing operator
Original file line number Diff line number Diff line change 1414
1515FROM debian:unstable-slim AS builder
1616
17- ARG ACCEL_CONFIG_VERSION="4.1.4 -1"
17+ ARG ACCEL_CONFIG_VERSION="4.1.5 -1"
1818
1919RUN apt-get update && apt-get install -y --no-install-recommends libaccel-config-dev=${ACCEL_CONFIG_VERSION} \
2020 gcc g++ nasm make cmake autoconf automake libtool pkg-config git ca-certificates uuid-dev
@@ -33,7 +33,7 @@ RUN cd / && git clone --recursive --depth 1 --branch v1.3.1 https://github.com/i
3333
3434FROM debian:unstable-slim
3535
36- ARG ACCEL_CONFIG_VERSION="4.1.4 -1"
36+ ARG ACCEL_CONFIG_VERSION="4.1.5 -1"
3737RUN apt-get update && apt-get install -y --no-install-recommends pciutils accel-config=${ACCEL_CONFIG_VERSION} accel-config-test=${ACCEL_CONFIG_VERSION} && rm -rf /var/lib/apt/lists/\*
3838
3939RUN sed -i -e '442,450d;502,515d' /usr/libexec/accel-config/test/iaa_user_test_runner.sh
Original file line number Diff line number Diff line change 11apiVersion : kustomize.config.k8s.io/v1beta1
22kind : Kustomization
33resources :
4- - " https://github.com/kubernetes-sigs/node-feature-discovery/deployment/overlays/default?ref=v0.14 .1"
4+ - " https://github.com/kubernetes-sigs/node-feature-discovery/deployment/overlays/default?ref=v0.15 .1"
55configMapGenerator :
66- name : nfd-worker-conf
77 behavior : replace
You can’t perform that action at this time.
0 commit comments