1
0
mirror of synced 2026-05-03 02:03:31 +00:00

Fetch the plugin catalog from latest immutable release

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
Stefan Prodan
2026-04-09 00:42:52 +03:00
parent 9a4b93056b
commit 2cee1d795e
2 changed files with 4 additions and 3 deletions

View File

@@ -38,7 +38,7 @@ versions:
checksum: sha256:abc123
`
server := httptest.NewServer(http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
if r.URL.Path == "/plugins/operator.yaml" {
if r.URL.Path == "/operator.yaml" {
w.Write([]byte(manifest))
return
}