docs(chart/hami-webui): patch release v1.0.4

main
Nimbus318 10 months ago
parent fbbe00363f
commit 1517712775

@ -15,13 +15,13 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes # 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. # to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/) # 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 # 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 # 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. # follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes. # It is recommended to use it with quotes.
appVersion: "1.0.3" appVersion: "1.0.4"
dependencies: dependencies:
- condition: dcgm-exporter.enabled - condition: dcgm-exporter.enabled

@ -1,6 +1,6 @@
# HAMi-WebUI # 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 ## Get Repo Info

@ -9,11 +9,11 @@ image:
repository: projecthami/hami-webui-fe-oss repository: projecthami/hami-webui-fe-oss
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion. # Overrides the image tag whose default is the chart appVersion.
tag: "v1.0.3" tag: "v1.0.4"
backend: backend:
repository: projecthami/hami-webui-be-oss repository: projecthami/hami-webui-be-oss
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: "v1.0.3" tag: "v1.0.4"
imagePullSecrets: [] imagePullSecrets: []
nameOverride: "" nameOverride: ""

Loading…
Cancel
Save