We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4079fec commit d75a834Copy full SHA for d75a834
Dockerfile.keda-adapter
@@ -72,7 +72,8 @@ USER nobody
72
LABEL io.k8s.display-name="OpenShift Custom Metrics Autoscaler Adapter" \
73
io.k8s.description="This is a component of OpenShift which provides a custom metrics API endpoint for pod autoscaling." \
74
com.redhat.component="custom-metrics-autoscaler-adapter-container" \
75
- name="custom-metrics-autoscaler-adapter-rhel-9" \
+ name="custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9" \
76
+ cpe="cpe:/a:redhat:openshift_custom_metrics_autoscaler:2.17::el9" \
77
summary="custom-metrics-autoscaler-adapter" \
78
io.openshift.expose-services="" \
79
io.openshift.tags="openshift,custom-metrics-autoscaler-adapter" \
0 commit comments