From 69bf19be1ef5a8c8eedc511c4494acda5ae6f389 Mon Sep 17 00:00:00 2001 From: WrenIX Date: Mon, 30 Sep 2024 21:06:12 +0200 Subject: [PATCH] fix(forgejo-runner): do not delete configfile secret (hook without resource-policy) --- forgejo-runner/Chart.yaml | 2 +- forgejo-runner/README.adoc | 2 +- forgejo-runner/templates/secrets.yaml | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/forgejo-runner/Chart.yaml b/forgejo-runner/Chart.yaml index e460511..e662fd6 100644 --- a/forgejo-runner/Chart.yaml +++ b/forgejo-runner/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: forgejo-runner description: Deploy runner for an forgejo instance (default codeberg.org) type: application -version: 0.2.12 +version: 0.2.13 # renovate: image=code.forgejo.org/forgejo/runner appVersion: "3.5.1" maintainers: diff --git a/forgejo-runner/README.adoc b/forgejo-runner/README.adoc index 35a6fe8..5d690b9 100644 --- a/forgejo-runner/README.adoc +++ b/forgejo-runner/README.adoc @@ -2,7 +2,7 @@ = forgejo-runner -image::https://img.shields.io/badge/Version-0.2.12-informational?style=flat-square[Version: 0.2.12] +image::https://img.shields.io/badge/Version-0.2.13-informational?style=flat-square[Version: 0.2.13] image::https://img.shields.io/badge/Version-application-informational?style=flat-square[Type: application] image::https://img.shields.io/badge/AppVersion-3.5.1-informational?style=flat-square[AppVersion: 3.5.1] == Maintainers diff --git a/forgejo-runner/templates/secrets.yaml b/forgejo-runner/templates/secrets.yaml index 6d9b249..ce511ab 100644 --- a/forgejo-runner/templates/secrets.yaml +++ b/forgejo-runner/templates/secrets.yaml @@ -7,6 +7,5 @@ metadata: {{- include "forgejo-runner.labels" . | nindent 4 }} annotations: config-hash: {{ toYaml .Values.runner.config.file | sha256sum }} - "helm.sh/hook": "pre-install,pre-upgrade" data: config.yaml: {{ toYaml .Values.runner.config.file | b64enc }}