Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,14 @@ SUSE AI Lifecycle Manager is a Rancher UI Extension for managing SUSE AI compone
- Click the 3 dots (top right) → Developer Load
- Paste the URL from step 3, select "Persist"
- Reload the page

### Debug Mode

Enable debug logging in development:

```bash
NODE_ENV=development yarn build-pkg suse-ai-lifecycle-manager
```

## Building for Production

Expand Down Expand Up @@ -137,11 +145,3 @@ git commit -m "fix: resolve app installation error handling"
2. **Build errors**: Check Node.js version compatibility (requires 20+)
3. **API errors**: Verify cluster permissions and connectivity
4. **Linting errors**: Run `cd pkg/suse-ai-lifecycle-manager && yarn lint` to see details

### Debug Mode

Enable debug logging in development:

```bash
NODE_ENV=development yarn build-pkg suse-ai-lifecycle-manager
```
6 changes: 3 additions & 3 deletions charts/suse-ai-lifecycle-manager/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
annotations:
helm.sh/images: |
- image: ghcr.io/suse/suse-ai-lifecycle-manager:0.4.0
- image: ghcr.io/suse/suse-ai-lifecycle-manager:1.0.0
name: suse-ai-lifecycle-manager
license: Apache-2.0
apiVersion: v2
name: suse-ai-lifecycle-manager
version: 0.4.0
version: 1.0.0
description: SUSE AI Rancher UI Extension
type: application
keywords:
Expand All @@ -16,7 +16,7 @@ home: https://github.com/SUSE/suse-ai-lifecycle-manager
icon: https://github.com/SUSE/suse-ai-lifecycle-manager/blob/main/pkg/suse-ai-lifecycle-manager/assets/logo.svg
sources:
- https://github.com/SUSE/suse-ai-lifecycle-manager
appVersion: 0.4.0
appVersion: 1.0.0
maintainers:
- url: https://www.suse.com/
name: SUSE LLC
2 changes: 1 addition & 1 deletion charts/suse-ai-lifecycle-manager/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ global:
image:
registry: ghcr.io
repository: suse/suse-ai-lifecycle-manager
tag: "0.4.0"
tag: "1.0.0"
pullPolicy: IfNotPresent

imagePullSecrets: []
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "suse-ai-lifecycle-manager",
"version": "0.4.0",
"version": "1.0.0",
"description": "Rancher UI Extension for SUSE AI",
"private": false,
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion pkg/suse-ai-lifecycle-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "suse-ai-lifecycle-manager",
"description": "SUSE AI Lifecycle Manager",
"version": "0.4.0",
"version": "1.0.0",
"private": false,
"rancher": {
"annotations": {
Expand Down