Skip to content

Commit 21392d6

Browse files
committed
undo sdk version changes
Signed-off-by: Jaideep Rao <[email protected]>
1 parent a228b1e commit 21392d6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# To re-generate a bundle for another specific version without changing the standard setup, you can:
44
# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
55
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
6-
VERSION ?= "1.9.0-ocp-metrics-5"
6+
VERSION ?= ""
77

88
# CHANNELS define the bundle channels used in the bundle.
99
# Add a new line here if you would like to change its default config. (E.g CHANNELS = "preview,fast,stable")
@@ -27,7 +27,7 @@ endif
2727
BUNDLE_METADATA_OPTS ?= $(BUNDLE_CHANNELS) $(BUNDLE_DEFAULT_CHANNEL)
2828

2929
# IMAGE defines the base image to be used for operator, bundle and catalog.
30-
IMAGE ?= quay.io/jrao/gitops-operator
30+
IMAGE ?= quay.io/redhat-developer/gitops-operator
3131

3232
# IMAGE_TAG_BASE defines the docker.io namespace and part of the image name for remote images.
3333
# This variable is used to construct full image tags for bundle and catalog images.

bundle.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/
77
LABEL operators.operatorframework.io.bundle.package.v1=gitops-operator
88
LABEL operators.operatorframework.io.bundle.channels.v1=latest,gitops-1.8
99
LABEL operators.operatorframework.io.bundle.channel.default.v1=latest
10-
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.28.1
10+
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.10.0+git
1111
LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1
1212
LABEL operators.operatorframework.io.metrics.project_layout=go.kubebuilder.io/v3
1313

0 commit comments

Comments
 (0)