diff --git a/forgejo-runner/Chart.yaml b/forgejo-runner/Chart.yaml index e662fd6..4b33137 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.13 +version: 0.2.14 # 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 5d690b9..cda3c52 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.13-informational?style=flat-square[Version: 0.2.13] +image::https://img.shields.io/badge/Version-0.2.14-informational?style=flat-square[Version: 0.2.14] 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/jobs.yaml b/forgejo-runner/templates/jobs.yaml index 5f66027..923d55b 100644 --- a/forgejo-runner/templates/jobs.yaml +++ b/forgejo-runner/templates/jobs.yaml @@ -56,12 +56,13 @@ subjects: --- apiVersion: v1 kind: Secret +type: Opaque metadata: name: {{ $secretName }} annotations: - helm.sh/resource-policy: keep - "helm.sh/hook": "pre-install,pre-upgrade" -type: Opaque + "helm.sh/resource-policy": keep + "helm.sh/hook-delete-policy": "hook-failed" + "helm.sh/hook": "pre-install" --- apiVersion: v1 kind: Secret