diff --git a/charts/gotify/Chart.yaml b/charts/gotify/Chart.yaml index 90a637b..5b42d09 100644 --- a/charts/gotify/Chart.yaml +++ b/charts/gotify/Chart.yaml @@ -15,10 +15,10 @@ 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: 0.0.3 +version: 0.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: "latest" +appVersion: "2.1.0" diff --git a/charts/gotify/values.yaml b/charts/gotify/values.yaml index 7eb71bd..569b7bd 100644 --- a/charts/gotify/values.yaml +++ b/charts/gotify/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: - repository: docker.io/gotify/server:2.1.0 + repository: docker.io/gotify/server pullPolicy: Always # Overrides the image tag whose default is the chart appVersion. tag: ""