File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
# To re-generate a bundle for another specific version without changing the standard setup, you can:
4
4
# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
5
5
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
6
- VERSION ?= "1.9.0-ocp-metrics-5 "
6
+ VERSION ?= ""
7
7
8
8
# CHANNELS define the bundle channels used in the bundle.
9
9
# Add a new line here if you would like to change its default config. (E.g CHANNELS = "preview,fast,stable")
27
27
BUNDLE_METADATA_OPTS ?= $(BUNDLE_CHANNELS ) $(BUNDLE_DEFAULT_CHANNEL )
28
28
29
29
# 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
31
31
32
32
# IMAGE_TAG_BASE defines the docker.io namespace and part of the image name for remote images.
33
33
# This variable is used to construct full image tags for bundle and catalog images.
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/
7
7
LABEL operators.operatorframework.io.bundle.package.v1=gitops-operator
8
8
LABEL operators.operatorframework.io.bundle.channels.v1=latest,gitops-1.8
9
9
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
11
11
LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1
12
12
LABEL operators.operatorframework.io.metrics.project_layout=go.kubebuilder.io/v3
13
13
You can’t perform that action at this time.
0 commit comments