From 15f9334d28f9564ea3eb8f4a78ff767ddec3d69a Mon Sep 17 00:00:00 2001 From: ace Date: Sun, 2 Mar 2025 17:24:07 +0300 Subject: [PATCH] gitea-act-runner: bump to v0.2.11, helm chart v0.1.12 --- gitea-act-runner/Chart.yaml | 2 +- gitea-act-runner/templates/statefulset.yaml | 4 ++-- gitea-act-runner/values.yaml | 13 +++++++++---- 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/gitea-act-runner/Chart.yaml b/gitea-act-runner/Chart.yaml index 1a26986..4e7ccec 100644 --- a/gitea-act-runner/Chart.yaml +++ b/gitea-act-runner/Chart.yaml @@ -15,7 +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.1.11 +version: 0.1.12 # 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 diff --git a/gitea-act-runner/templates/statefulset.yaml b/gitea-act-runner/templates/statefulset.yaml index 9977549..2ba16a6 100644 --- a/gitea-act-runner/templates/statefulset.yaml +++ b/gitea-act-runner/templates/statefulset.yaml @@ -32,7 +32,7 @@ spec: - name: {{ .Chart.Name }}-runner securityContext: {{- toYaml .Values.securityContext | nindent 12 }} - image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}" + image: "{{ .Values.image.runner.repository }}:{{ .Values.image.runner.tag | default .Chart.AppVersion }}" command: ["/bin/sh"] args: ["-c", "while ! nc -z localhost 2376