Skip to content

Commit

Permalink
Add TechPreviewUnsafeFailForward and remove BP image override
Browse files Browse the repository at this point in the history
  • Loading branch information
dustman9000 committed Nov 26, 2024
1 parent ec0ac15 commit 8ab29e9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ FIPS_ENABLED=true

# needed for FR operators as boilerplate checks commercial app-interface saas file hashes
export SKIP_SAAS_FILE_CHECKS=y
export LATEST_IMAGE_TAG=image-v5.0.1

include boilerplate/generated-includes.mk

Expand Down
1 change: 1 addition & 0 deletions hack/olm-registry/olm-artifacts-hypershift-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ objects:
spec:
targetNamespaces:
- openshift-${REPO_NAME}
upgradeStrategy: TechPreviewUnsafeFailForward
- apiVersion: operators.coreos.com/v1alpha1
kind: Subscription
metadata:
Expand Down
1 change: 1 addition & 0 deletions hack/olm-registry/olm-artifacts-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ objects:
spec:
targetNamespaces:
- openshift-${REPO_NAME}
upgradeStrategy: TechPreviewUnsafeFailForward
- apiVersion: operators.coreos.com/v1alpha1
kind: Subscription
metadata:
Expand Down

0 comments on commit 8ab29e9

Please sign in to comment.