Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
fanny-jiang committed Jan 5, 2024
1 parent dafb9f9 commit 2a64709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/redhat-bundle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ eval $SED \'s#image: gcr.io/datadoghq/operator:#image: registry.connect.redhat.c
eval $SED \'s#containerImage: gcr.io/datadoghq/operator:#containerImage: registry.connect.redhat.com/datadog/operator:#g\' "$RH_BUNDLE_PATH/manifests/datadog-operator.clusterserviceversion.yaml"

# Pin images
$ROOT/bin/$PLATFORM/operator-manifest-tools pinning pin -v -r skopeo "$RH_BUNDLE_PATH/manifests"
$ROOT/bin/$PLATFORM/operator-manifest-tools pinning pin -v -r skopeo "$RH_BUNDLE_PATH/manifests" -a ~/.redhat/auths.json

# Remove tests folder as unused
rm -rf "$RH_BUNDLE_PATH/tests"
Expand Down

0 comments on commit 2a64709

Please sign in to comment.