Skip to content

Commit

Permalink
Merge pull request #216 from VaishnaviHire/update_channels
Browse files Browse the repository at this point in the history
Update channel to stable and rolling
  • Loading branch information
VaishnaviHire authored Apr 4, 2023
2 parents acb774f + a74a883 commit b8027a2
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 7 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ VERSION ?= 0.0.1
IMG ?= quay.io/opendatahub/opendatahub-operator:dev-$(VERSION)
IMAGE_BUILDER ?= podman
OPERATOR_NAMESPACE ?= opendatahub-operator-system

CHANNELS="stable,rolling"
DEFAULT_CHANNEL="stable"
# CHANNELS define the bundle channels used in the bundle.
# Add a new line here if you would like to change its default config. (E.g CHANNELS = "candidate,fast,stable")
# To re-generate a bundle for other specific channels without changing the standard setup, you can:
Expand Down
3 changes: 2 additions & 1 deletion bundle.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ LABEL operators.operatorframework.io.bundle.mediatype.v1=registry+v1
LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/
LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/
LABEL operators.operatorframework.io.bundle.package.v1=opendatahub-operator
LABEL operators.operatorframework.io.bundle.channels.v1=alpha
LABEL operators.operatorframework.io.bundle.channels.v1=stable,rolling
LABEL operators.operatorframework.io.bundle.channel.default.v1=stable
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.24.1
LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1
LABEL operators.operatorframework.io.metrics.project_layout=go.kubebuilder.io/v3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ spec:
- --leader-elect
command:
- /manager
image: quay.io/opendatahub/opendatahub-operator:dev-1.0.1
image: quay.io/opendatahub/opendatahub-operator:dev-0.0.1
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -181,7 +181,7 @@ spec:
links:
- name: Opendatahub Operator
url: https://opendatahub-operator.domain
maturity: alpha
maturity: stable
provider:
name: Open Data Hub operator allows users to install and manage components of
the Open Data Hub. Users can mix and match tools from each project to fulfill
Expand Down
3 changes: 2 additions & 1 deletion bundle/metadata/annotations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ annotations:
operators.operatorframework.io.bundle.manifests.v1: manifests/
operators.operatorframework.io.bundle.metadata.v1: metadata/
operators.operatorframework.io.bundle.package.v1: opendatahub-operator
operators.operatorframework.io.bundle.channels.v1: alpha
operators.operatorframework.io.bundle.channels.v1: stable,rolling
operators.operatorframework.io.bundle.channel.default.v1: stable
operators.operatorframework.io.metrics.builder: operator-sdk-v1.24.1
operators.operatorframework.io.metrics.mediatype.v1: metrics+v1
operators.operatorframework.io.metrics.project_layout: go.kubebuilder.io/v3
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ kind: Kustomization
images:
- name: controller
newName: quay.io/opendatahub/opendatahub-operator
newTag: dev-v0.0.1
newTag: dev-0.0.1
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
links:
- name: Opendatahub Operator
url: https://opendatahub-operator.domain
maturity: alpha
maturity: stable
provider:
name: Open Data Hub operator allows users to install and manage components of
the Open Data Hub. Users can mix and match tools from each project to fulfill
Expand Down

0 comments on commit b8027a2

Please sign in to comment.