Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
# Replace the pinnedImages list below with the actual images required for
# your target release(s). Use patches in the PolicyGenerator to override
# this list with environment-specific image digests.
pinnedImages: {}
pinnedImages: ""

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the correct form here would be an empty list, eg []. The object/dict definitely isn't correct...

# - name: "registry.redhat.io/redhat/redhat-operator-index@sha256:..."
# - name: "registry.redhat.io/odf4/odf-rhel9-operator@sha256:..."
# - name: "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:..."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
# Replace the pinnedImages list below with the actual release images required
# for your target release(s). Use patches in the PolicyGenerator to override
# this list with environment-specific image digests.
pinnedImages: {}
pinnedImages: ""
# - name: "quay.io/openshift-release-dev/ocp-release@sha256:..."
# - name: "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:..."
# - name: "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:..."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
# Replace the pinnedImages list below with the actual images required for
# your target release(s). Use patches in the PolicyGenerator to override
# this list with environment-specific image digests.
pinnedImages: {}
pinnedImages: ""
# - name: "registry.redhat.io/redhat/redhat-operator-index@sha256:..."
# - name: "registry.redhat.io/odf4/odf-rhel9-operator@sha256:..."
# - name: "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:..."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
# Replace the pinnedImages list below with the actual release images required
# for your target release(s). Use patches in the PolicyGenerator to override
# this list with environment-specific image digests.
pinnedImages: {}
pinnedImages: ""
# - name: "quay.io/openshift-release-dev/ocp-release@sha256:..."
# - name: "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:..."
# - name: "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:..."
Expand Down
Loading