From cbcc3a26ef9afa0cec1a4490fad37abe0f8ffc6c Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Sun, 3 May 2026 19:23:58 +0200 Subject: [PATCH] Trigger build --- .woodpecker/build.yaml | 3 +-- helm/softplayer-backend/Chart.yaml | 4 ++-- helm/softplayer-backend/values.yaml | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.woodpecker/build.yaml b/.woodpecker/build.yaml index 3561c6c..8fc6093 100644 --- a/.woodpecker/build.yaml +++ b/.woodpecker/build.yaml @@ -35,8 +35,7 @@ steps: --username=devops-bot \ - export SHORT_SHA="$(git rev-parse --short HEAD)" - yq e -i '.version += "+" + env(SHORT_SHA)' "$CHART_PATH/Chart.yaml" - - yq e -i ".appVersion = env(SHORT_SHA)" "$CHART_PATH/Chart.yaml" - - yq e -i ".image.tag = env(CI_COMMIT_SHA)" "$CHART_PATH/values.yaml" + - yq e -i ".appVersion = env(CI_COMMIT_SHA)" "$CHART_PATH/Chart.yaml" - helm dep build "$CHART_PATH" - helm package "$CHART_PATH" -d packages; - export REGISTRY=$(echo oci://gitea.badhouseplants.net/$CI_REPO/helm | tr '[:upper:]' '[:lower:]') diff --git a/helm/softplayer-backend/Chart.yaml b/helm/softplayer-backend/Chart.yaml index 34b3c46..4ebcbf8 100644 --- a/helm/softplayer-backend/Chart.yaml +++ b/helm/softplayer-backend/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: 0.4.0+fd9e135 +version: 0.1.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. # It is recommended to use it with quotes. -appVersion: "fd9e135" +appVersion: "0.1.0" diff --git a/helm/softplayer-backend/values.yaml b/helm/softplayer-backend/values.yaml index 84c40ea..30fb444 100644 --- a/helm/softplayer-backend/values.yaml +++ b/helm/softplayer-backend/values.yaml @@ -2,7 +2,7 @@ replicaCount: 1 image: repository: gitea.badhouseplants.net/softplayer/softplayer-backend pullPolicy: Always - tag: test + tag: ~ imagePullSecrets: [] nameOverride: "" fullnameOverride: ""