Skip to content

Commit

Permalink
docs(chart/hami-webui): patch release v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Nimbus318 committed Oct 25, 2024
1 parent fbbe003 commit 1517712
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions charts/hami-webui/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/hami-webui/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions charts/hami-webui/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""
Expand Down

0 comments on commit 1517712

Please sign in to comment.