This is an automated email from the ASF dual-hosted git repository.

ashishtiwari pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-helm-chart.git


The following commit(s) were added to refs/heads/master by this push:
     new abf89d3  fix: failing release action by enable experimental OCI 
support in Helm (#886)
abf89d3 is described below

commit abf89d3dace7b2a72455f75ebf1ce8e1a8d1cb72
Author: Ashish Tiwari <[email protected]>
AuthorDate: Thu Oct 16 12:04:21 2025 +0530

    fix: failing release action by enable experimental OCI support in Helm 
(#886)
---
 .github/workflows/release.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index 2c67aaa..8f7c1ae 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -39,3 +39,4 @@ jobs:
         env:
           CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
           CR_SKIP_EXISTING: true
+          HELM_EXPERIMENTAL_OCI: 1

Reply via email to