Skip to content

Commit

Permalink
FLPATH-1856 Enabling monitoring by default in Helm Based Orchestrator…
Browse files Browse the repository at this point in the history
… operator
  • Loading branch information
jianrongzhang89 committed Dec 19, 2024
1 parent f05c076 commit fd4fa75
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion bundle.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/
LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/
LABEL operators.operatorframework.io.bundle.package.v1=orchestrator-operator
LABEL operators.operatorframework.io.bundle.channels.v1=alpha
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.37.0
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.35.0
LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1
LABEL operators.operatorframework.io.metrics.project_layout=helm.sdk.operatorframework.io/v1

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ metadata:
capabilities: Basic Install
categories: Developer Tools
console.openshift.io/disable-operand-delete: "true"
createdAt: "2024-12-19T16:28:07Z"
createdAt: "2024-12-19T23:13:20Z"
features.operators.openshift.io/cnf: "false"
features.operators.openshift.io/cni: "false"
features.operators.openshift.io/csi: "false"
Expand All @@ -149,7 +149,7 @@ metadata:
managed resources (operands). To prevent data loss or disruption, you'll need
to manually delete them.
operators.openshift.io/valid-subscription: '["Red Hat Developer Hub"]'
operators.operatorframework.io/builder: operator-sdk-v1.37.0
operators.operatorframework.io/builder: operator-sdk-v1.35.0
operators.operatorframework.io/project_layout: helm.sdk.operatorframework.io/v1
repository: https://github.com/rhdhorchestrator/orchestrator-helm-operator
labels:
Expand All @@ -158,16 +158,16 @@ metadata:
operatorframework.io/arch.ppc64le: unsupported
operatorframework.io/arch.s390x: unsupported
operatorframework.io/suggested-namespace: orchestrator
name: orchestrator-operator.v1.3.0
name: orchestrator-operator.v1.4.0-rc1
namespace: placeholder
spec:
apiservicedefinitions: {}
customresourcedefinitions:
owned:
- description: RHDH Orchestrator introduces serverless asynchronous workflows to Backstage,
with a focus on facilitating the transition of applications to the cloud,
onboarding developers, and enabling users to create workflows for backstage
actions or external systems.
- description: RHDH Orchestrator introduces serverless asynchronous workflows
to Backstage, with a focus on facilitating the transition of applications
to the cloud, onboarding developers, and enabling users to create workflows
for backstage actions or external systems.
displayName: Orchestrator
kind: Orchestrator
name: orchestrators.rhdh.redhat.com
Expand Down Expand Up @@ -480,7 +480,7 @@ spec:
- --metrics-bind-address=127.0.0.1:8080
- --leader-elect
- --leader-election-id=orchestrator-operator
image: quay.io/orchestrator/orchestrator-operator:1.3.0
image: quay.io/orchestrator/orchestrator-operator:1.4.0-rc1
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -569,4 +569,4 @@ spec:
provider:
name: Red Hat
url: https://www.redhat.com
version: 1.3.0
version: 1.4.0-rc1
2 changes: 1 addition & 1 deletion bundle/metadata/annotations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ annotations:
operators.operatorframework.io.bundle.metadata.v1: metadata/
operators.operatorframework.io.bundle.package.v1: orchestrator-operator
operators.operatorframework.io.bundle.channels.v1: alpha
operators.operatorframework.io.metrics.builder: operator-sdk-v1.37.0
operators.operatorframework.io.metrics.builder: operator-sdk-v1.35.0
operators.operatorframework.io.metrics.mediatype.v1: metrics+v1
operators.operatorframework.io.metrics.project_layout: helm.sdk.operatorframework.io/v1

Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ kind: Kustomization
images:
- name: controller
newName: quay.io/orchestrator/orchestrator-operator
newTag: 1.3.0
newTag: 1.4.0-rc1
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ spec:
apiservicedefinitions: {}
customresourcedefinitions:
owned:
- description: RHDH Orchestrator introduces serverless asynchronous workflows to Backstage,
with a focus on facilitating the transition of applications to the cloud,
onboarding developers, and enabling users to create workflows for backstage
actions or external systems.
- description: RHDH Orchestrator introduces serverless asynchronous workflows
to Backstage, with a focus on facilitating the transition of applications
to the cloud, onboarding developers, and enabling users to create workflows
for backstage actions or external systems.
displayName: Orchestrator
kind: Orchestrator
name: orchestrators.rhdh.redhat.com
Expand Down

0 comments on commit fd4fa75

Please sign in to comment.