Skip to content

Commit

Permalink
Update references to 0.4.0 (#122)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
ArangoGutierrez and marquiz authored Feb 16, 2022
1 parent b4552ce commit 6c05397
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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: v0.2.0
newTag: v0.4.0
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: gcr.io/k8s-staging-nfd/node-feature-discovery:v0.10.1
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.4
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.4.0

# Container image which to point to in the documentation
container_image: gcr.io/k8s-staging-nfd/node-feature-discovery-operator:master
container_image: gcr.io/k8s-staging-nfd/node-feature-discovery-operator:v0.4.0
# Operand Node Feature Discovery documentation version
operand_version: master
operand_version: v0.10.1
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ package version

var (
// Version tracks the NFD operator release
Version = "0.0.1"
Version = "0.4.0"
)

0 comments on commit 6c05397

Please sign in to comment.