Skip to content

Commit cb5792b

Browse files
authored
Merge pull request #159 from ArangoGutierrez/r05-docs
Update release references
2 parents e172ca8 + 9de46ed commit cb5792b

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ kind: Kustomization
1313
images:
1414
- name: controller
1515
newName: k8s.gcr.io/nfd/node-feature-discovery-operator
16-
newTag: 0.4.2
16+
newTag: 0.5.0

config/manager/manager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ spec:
5252
- name: OPERATOR_NAME
5353
value: "cluster-nfd-operator"
5454
- name: NODE_FEATURE_DISCOVERY_IMAGE
55-
value: "gcr.io/k8s-staging-nfd/node-feature-discovery:master"
55+
value: "k8s.gcr.io/nfd/node-feature-discovery:v0.11.0-minimal"
5656
livenessProbe:
5757
httpGet:
5858
path: /healthz

config/manifests/bases/nfd-operator.clusterserviceversion.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ metadata:
1313
},
1414
"spec": {
1515
"operand": {
16-
"image": "gcr.io/k8s-staging-nfd/node-feature-discovery:master-minimal",
16+
"image": "k8s.gcr.io/nfd/node-feature-discovery:v0.11.0-minimal",
1717
"imagePullPolicy": "Always",
1818
"servicePort": 12000
1919
},
@@ -63,7 +63,7 @@ metadata:
6363
]
6464
capabilities: Basic Install
6565
categories: Integration & Delivery
66-
containerImage: k8s.gcr.io/nfd/node-feature-discovery-operator:master
66+
containerImage: k8s.gcr.io/nfd/node-feature-discovery-operator:v0.5.0-minimal
6767
createdAt: "2022-01-19T18:23:18Z"
6868
description: |-
6969
The Node Feature Discovery Operator manages the detection of hardware features and configuration in a Kubernetes cluster by labeling the nodes with hardware-specific information. The Node Feature Discovery (NFD) will label the host with node-specific attributes, like PCI cards, kernel, or OS version, and many more.
@@ -463,8 +463,8 @@ spec:
463463
- name: OPERATOR_NAME
464464
value: cluster-nfd-operator
465465
- name: NODE_FEATURE_DISCOVERY_IMAGE
466-
value: gcr.io/k8s-staging-nfd/node-feature-discovery:master-minimal
467-
image: gcr.io/k8s-staging-nfd/node-feature-discovery-operator:master-minimal
466+
value: k8s.gcr.io/nfd/node-feature-discovery:v0.11.0-minimal
467+
image: k8s.gcr.io/nfd/node-feature-discovery-operator:v0.5.0-minimal
468468
imagePullPolicy: Always
469469
livenessProbe:
470470
httpGet:

config/samples/nfd.kubernetes.io_v1_nodefeaturediscovery.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ spec:
1111
#resourceLabels:
1212
# - "example.com/resource"
1313
operand:
14-
image: gcr.io/k8s-staging-nfd/node-feature-discovery:master
15-
imagePullPolicy: Always
14+
image: k8s.gcr.io/nfd/node-feature-discovery:v0.11.0-minimal
15+
imagePullPolicy: IfNotPresent
1616
servicePort: 12000
1717
workerConfig:
1818
configData: |

docs/_config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@ remote_theme: rundocs/[email protected]
4242
# - vendor/ruby/
4343

4444
# Document versioning
45-
version: master
45+
version: v0.5.0
4646
display_version_list: true
4747

4848
# Release is the full released version number. Used to make external links to
4949
# point to the correct blobs in the Github repo. This is also the version shown
5050
# in the sidebar (top left corner of the page)
51-
release: master
51+
release: v0.5.0
5252

5353
# Container image which to point to in the documentation
54-
container_image: gcr.io/k8s-staging-nfd/node-feature-discovery-operator:master-minimal
54+
container_image: k8s.gcr.io/nfd/node-feature-discovery-operator:v0.5.0-minimal
5555
# Operand Node Feature Discovery documentation version
56-
operand_version: master
56+
operand_version: v0.11.0

0 commit comments

Comments
 (0)