Skip to content

Commit

Permalink
Merge pull request #159 from ArangoGutierrez/r05-docs
Browse files Browse the repository at this point in the history
Update release references
  • Loading branch information
k8s-ci-robot authored Jun 6, 2022
2 parents e172ca8 + 9de46ed commit cb5792b
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ kind: Kustomization
images:
- name: controller
newName: k8s.gcr.io/nfd/node-feature-discovery-operator
newTag: 0.4.2
newTag: 0.5.0
2 changes: 1 addition & 1 deletion config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ spec:
- name: OPERATOR_NAME
value: "cluster-nfd-operator"
- name: NODE_FEATURE_DISCOVERY_IMAGE
value: "gcr.io/k8s-staging-nfd/node-feature-discovery:master"
value: "k8s.gcr.io/nfd/node-feature-discovery:v0.11.0-minimal"
livenessProbe:
httpGet:
path: /healthz
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ metadata:
},
"spec": {
"operand": {
"image": "gcr.io/k8s-staging-nfd/node-feature-discovery:master-minimal",
"image": "k8s.gcr.io/nfd/node-feature-discovery:v0.11.0-minimal",
"imagePullPolicy": "Always",
"servicePort": 12000
},
Expand Down Expand Up @@ -63,7 +63,7 @@ metadata:
]
capabilities: Basic Install
categories: Integration & Delivery
containerImage: k8s.gcr.io/nfd/node-feature-discovery-operator:master
containerImage: k8s.gcr.io/nfd/node-feature-discovery-operator:v0.5.0-minimal
createdAt: "2022-01-19T18:23:18Z"
description: |-
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.
Expand Down Expand Up @@ -463,8 +463,8 @@ spec:
- name: OPERATOR_NAME
value: cluster-nfd-operator
- name: NODE_FEATURE_DISCOVERY_IMAGE
value: gcr.io/k8s-staging-nfd/node-feature-discovery:master-minimal
image: gcr.io/k8s-staging-nfd/node-feature-discovery-operator:master-minimal
value: k8s.gcr.io/nfd/node-feature-discovery:v0.11.0-minimal
image: k8s.gcr.io/nfd/node-feature-discovery-operator:v0.5.0-minimal
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down
4 changes: 2 additions & 2 deletions config/samples/nfd.kubernetes.io_v1_nodefeaturediscovery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ spec:
#resourceLabels:
# - "example.com/resource"
operand:
image: gcr.io/k8s-staging-nfd/node-feature-discovery:master
imagePullPolicy: Always
image: k8s.gcr.io/nfd/node-feature-discovery:v0.11.0-minimal
imagePullPolicy: IfNotPresent
servicePort: 12000
workerConfig:
configData: |
Expand Down
8 changes: 4 additions & 4 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@ remote_theme: rundocs/[email protected]
# - vendor/ruby/

# Document versioning
version: master
version: v0.5.0
display_version_list: true

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

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

0 comments on commit cb5792b

Please sign in to comment.