forked from gatekeeper/gatekeeper-operator
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Add version update to `bundle` Make target - Add labels from CPaaS Signed-off-by: Dale Haiducek <[email protected]>
- Loading branch information
Showing
4 changed files
with
27 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ FROM scratch | |
COPY bundle/manifests /manifests/ | ||
COPY bundle/metadata /metadata/ | ||
|
||
# Core bundle annotations. | ||
# Core bundle annotations | ||
LABEL operators.operatorframework.io.bundle.channel.default.v1=stable | ||
LABEL operators.operatorframework.io.bundle.channels.v1="stable,3.17" | ||
LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/ | ||
|
@@ -14,17 +14,21 @@ LABEL operators.operatorframework.io.bundle.package.v1=gatekeeper-operator | |
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.34.1 | ||
LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1 | ||
LABEL operators.operatorframework.io.metrics.project_layout=go.kubebuilder.io/v3 | ||
# Red Hat annotations. | ||
# Red Hat annotations | ||
LABEL com.redhat.component=gatekeeper-operator-bundle-container | ||
LABEL com.redhat.delivery.backport=false | ||
LABEL com.redhat.delivery.operator.bundle=true | ||
LABEL com.redhat.openshift.versions=v4.12 | ||
# K8s/Openshift annotations | ||
LABEL io.k8s.display-name="Gatekeeper Operator" | ||
LABEL io.k8s.description="The Gatekeeper Operator installs and configures Open Policy Agent Gatekeeper." | ||
LABEL io.openshift.expose-services="" | ||
LABEL io.openshift.tags="data,images" | ||
# Bundle metadata | ||
LABEL name=gatekeeper/gatekeeper-operator-bundle | ||
LABEL description="The Gatekeeper Operator installs and configures Open Policy Agent Gatekeeper." | ||
LABEL io.k8s.description="The Gatekeeper Operator installs and configures Open Policy Agent Gatekeeper." | ||
LABEL summary="Red Hat Gatekeeper Operator" | ||
LABEL version=v3.17.0 | ||
LABEL version=v3.17.1 | ||
LABEL release="" | ||
LABEL distribution-scope=public | ||
LABEL maintainer="[email protected]" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ FROM scratch | |
COPY --from=builder /gatekeeper-operator/bundle/manifests /manifests/ | ||
COPY --from=builder /gatekeeper-operator/bundle/metadata /metadata/ | ||
|
||
# Core bundle annotations. | ||
# Core bundle annotations | ||
LABEL operators.operatorframework.io.bundle.channel.default.v1=stable | ||
LABEL operators.operatorframework.io.bundle.channels.v1="stable,3.17" | ||
LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/ | ||
|
@@ -20,17 +20,21 @@ LABEL operators.operatorframework.io.bundle.package.v1=gatekeeper-operator | |
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.34.1 | ||
LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1 | ||
LABEL operators.operatorframework.io.metrics.project_layout=go.kubebuilder.io/v3 | ||
# Red Hat annotations. | ||
# Red Hat annotations | ||
LABEL com.redhat.component=gatekeeper-operator-bundle-container | ||
LABEL com.redhat.delivery.backport=false | ||
LABEL com.redhat.delivery.operator.bundle=true | ||
LABEL com.redhat.openshift.versions=v4.12 | ||
# K8s/Openshift annotations | ||
LABEL io.k8s.display-name="Gatekeeper Operator" | ||
LABEL io.k8s.description="The Gatekeeper Operator installs and configures Open Policy Agent Gatekeeper." | ||
LABEL io.openshift.expose-services="" | ||
LABEL io.openshift.tags="data,images" | ||
# Bundle metadata | ||
LABEL name=gatekeeper/gatekeeper-operator-bundle | ||
LABEL description="The Gatekeeper Operator installs and configures Open Policy Agent Gatekeeper." | ||
LABEL io.k8s.description="The Gatekeeper Operator installs and configures Open Policy Agent Gatekeeper." | ||
LABEL summary="Red Hat Gatekeeper Operator" | ||
LABEL version=v3.17.0 | ||
LABEL version=v3.17.1 | ||
LABEL release="" | ||
LABEL distribution-scope=public | ||
LABEL maintainer="[email protected]" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
annotations: | ||
# Core bundle annotations. | ||
# Core bundle annotations | ||
operators.operatorframework.io.bundle.channel.default.v1: stable | ||
operators.operatorframework.io.bundle.channels.v1: "stable,3.17" | ||
operators.operatorframework.io.bundle.manifests.v1: manifests/ | ||
|
@@ -9,17 +9,21 @@ annotations: | |
operators.operatorframework.io.metrics.builder: operator-sdk-v1.34.1 | ||
operators.operatorframework.io.metrics.mediatype.v1: metrics+v1 | ||
operators.operatorframework.io.metrics.project_layout: go.kubebuilder.io/v3 | ||
# Red Hat annotations. | ||
# Red Hat annotations | ||
com.redhat.component: gatekeeper-operator-bundle-container | ||
com.redhat.delivery.backport: false | ||
com.redhat.delivery.operator.bundle: true | ||
com.redhat.openshift.versions: v4.12 | ||
# K8s/Openshift annotations | ||
io.k8s.display-name: "Gatekeeper Operator" | ||
io.k8s.description: "The Gatekeeper Operator installs and configures Open Policy Agent Gatekeeper." | ||
io.openshift.expose-services: "" | ||
io.openshift.tags: "data,images" | ||
# Bundle metadata | ||
name: gatekeeper/gatekeeper-operator-bundle | ||
description: "The Gatekeeper Operator installs and configures Open Policy Agent Gatekeeper." | ||
io.k8s.description: "The Gatekeeper Operator installs and configures Open Policy Agent Gatekeeper." | ||
summary: "Red Hat Gatekeeper Operator" | ||
version: v3.17.0 | ||
version: v3.17.1 | ||
release: "" | ||
distribution-scope: public | ||
maintainer: "[email protected]" | ||
|