Skip to content

Commit eb0de47

Browse files
authored
Merge pull request #1662 from mythi/PR-2024-002
minor version updates
2 parents 039865a + 160ed77 commit eb0de47

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

INSTALL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
4646
helm 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

demo/accel-config-demo/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
FROM 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

1919
RUN 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

3434
FROM debian:unstable-slim
3535

36-
ARG ACCEL_CONFIG_VERSION="4.1.4-1"
36+
ARG ACCEL_CONFIG_VERSION="4.1.5-1"
3737
RUN 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

3939
RUN sed -i -e '442,450d;502,515d' /usr/libexec/accel-config/test/iaa_user_test_runner.sh

deployments/nfd/base/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
33
resources:
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"
55
configMapGenerator:
66
- name: nfd-worker-conf
77
behavior: replace

0 commit comments

Comments
 (0)