Skip to content

Commit 6d1797c

Browse files
Merge pull request #682 from bergmannf/update-pko-migration-script
Add missing image configuration to the template.
2 parents 81f17ab + 74a2728 commit 6d1797c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

boilerplate/openshift/golang-osd-operator/olm_pko_migration.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,8 @@
238238
package-operator.run/collision-protection: IfNoController
239239
spec:
240240
image: ${{PKO_IMAGE}}:${{IMAGE_TAG}}
241+
config:
242+
image: ${{OPERATOR_IMAGE}}:${{IMAGE_TAG}}
241243
"""
242244

243245
def get_remotes() -> list[str]:

0 commit comments

Comments
 (0)