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.
This commit is contained in:
2026-07-20 21:57:53 +02:00
parent 407a7027bc
commit 311cb9fe37
2 changed files with 0 additions and 15 deletions
@@ -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 -}}