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
2 changes: 1 addition & 1 deletion aif-operator/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0-dev.4
0.1.0-dev.5
6 changes: 3 additions & 3 deletions charts/aif-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
annotations:
helm.sh/images: |
- image: ghcr.io/suse/aif-operator:0.1.0-dev.4
- image: ghcr.io/suse/aif-operator:0.1.0-dev.5
name: aif-operator
apiVersion: v2
name: aif-operator
version: 0.1.0-dev.4
version: 0.1.0-dev.5
description: SUSE AI Operator
type: application
home: https://github.com/SUSE/suse-ai-lifecycle-manager
icon: https://raw.githubusercontent.com/SUSE/suse-ai-lifecycle-manager/main/pkg/aif-ui/assets/logo.svg
sources:
- https://github.com/SUSE/suse-ai-lifecycle-manager
appVersion: 0.1.0-dev.4
appVersion: 0.1.0-dev.5
maintainers:
- url: https://www.suse.com/
name: SUSE LLC
Expand Down
6 changes: 3 additions & 3 deletions charts/aif-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ manager:
image:
registry: ghcr.io
repository: suse/aif-operator
tag: "0.1.0-dev.4"
tag: "0.1.0-dev.5"
pullPolicy: IfNotPresent

imagePullSecrets: []
Expand Down Expand Up @@ -107,7 +107,7 @@ aiExtension:
kind: Helm
helm:
chartURL: "oci://ghcr.io/suse/chart/aif-ui"
version: "0.1.0-dev.4"
version: "0.1.0-dev.5"
# values are merged onto the aif-ui chart's default values. Useful for
# overriding the UI image during development:
# aiExtension.source.helm.values.image.registry=ghcr.io
Expand All @@ -116,7 +116,7 @@ aiExtension:
values: {}
extension:
name: "aif-ui"
version: "0.1.0-dev.4"
version: "0.1.0-dev.5"
cleanup:
image:
registry: registry.suse.com
Expand Down
6 changes: 3 additions & 3 deletions charts/aif-ui/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
annotations:
helm.sh/images: |
- image: ghcr.io/suse/aif-ui:0.1.0-dev.4
- image: ghcr.io/suse/aif-ui:0.1.0-dev.5
name: aif-ui
apiVersion: v2
name: aif-ui
version: 0.1.0-dev.4
version: 0.1.0-dev.5
description: SUSE AI Rancher UI Extension
type: application
keywords:
Expand All @@ -15,7 +15,7 @@ home: https://github.com/SUSE/suse-ai-lifecycle-manager
icon: https://github.com/SUSE/suse-ai-lifecycle-manager/blob/ai-factory/pkg/aif-ui/assets/logo.svg
sources:
- https://github.com/SUSE/suse-ai-lifecycle-manager
appVersion: 0.1.0-dev.4
appVersion: 0.1.0-dev.5
maintainers:
- url: https://www.suse.com/
name: SUSE LLC
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aif-ui",
"version": "0.1.0-dev.4",
"version": "0.1.0-dev.5",
"description": "AIF UI",
"private": false,
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions pkg/aif-ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkg/aif-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "aif-ui",
"description": "SUSE AI Factory",
"version": "0.1.0-dev.4",
"version": "0.1.0-dev.5",
"private": false,
"rancher": {
"annotations": {
Expand Down
Loading