Skip to content

Commit

Permalink
module op changes for release (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhishek Mitra authored Jun 13, 2023
1 parent 621d3f4 commit 8423d64
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,8 @@ endif
LDFLAGS := $(shell hack/version.sh)

# Branch for obtaining module charts
VERRAZZANO_MODULE_BRANCH ?= main
VERRAZZANO_MODULE_COMMIT ?= 4a81e701e49ffea6f8f06ac7496ff32345226e20
VERRAZZANO_MODULE_BRANCH ?= release/1.6
VERRAZZANO_MODULE_COMMIT ?= f0808d7d525b20bbe2c8b575635d15fde343f906

all: test managers

Expand Down
2 changes: 1 addition & 1 deletion util/ocne/versions.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const (
minOCNEVersion = "v1.25.7"
configMapName = "ocne-metadata"
cmDataKey = "mapping"
defaultModuleOperatorTag = "v0.1.0-20230613133446-c667a1a9"
defaultModuleOperatorTag = "v0.1.0-20230613200559-f0808d7d"
)

var k8s_ocne_version_maping = map[string]string{
Expand Down

0 comments on commit 8423d64

Please sign in to comment.