From dff1928b3cc6ca23590c8754cea3f1a377644fe2 Mon Sep 17 00:00:00 2001 From: dkeven <82354774+dkeven@users.noreply.github.com> Date: Mon, 29 Sep 2025 00:01:07 +0800 Subject: [PATCH] feat(app-service): support declaration of GPU consume policy in app manifest (#1885) --- .../.olares/config/cluster/deploy/appservice_deploy.yaml | 2 +- infrastructure/gpu/.olares/config/gpu/hami/values.yaml | 2 +- platform/hami/.olares/Olares.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/framework/app-service/.olares/config/cluster/deploy/appservice_deploy.yaml b/framework/app-service/.olares/config/cluster/deploy/appservice_deploy.yaml index 10f09bcb4..c194fc97d 100644 --- a/framework/app-service/.olares/config/cluster/deploy/appservice_deploy.yaml +++ b/framework/app-service/.olares/config/cluster/deploy/appservice_deploy.yaml @@ -170,7 +170,7 @@ spec: priorityClassName: "system-cluster-critical" containers: - name: app-service - image: beclab/app-service:0.4.11 + image: beclab/app-service:0.4.12 imagePullPolicy: IfNotPresent securityContext: runAsUser: 0 diff --git a/infrastructure/gpu/.olares/config/gpu/hami/values.yaml b/infrastructure/gpu/.olares/config/gpu/hami/values.yaml index 6a82d74fd..2fbfa6a06 100644 --- a/infrastructure/gpu/.olares/config/gpu/hami/values.yaml +++ b/infrastructure/gpu/.olares/config/gpu/hami/values.yaml @@ -4,7 +4,7 @@ nameOverride: "" fullnameOverride: "" namespaceOverride: "" imagePullSecrets: [] -version: "v2.6.0" +version: "v2.6.1" # Nvidia GPU Parameters resourceName: "nvidia.com/gpu" diff --git a/platform/hami/.olares/Olares.yaml b/platform/hami/.olares/Olares.yaml index 284dd8df6..7625a2465 100644 --- a/platform/hami/.olares/Olares.yaml +++ b/platform/hami/.olares/Olares.yaml @@ -3,7 +3,7 @@ target: prebuilt output: containers: - - name: beclab/hami:v2.6.0 + name: beclab/hami:v2.6.1 - name: beclab/hami-webui-fe-oss:v1.0.7 -