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 11, 2024
2 parents b66ad31 + 762dbe2 commit 400e4d3
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.21
version: v1.0.22
# 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.21"
appVersion: "v1.0.22"
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.21"
tag: "v1.0.22"

0 comments on commit 400e4d3

Please sign in to comment.