Skip to content

Commit d459915

Browse files
authored
updated ubi image and updated version for EUS release (#58)
* updated version to v1.0.2 * updated ubi image to 8.3-230
1 parent 6372c1a commit d459915

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN CGO_ENABLED=0 GOOS=linux GO111MODULE=on go build -a -o namespace-scope-opera
2121
# Use distroless as minimal base image to package the manager binary
2222
# Refer to https://github.com/GoogleContainerTools/distroless for more details
2323
# FROM gcr.io/distroless/static:nonroot
24-
FROM registry.access.redhat.com/ubi8/ubi-minimal:latest
24+
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.3-230
2525

2626
ARG VCS_REF
2727
ARG VCS_URL

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ endif
6969
# Current Operator image name
7070
OPERATOR_IMAGE_NAME ?= ibm-namespace-scope-operator
7171
# Current Operator version
72-
OPERATOR_VERSION ?= 1.0.1
72+
OPERATOR_VERSION ?= 1.0.2
7373

7474
# Options for 'bundle-build'
7575
CHANNELS ?= beta

bundle-restricted/manifests/ibm-namespace-scope-operator-restricted.clusterserviceversion.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ metadata:
2828
operators.operatorframework.io/project_layout: go.kubebuilder.io/v2
2929
repository: https://github.com/IBM/ibm-namespace-scope-operator
3030
support: IBM
31-
name: ibm-namespace-scope-operator-restricted.v1.0.1
31+
name: ibm-namespace-scope-operator-restricted.v1.0.2
3232
namespace: placeholder
3333
spec:
3434
apiservicedefinitions: {}
@@ -139,5 +139,5 @@ spec:
139139
maturity: alpha
140140
provider:
141141
name: IBM
142-
replaces: ibm-namespace-scope-operator-restricted.v1.0.0
143-
version: 1.0.1
142+
replaces: ibm-namespace-scope-operator-restricted.v1.0.1
143+
version: 1.0.2

bundle/manifests/ibm-namespace-scope-operator.clusterserviceversion.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ metadata:
2828
operators.operatorframework.io/project_layout: go.kubebuilder.io/v2
2929
repository: https://github.com/IBM/ibm-namespace-scope-operator
3030
support: IBM
31-
name: ibm-namespace-scope-operator.v1.0.1
31+
name: ibm-namespace-scope-operator.v1.0.2
3232
namespace: placeholder
3333
spec:
3434
apiservicedefinitions: {}
@@ -139,5 +139,5 @@ spec:
139139
maturity: alpha
140140
provider:
141141
name: IBM
142-
replaces: ibm-namespace-scope-operator.v1.0.0
143-
version: 1.0.1
142+
replaces: ibm-namespace-scope-operator.v1.0.1
143+
version: 1.0.2

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
package version
1818

1919
var (
20-
Version = "1.0.1"
20+
Version = "1.0.2"
2121
)

0 commit comments

Comments
 (0)