diff --git a/helm/softplayer-backend/Chart.yaml b/helm/softplayer-backend/Chart.yaml index 5de63db..addb10e 100644 --- a/helm/softplayer-backend/Chart.yaml +++ b/helm/softplayer-backend/Chart.yaml @@ -15,8 +15,7 @@ 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.3.0 - +version: 0.4.0 # 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. diff --git a/helm/softplayer-backend/values.yaml b/helm/softplayer-backend/values.yaml index 2b92f8e..8e4165e 100644 --- a/helm/softplayer-backend/values.yaml +++ b/helm/softplayer-backend/values.yaml @@ -9,7 +9,7 @@ replicaCount: 1 image: repository: gitea.badhouseplants.net/softplayer/softplayer-backend # This sets the pull policy for images. - pullPolicy: IfNotPresent + pullPolicy: Always # Overrides the image tag whose default is the chart appVersion. tag: latest