Skip to content

Commit 170f239

Browse files
committed
UPSTREAM: <carry>: Fix VERSION replacement in catalog bindata
Signed-off-by: Todd Short <[email protected]>
1 parent f69276f commit 170f239

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

openshift/tests-extension/pkg/bindata/catalog/catalog.go

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

openshift/tests-extension/testdata/catalog/configs/index.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
{
1919
"type": "olm.maxOpenShiftVersion",
20-
"value": "VERSION"
20+
"value": "{{ VERSION }}"
2121
}
2222
]
2323
}

0 commit comments

Comments
 (0)