Skip to content

minor version updates #1662

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Feb 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ helm install --wait \
cert-manager jetstack/cert-manager \
--namespace cert-manager \
--create-namespace \
--version v1.11.0 \
--version v1.13.3 \
--set installCRDs=true
```

Expand All @@ -44,7 +44,7 @@ NOTE: cert-manager install takes a while to complete.

```bash
helm install nfd nfd/node-feature-discovery \
--namespace node-feature-discovery --create-namespace --version 0.14.3
--namespace node-feature-discovery --create-namespace --version 0.15.1
```

### Installing operator
Expand Down
4 changes: 2 additions & 2 deletions demo/accel-config-demo/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

FROM debian:unstable-slim AS builder

ARG ACCEL_CONFIG_VERSION="4.1.4-1"
ARG ACCEL_CONFIG_VERSION="4.1.5-1"

RUN apt-get update && apt-get install -y --no-install-recommends libaccel-config-dev=${ACCEL_CONFIG_VERSION} \
gcc g++ nasm make cmake autoconf automake libtool pkg-config git ca-certificates uuid-dev
Expand All @@ -33,7 +33,7 @@ RUN cd / && git clone --recursive --depth 1 --branch v1.3.1 https://github.com/i

FROM debian:unstable-slim

ARG ACCEL_CONFIG_VERSION="4.1.4-1"
ARG ACCEL_CONFIG_VERSION="4.1.5-1"
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/\*

RUN sed -i -e '442,450d;502,515d' /usr/libexec/accel-config/test/iaa_user_test_runner.sh
Expand Down
2 changes: 1 addition & 1 deletion deployments/nfd/base/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- "https://github.com/kubernetes-sigs/node-feature-discovery/deployment/overlays/default?ref=v0.14.1"
- "https://github.com/kubernetes-sigs/node-feature-discovery/deployment/overlays/default?ref=v0.15.1"
configMapGenerator:
- name: nfd-worker-conf
behavior: replace
Expand Down