Skip to content

Commit bab392c

Browse files
authored
Merge pull request #78 from SUSE/fix/specific-gh-branch
fix: Clarify GitHub branch reference in README
2 parents ce69279 + 8000eee commit bab392c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,11 +108,11 @@ https://github.com/SUSE/suse-ai-lifecycle-manager/pkgs/container/suse-ai-lifecyc
108108
> 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.
109109
110110
## 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.
112112

113113
**Overview**
114114
- 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`
116116
- Rancher consumes the extension catalog via the repo url and branch.
117117

118118
### GitHub Branch Structure
@@ -149,7 +149,7 @@ This structure mirrors the catalog format that Rancher expects.
149149
1. Navigate to Extensions → Manage Repositories
150150
2. Click Create New Repository
151151
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`)
153153
5. Click Create
154154
6. Wait until the the SUSE AI Lifecycle Manager repository has the `Active` state.
155155
7. Go back to Extensions and install SUSE AI Lifecycle Manager.

0 commit comments

Comments
 (0)