Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Dockerfile.keda-webhooks
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ USER nobody
LABEL io.k8s.display-name="OpenShift Custom Metrics Autoscaler Admission Webhooks" \
io.k8s.description="This is a component of OpenShift which validates KEDA objects." \
com.redhat.component="custom-metrics-autoscaler-admission-webhooks-container" \
name="custom-metrics-autoscaler-admission-webhooks-rhel-9" \
name="custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9" \
cpe="cpe:/a:redhat:openshift_custom_metrics_autoscaler:2.15::el9" \
summary="custom-metrics-autoscaler-admission-webhooks" \
io.openshift.expose-services="" \
io.openshift.tags="openshift,custom-metrics-autoscaler-admission-webhooks" \
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# ⚠️ WARNING! DEPRECATED ⚠️

## CMA pipelines are now https://github.com/openshift/custom-metrics-autoscaler-pipelines

# OLM operator Konflux sample

It is possible to [build Operator Lifecyle Manager (OLM) operators in Konflux](https://konflux-ci.dev/docs/advanced-how-tos/building-olm/). This repository is dedicated to demonstrating how to build operators with a simple example.
Expand Down