Skip to content

Commit 6c05397

Browse files
Update references to 0.4.0 (#122)
* Update references to 0.4.0 Signed-off-by: Carlos Eduardo Arango Gutierrez <[email protected]> * Update docs/_config.yml Co-authored-by: Markus Lehtonen <[email protected]> * Update docs/_config.yml Co-authored-by: Markus Lehtonen <[email protected]> Co-authored-by: Markus Lehtonen <[email protected]>
1 parent b4552ce commit 6c05397

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
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: v0.2.0
16+
newTag: v0.4.0

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: gcr.io/k8s-staging-nfd/node-feature-discovery:v0.10.1
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.4
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.4.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
54+
container_image: gcr.io/k8s-staging-nfd/node-feature-discovery-operator:v0.4.0
5555
# Operand Node Feature Discovery documentation version
56-
operand_version: master
56+
operand_version: v0.10.1

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ package version
1818

1919
var (
2020
// Version tracks the NFD operator release
21-
Version = "0.0.1"
21+
Version = "0.4.0"
2222
)

0 commit comments

Comments
 (0)