Skip to content

Commit

Permalink
Merge pull request #100 from ArangoGutierrez/release/v0.3.0
Browse files Browse the repository at this point in the history
 Update references to v0.3.0
  • Loading branch information
k8s-ci-robot authored Oct 25, 2021
2 parents 4d7d668 + 2e83091 commit cdbc476
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.3.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 @@ -12,8 +12,8 @@ spec:
# - "example.com/resource"
operand:
namespace: node-feature-discovery-operator
image: gcr.io/k8s-staging-nfd/node-feature-discovery:master
imagePullPolicy: Always
image: gcr.io/k8s-staging-nfd/node-feature-discovery:v0.9.0
imagePullPolicy: IfNotPresent
servicePort: 12000
workerConfig:
configData: |
Expand Down
4 changes: 2 additions & 2 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ remote_theme: rundocs/[email protected]
# - vendor/ruby/

# Document versioning
version: master
version: v0.3
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.3.0

# Container image which to point to in the documentation
container_image: gcr.io/k8s-staging-nfd/node-feature-discovery-operator:master
Expand Down
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.3.0"
)

0 comments on commit cdbc476

Please sign in to comment.