From 151771277527ada43a57de78400693c1a691f8b5 Mon Sep 17 00:00:00 2001 From: Nimbus318 <136771156+Nimbus318@users.noreply.github.com> Date: Fri, 25 Oct 2024 18:54:55 +0800 Subject: [PATCH] docs(chart/hami-webui): patch release v1.0.4 --- 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 49861b5..b76a40a 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.3 +version: 1.0.4 # 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.3" +appVersion: "1.0.4" dependencies: - condition: dcgm-exporter.enabled diff --git a/charts/hami-webui/README.md b/charts/hami-webui/README.md index bdc158a..6c90ec0 100644 --- a/charts/hami-webui/README.md +++ b/charts/hami-webui/README.md @@ -1,6 +1,6 @@ # HAMi-WebUI -![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) +![Version: 1.0.4](https://img.shields.io/badge/Version-1.0.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.4](https://img.shields.io/badge/AppVersion-1.0.4-informational?style=flat-square) ## Get Repo Info diff --git a/charts/hami-webui/values.yaml b/charts/hami-webui/values.yaml index 7ced08e..f741121 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.3" + tag: "v1.0.4" backend: repository: projecthami/hami-webui-be-oss pullPolicy: IfNotPresent - tag: "v1.0.3" + tag: "v1.0.4" imagePullSecrets: [] nameOverride: ""