From 049807946e43542eebbe04de6b6598bec0c5fb2b Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Fri, 1 May 2026 22:32:06 +0200 Subject: [PATCH] Add certificate Signed-off-by: Nikolai Rodionov --- helm/softplayer-backend/Chart.yaml | 3 +-- helm/softplayer-backend/values.yaml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) 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