From ee426f4b317ab06d1e0bce2ce74fcf860ae83b80 Mon Sep 17 00:00:00 2001 From: ace Date: Thu, 11 Sep 2025 22:45:47 +0300 Subject: [PATCH] gitea-act-runner: bump to 0.2.13, helm chart 0.1.14 --- gitea-act-runner/Chart.yaml | 4 ++-- gitea-act-runner/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gitea-act-runner/Chart.yaml b/gitea-act-runner/Chart.yaml index fb7ce64..684cd30 100644 --- a/gitea-act-runner/Chart.yaml +++ b/gitea-act-runner/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.1.13 +version: 0.1.14 # 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: "0.2.12" +appVersion: "0.2.13" diff --git a/gitea-act-runner/values.yaml b/gitea-act-runner/values.yaml index 70842c7..bce0b35 100644 --- a/gitea-act-runner/values.yaml +++ b/gitea-act-runner/values.yaml @@ -9,7 +9,7 @@ image: repository: gitea/act_runner pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "0.2.12" + tag: "0.2.13" daemon: repository: docker pullPolicy: IfNotPresent