From 72a2f9d12e3b346083ac3647050284da2156981b Mon Sep 17 00:00:00 2001 From: Nimbus318 <136771156+Nimbus318@users.noreply.github.com> Date: Sat, 12 Oct 2024 15:03:08 +0800 Subject: [PATCH] docs(chart/hami-webui): patch release v1.0.3 --- charts/hami-webui/Chart.yaml | 4 ++-- charts/hami-webui/README.md | 2 +- charts/hami-webui/values.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/hami-webui/Chart.yaml b/charts/hami-webui/Chart.yaml index fafb5cb..49861b5 100644 --- a/charts/hami-webui/Chart.yaml +++ b/charts/hami-webui/Chart.yaml @@ -15,13 +15,13 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.0.2 +version: 1.0.3 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "1.0.2" +appVersion: "1.0.3" dependencies: - condition: dcgm-exporter.enabled diff --git a/charts/hami-webui/README.md b/charts/hami-webui/README.md index 5abed63..bdc158a 100644 --- a/charts/hami-webui/README.md +++ b/charts/hami-webui/README.md @@ -1,6 +1,6 @@ # HAMi-WebUI -![Version: 1.0.2](https://img.shields.io/badge/Version-1.0.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.2](https://img.shields.io/badge/AppVersion-1.0.2-informational?style=flat-square) +![Version: 1.0.3](https://img.shields.io/badge/Version-1.0.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.3](https://img.shields.io/badge/AppVersion-1.0.3-informational?style=flat-square) ## Get Repo Info diff --git a/charts/hami-webui/values.yaml b/charts/hami-webui/values.yaml index 335261c..7ced08e 100644 --- a/charts/hami-webui/values.yaml +++ b/charts/hami-webui/values.yaml @@ -9,11 +9,11 @@ image: repository: projecthami/hami-webui-fe-oss pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "v1.0.2" + tag: "v1.0.3" backend: repository: projecthami/hami-webui-be-oss pullPolicy: IfNotPresent - tag: "v1.0.2" + tag: "v1.0.3" imagePullSecrets: [] nameOverride: ""