From 311cb9fe373c30838a07982fdbc40e9d28288061 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Mon, 20 Jul 2026 21:57:53 +0200 Subject: [PATCH] fix!: remove deprecated actions migration warning The `check-actions-not-present` template and its unit test are no longer needed since this is a new major version. Users have had sufficient time to migrate to the dedicated helm-actions chart. --- templates/gitea/check-actions-not-present.yaml | 3 --- unittests/helm/check-actions-not-present.yaml | 12 ------------ 2 files changed, 15 deletions(-) delete mode 100644 templates/gitea/check-actions-not-present.yaml delete mode 100644 unittests/helm/check-actions-not-present.yaml diff --git a/templates/gitea/check-actions-not-present.yaml b/templates/gitea/check-actions-not-present.yaml deleted file mode 100644 index ad17bf6..0000000 --- a/templates/gitea/check-actions-not-present.yaml +++ /dev/null @@ -1,3 +0,0 @@ -{{- if .Values.actions -}} - {{- fail "The actions sub-chart has been outsourced to a dedicated chart available at https://gitea.com/gitea/helm-actions. For assistance with the migration process, check https://gitea.com/gitea/helm-actions/issues/9." -}} -{{- end -}} diff --git a/unittests/helm/check-actions-not-present.yaml b/unittests/helm/check-actions-not-present.yaml deleted file mode 100644 index b08b679..0000000 --- a/unittests/helm/check-actions-not-present.yaml +++ /dev/null @@ -1,12 +0,0 @@ -suite: Check if actions raises an error -release: - name: gitea-unittests - namespace: testing -tests: - - it: fails when trying to configure actions due to removal - set: - actions: - enabled: true - asserts: - - failedTemplate: - errorMessage: The actions sub-chart has been outsourced to a dedicated chart available at https://gitea.com/gitea/helm-actions. For assistance with the migration process, check https://gitea.com/gitea/helm-actions/issues/9.