Skip to content

Commit 87d52a9

Browse files
authored
update RESOURCES_NAMESPACE (#71)
* update RESOURCES_NAMESPACE * update operator tag to latest 1.4.0 Signed-off-by: 662962756 <bvered@il.ibm.com>
1 parent 4831224 commit 87d52a9

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

cmd/manager/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import (
3131
)
3232

3333
const (
34-
EnvNamespaceName = "WATCH_NAMESPACE"
34+
EnvNamespaceName = "RESOURCES_NAMESPACE"
3535
)
3636

3737
func init() {

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/IBM/ibm-storage-odf-block-driver
33
go 1.18
44

55
require (
6-
github.com/IBM/ibm-storage-odf-operator v1.3.1-0.20230202102131-a21f2b09aa6d
6+
github.com/IBM/ibm-storage-odf-operator v1.3.1-0.20230215083937-d22e65531a68
77
github.com/prometheus/client_golang v1.13.0
88
k8s.io/api v0.25.0
99
k8s.io/apimachinery v0.25.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ github.com/Azure/go-autorest/logger v0.2.1/go.mod h1:T9E3cAhj2VqvPOtCYAvby9aBXkZ
4545
github.com/Azure/go-autorest/tracing v0.6.0/go.mod h1:+vhtPC754Xsa23ID7GlGsrdKBpUA79WCAKPPZVC2DeU=
4646
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
4747
github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo=
48-
github.com/IBM/ibm-storage-odf-operator v1.3.1-0.20230202102131-a21f2b09aa6d h1:Ba8EdaiMm9hwPOam46mXhimEOGE8ymguRrVm5LQcq+k=
49-
github.com/IBM/ibm-storage-odf-operator v1.3.1-0.20230202102131-a21f2b09aa6d/go.mod h1:TmOsuYoZIu70IMMZzdxfj1OH5EPPon3u1qzuQO9Xaxo=
48+
github.com/IBM/ibm-storage-odf-operator v1.3.1-0.20230215083937-d22e65531a68 h1:f0LIHJwKNYBeLubKXe9LTw3djhjzl5hmXn+yZ7IPygY=
49+
github.com/IBM/ibm-storage-odf-operator v1.3.1-0.20230215083937-d22e65531a68/go.mod h1:TmOsuYoZIu70IMMZzdxfj1OH5EPPon3u1qzuQO9Xaxo=
5050
github.com/NYTimes/gziphandler v0.0.0-20170623195520-56545f4a5d46/go.mod h1:3wb06e3pkSAbeQ52E9H9iFoQsEEwGN64994WTCIhntQ=
5151
github.com/PuerkitoBio/purell v1.1.1/go.mod h1:c11w/QuzBsJSee3cPx9rAFu61PvFxuPbtSwDGJws/X0=
5252
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578/go.mod h1:uGdkoq3SwY9Y+13GIhn11/XLaGBb4BfwItxLd5jeuXE=

0 commit comments

Comments
 (0)