You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> NOTE: Newly published catalogs are not always available immediately. If the catalog does not show up after publishing, navigate to Extensions → Manage Repositories and manually refresh the repository to force a re-sync.
109
109
110
110
## Extension GitHub Branch
111
-
- In addition to the OCI-based catalog container, the SUSE AI Lifecycle Manager extension can be distributed via a GitHub branch. This method hosts the extension artifacts as files within a specific branch of your repository, allowing Rancher to consume the extension directly from there.
111
+
- In addition to the OCI-based catalog container, the SUSE AI Lifecycle Manager extension can be distributed via the GitHub branch (`gh-pages`). This method hosts the extension artifacts as files within a specific branch of your repository, allowing Rancher to consume the extension directly from there.
112
112
113
113
**Overview**
114
114
- The extension is built into static assets (`index.yaml`, `.tgz`, etc.)
115
-
- These assets are published to a GitHub branch (example, `gh-pages`)
115
+
- These assets are published to the GitHub branch: `gh-pages`
116
116
- Rancher consumes the extension catalog via the repo url and branch.
117
117
118
118
### GitHub Branch Structure
@@ -149,7 +149,7 @@ This structure mirrors the catalog format that Rancher expects.
149
149
1. Navigate to Extensions → Manage Repositories
150
150
2. Click Create New Repository
151
151
3. Add a Name, then select `Git repository containing Helm chart or cluster template definitions`
152
-
4. Enter the `Git Repo URL` and the `Git Branch` (e.g., `gh-pages`)
152
+
4. Enter the `Git Repo URL` and the `Git Branch` (`gh-pages`)
153
153
5. Click Create
154
154
6. Wait until the the SUSE AI Lifecycle Manager repository has the `Active` state.
155
155
7. Go back to Extensions and install SUSE AI Lifecycle Manager.
0 commit comments