File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ ISTIO_CSR_VERSION ?= "v0.14.0"
1212# To re-generate a bundle for other specific channels without changing the standard setup, you can:
1313# - use the CHANNELS as arg of the bundle target (e.g make bundle CHANNELS=candidate,fast,stable)
1414# - use environment variables to overwrite this value (e.g export CHANNELS="candidate,fast,stable")
15- CHANNELS ?= "stable-v1,stable-v1.15 "
15+ CHANNELS ?= "stable-v1,stable-v1.16 "
1616ifneq ($(origin CHANNELS ) , undefined)
1717BUNDLE_CHANNELS := --channels=$(CHANNELS )
1818endif
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ LABEL operators.operatorframework.io.bundle.mediatype.v1=registry+v1
55LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/
66LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/
77LABEL operators.operatorframework.io.bundle.package.v1=cert-manager-operator
8- LABEL operators.operatorframework.io.bundle.channels.v1=stable-v1,stable-v1.15
8+ LABEL operators.operatorframework.io.bundle.channels.v1=stable-v1,stable-v1.16
99LABEL operators.operatorframework.io.bundle.channel.default.v1=stable-v1
1010LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.25.1
1111LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ annotations:
44 operators.operatorframework.io.bundle.manifests.v1 : manifests/
55 operators.operatorframework.io.bundle.metadata.v1 : metadata/
66 operators.operatorframework.io.bundle.package.v1 : cert-manager-operator
7- operators.operatorframework.io.bundle.channels.v1 : stable-v1,stable-v1.15
7+ operators.operatorframework.io.bundle.channels.v1 : stable-v1,stable-v1.16
88 operators.operatorframework.io.bundle.channel.default.v1 : stable-v1
99 operators.operatorframework.io.metrics.builder : operator-sdk-v1.25.1
1010 operators.operatorframework.io.metrics.mediatype.v1 : metrics+v1
You can’t perform that action at this time.
0 commit comments