diff --git a/charts/serial-gateway/Chart.yaml b/charts/serial-gateway/Chart.yaml index 5738d26..4f02ef1 100644 --- a/charts/serial-gateway/Chart.yaml +++ b/charts/serial-gateway/Chart.yaml @@ -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.25 +version: v1.0.26 # 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.25" +appVersion: "v1.0.26" diff --git a/charts/serial-gateway/values.yaml b/charts/serial-gateway/values.yaml index d6a7512..430b828 100644 --- a/charts/serial-gateway/values.yaml +++ b/charts/serial-gateway/values.yaml @@ -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.25" + tag: "v1.0.26"