Skip to content

Commit

Permalink
enable clusterlifecyclemetric
Browse files Browse the repository at this point in the history
Signed-off-by: Zhiwei Yin <[email protected]>
  • Loading branch information
zhiweiyin318 committed Sep 27, 2024
1 parent 33536f9 commit 695c1c3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions e2e/mce-chart/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,6 @@ spec:
value: quay.io/stolostron/cluster-proxy-addon@sha256
- name: OPERAND_IMAGE_CLUSTERCLAIMS_CONTROLLER
value: quay.io/stolostron/clusterclaims-controller@sha256
- name: OPERAND_IMAGE_CLUSTERLIFECYCLE_STATE_METRICS
value: quay.io/stolostron/clusterlifecycle-state-metrics@sha256
- name: OPERAND_IMAGE_CONSOLE_MCE
value: quay.io/stolostron/console-mce@sha256
- name: OPERAND_IMAGE_DISCOVERY_OPERATOR
Expand Down Expand Up @@ -147,6 +145,8 @@ spec:
value: {{ .Values.images.overrides.work }}
- name: OPERAND_IMAGE_KUBE_RBAC_PROXY_MCE
value: {{ .Values.images.overrides.kube_rbac_proxy_mce }}
- name: OPERAND_IMAGE_CLUSTERLIFECYCLE_STATE_METRICS
value: {{ .Values.images.overrides.clusterlifecycle_state_metrics }}
- name: OPERATOR_VERSION
value: {{ .Chart.AppVersion }}
- name: OPERATOR_PACKAGE
Expand Down
2 changes: 1 addition & 1 deletion e2e/mce-chart/templates/multiclusterengine.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
name: hypershift-local-hosting
- enabled: true
name: hypershift
- enabled: false
- enabled: true
name: cluster-lifecycle
- enabled: false
name: discovery
Expand Down
4 changes: 2 additions & 2 deletions e2e/mce-chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ replicaCount: 1
images:

overrides:
backplane_operator: "quay.io/stolostron/backplane-operator:2.12.0-SNAPSHOT-2024-09-24-23-38-54"
backplane_operator: "quay.io/zhiweiyin/backplane-operator:metric"
registration_operator: "quay.io/stolostron/registration-operator:2.12.0-SNAPSHOT-2024-09-24-23-38-54"
hypershift_addon_operator: "quay.io/stolostron/hypershift-addon-operator:2.12.0-SNAPSHOT-2024-09-24-23-38-54"
managedcluster_import_controller: "quay.io/stolostron/managedcluster-import-controller:2.12.0-SNAPSHOT-2024-09-24-23-38-54"
Expand All @@ -13,7 +13,7 @@ images:
registration: "quay.io/stolostron/registration:2.12.0-SNAPSHOT-2024-09-24-23-38-54"
placement: "quay.io/stolostron/placement:2.12.0-SNAPSHOT-2024-09-24-23-38-54"
kube_rbac_proxy_mce: "quay.io/stolostron/kube-rbac-proxy-mce:2.12.0-SNAPSHOT-2024-09-24-23-38-54"

clusterlifecycle_state_metrics: "quay.io/zhiweiyin/test:clusterlifecycle-state-metrics"

#images in MCE 2.6.2
# backplane_operator: "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:eb15286f728e32851b426f86b3a1ce5ed186cdb1a67287e98ff5925dc558a2a9"
Expand Down

0 comments on commit 695c1c3

Please sign in to comment.