Skip to content

Commit

Permalink
Merge branch 'main' of github.com:tonygilkerson/serial-gateway
Browse files Browse the repository at this point in the history
  • Loading branch information
tonygilkerson committed Jan 28, 2024
2 parents 57d87bb + c9823d5 commit 126c463
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/serial-gateway/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ 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: v1.0.23
version: v1.0.24
# 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: "v1.0.23"
appVersion: "v1.0.24"
2 changes: 1 addition & 1 deletion charts/serial-gateway/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ image:
repository: ghcr.io/tonygilkerson/serial-gateway
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "v1.0.23"
tag: "v1.0.24"

0 comments on commit 126c463

Please sign in to comment.