Skip to content

Commit

Permalink
disable vertical-pod-autoscaler-operator build
Browse files Browse the repository at this point in the history
build is failing dues to issues with the CSV for 4.18.

```
2024-11-22 20:30:04,900 artcommonlib INFO Task state: FREE
2024-11-22 20:33:04,945 artcommonlib INFO Fault: <Fault 2001: 'Image
build failed. Error in plugin pin_operator_digest: Both relatedImages
and RELATED_IMAGE_* env vars present in
/workspace/ws-build-dir/x86_64/manifests/vertical-pod-autoscaler.clusterserviceversion.yaml.
Please remove the relatedImages section, it will be reconstructed
automatically.; . OSBS build id:
vertical-pod-autosca-rhaos-418-rhel-9-f331015954-20241122203110'>
```

Removing `RELATED_IMAGES_` seems to fix the issue but the change is not
trivial for upstream

openshift/vertical-pod-autoscaler-operator#182
  • Loading branch information
lgarciaaco committed Nov 25, 2024
1 parent 8fb97e6 commit 3e108d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions images/vertical-pod-autoscaler-operator.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
mode: disabled
content:
source:
dockerfile: Dockerfile.rhel7
Expand Down

0 comments on commit 3e108d6

Please sign in to comment.