Commit 0ce265b
committed
feat(RELEASE-2092): get snapshot from kubearchive if deleted
The catalog tasks mostly use the get-resource script in
release-utils-repo to get Kubernetes resources. For snapshots, this
script has been modified to fallback to kubearchive if the resource
had been deleted [1].
This approach doesn't work if the get-resource script isn't used to
get the snapshot. This commit modifies the one instance where this
happens to use the get-resource script, ensuring that the kubearchive
fallback is used.
[1] konflux-ci/release-service-utils#657
Assisted-by: Cursor
Signed-off-by: Lubomir Gallovic <lgallovi@redhat.com>1 parent 9199240 commit 0ce265b
1 file changed
+8
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
151 | | - | |
152 | | - | |
153 | | - | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
154 | 158 | | |
155 | 159 | | |
156 | | - | |
157 | | - | |
| 160 | + | |
158 | 161 | | |
159 | 162 | | |
160 | 163 | | |
| |||
0 commit comments