Skip to content

Commit

Permalink
Run make generate-release
Browse files Browse the repository at this point in the history
  • Loading branch information
pierDipi authored Sep 18, 2024
1 parent 463320e commit 91d8aff
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion openshift/ci-operator/knative-images/controller/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ LABEL \
summary="Red Hat OpenShift Serverless 1 Net Istio Controller" \
maintainer="[email protected]" \
description="Red Hat OpenShift Serverless 1 Net Istio Controller" \
io.k8s.display-name="Red Hat OpenShift Serverless 1 Net Istio Controller"
io.k8s.display-name="Red Hat OpenShift Serverless 1 Net Istio Controller" \
io.k8s.description="Red Hat OpenShift Serverless Net Istio Controller" \
io.openshift.tags="controller"

ENTRYPOINT ["/ko-app/controller"]
4 changes: 3 additions & 1 deletion openshift/ci-operator/knative-images/webhook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ LABEL \
summary="Red Hat OpenShift Serverless 1 Net Istio Webhook" \
maintainer="[email protected]" \
description="Red Hat OpenShift Serverless 1 Net Istio Webhook" \
io.k8s.display-name="Red Hat OpenShift Serverless 1 Net Istio Webhook"
io.k8s.display-name="Red Hat OpenShift Serverless 1 Net Istio Webhook" \
io.k8s.description="Red Hat OpenShift Serverless Net Istio Webhook" \
io.openshift.tags="webhook"

ENTRYPOINT ["/ko-app/webhook"]

0 comments on commit 91d8aff

Please sign in to comment.