File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ kind: Kustomization
1313images :
1414- name : controller
1515 newName : k8s.gcr.io/nfd/node-feature-discovery-operator
16- newTag : v0.2 .0
16+ newTag : v0.3 .0
Original file line number Diff line number Diff line change 1212 # - "example.com/resource"
1313 operand :
1414 namespace : node-feature-discovery-operator
15- image : gcr.io/k8s-staging-nfd/node-feature-discovery:master
16- imagePullPolicy : Always
15+ image : gcr.io/k8s-staging-nfd/node-feature-discovery:v0.9.0
16+ imagePullPolicy : IfNotPresent
1717 servicePort : 12000
1818 workerConfig :
1919 configData : |
Original file line number Diff line number Diff line change 4242# - vendor/ruby/
4343
4444# Document versioning
45- version : master
45+ version : v0.3
4646display_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.3.0
5252
5353# Container image which to point to in the documentation
5454container_image : gcr.io/k8s-staging-nfd/node-feature-discovery-operator:master
Original file line number Diff line number Diff line change @@ -18,5 +18,5 @@ package version
1818
1919var (
2020 // Version tracks the NFD operator release
21- Version = "0.0.1 "
21+ Version = "0.3.0 "
2222)
You can’t perform that action at this time.
0 commit comments