Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgevillaverde-sitewhere committed Jan 21, 2021
1 parent a8b1151 commit d547c64
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 17 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Current Operator version
VERSION ?= 3.0.0.beta4
VERSION ?= 3.0.0
# Default bundle image tag
BUNDLE_IMG ?= controller-bundle:$(VERSION)
# Options for 'bundle-build'
Expand Down
2 changes: 1 addition & 1 deletion apis/sitewhere.io/v1alpha4/sitewhereinstance_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const (
const (
defaultRegistry string = "docker.io"
defaultRepository string = "sitewhere"
defaultTag string = "3.0.0"
defaultTag string = "3.0.1"
)

// DefaultDockerSpec is th default docker spec
Expand Down
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: sitewhere/sitewhere-k8s-operator
newTag: 3.0.0.beta4
newTag: 3.0.0
2 changes: 1 addition & 1 deletion config/samples/sitewhere.io_v1alpha4_instance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ spec:
dockerSpec:
registry: docker.io
repository: sitewhere
tag: 3.0.0.beta3
tag: 3.0.1
13 changes: 0 additions & 13 deletions config/samples/sitewhere.io_v1alpha4_instance2.yaml

This file was deleted.

0 comments on commit d547c64

Please sign in to comment.