Skip to content

Commit a52f515

Browse files
Merge pull request #276 from siddhibhor-56/sbhor-cert-manager
Update Makefile with channel stable-v1.16
2 parents 8933d86 + 528c4f6 commit a52f515

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"
1616
ifneq ($(origin CHANNELS), undefined)
1717
BUNDLE_CHANNELS := --channels=$(CHANNELS)
1818
endif

bundle.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ LABEL operators.operatorframework.io.bundle.mediatype.v1=registry+v1
55
LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/
66
LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/
77
LABEL 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
99
LABEL operators.operatorframework.io.bundle.channel.default.v1=stable-v1
1010
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.25.1
1111
LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1

bundle/metadata/annotations.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)