Skip to content

Commit

Permalink
fix periodic-hco-push-nightly-build-main
Browse files Browse the repository at this point in the history
fix periodic-hco-push-nightly-build-main
which is currently failing due to:
go: k8s.io/kube-openapi@v0.30.0: reading k8s.io/kube-openapi/go.mod at revision v0.30.0: unknown revision v0.30.0

Signed-off-by: Simone Tiraboschi <stirabos@redhat.com>
  • Loading branch information
tiraboschi committed Aug 9, 2024
1 parent 2fa180e commit 81a83d0
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 33 deletions.
1 change: 1 addition & 0 deletions deploy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ WORKDIR /registry
COPY deploy/olm-catalog .

USER root
RUN rm -f community-kubevirt-hyperconverged/icon.svg.b64

# Initialize the database
RUN ["initializer", "--manifests", "/registry/community-kubevirt-hyperconverged", "--output", "bundles.db"]
Expand Down
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ replace (
k8s.io/csi-translation-lib => k8s.io/csi-translation-lib v0.30.1
k8s.io/kube-aggregator => k8s.io/kube-aggregator v0.30.1
k8s.io/kube-controller-manager => k8s.io/kube-controller-manager v0.30.1
k8s.io/kube-openapi => k8s.io/kube-openapi v0.0.0-20240521193020-835d969ad83a
k8s.io/kube-proxy => k8s.io/kube-proxy v0.30.1
k8s.io/kube-scheduler => k8s.io/kube-scheduler v0.30.1
k8s.io/kubectl => k8s.io/kubectl v0.30.1
Expand Down
Loading

0 comments on commit 81a83d0

Please sign in to comment.