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

alinsran 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 8534763  chore: APISIX Ingress v2.0.0-rc1 release (#840)
8534763 is described below

commit 85347635cdad826a305f320032f2b45d390dfcdf
Author: AlinsRan <alins...@apache.org>
AuthorDate: Wed Jul 2 08:16:06 2025 +0800

    chore: APISIX Ingress v2.0.0-rc1 release (#840)
---
 charts/apisix-ingress-controller/Chart.yaml  | 6 +++---
 charts/apisix-ingress-controller/README.md   | 2 +-
 charts/apisix-ingress-controller/values.yaml | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/charts/apisix-ingress-controller/Chart.yaml 
b/charts/apisix-ingress-controller/Chart.yaml
index b45a0fc..fed9df9 100644
--- a/charts/apisix-ingress-controller/Chart.yaml
+++ b/charts/apisix-ingress-controller/Chart.yaml
@@ -24,8 +24,8 @@ keywords:
   - nginx
   - crd
 type: application
-version: 0.14.1
-appVersion: 1.8.0
+version: 1.0.0
+appVersion: 2.0.0-rc1
 sources:
   - https://github.com/apache/apisix-helm-chart
 
@@ -34,4 +34,4 @@ maintainers:
 
 # ref: https://artifacthub.io/docs/topics/annotations/helm/
 annotations:
-  artifacthub.io/prerelease: "false"
+  artifacthub.io/prerelease: "true"
diff --git a/charts/apisix-ingress-controller/README.md 
b/charts/apisix-ingress-controller/README.md
index edc63c7..f0814eb 100644
--- a/charts/apisix-ingress-controller/README.md
+++ b/charts/apisix-ingress-controller/README.md
@@ -131,7 +131,7 @@ The same for container level, you need to set:
 | deployment.annotations | object | `{}` | Add annotations to Apache APISIX 
ingress controller resource |
 | deployment.image.pullPolicy | string | `"IfNotPresent"` |  |
 | deployment.image.repository | string | `"apache/apisix-ingress-controller"` 
|  |
-| deployment.image.tag | string | `"dev"` |  |
+| deployment.image.tag | string | `"2.0.0-rc1"` |  |
 | deployment.nodeSelector | object | `{}` |  |
 | deployment.podAnnotations | object | `{}` |  |
 | deployment.podSecurityContext | object | `{}` |  |
diff --git a/charts/apisix-ingress-controller/values.yaml 
b/charts/apisix-ingress-controller/values.yaml
index 5cc01d7..113544f 100644
--- a/charts/apisix-ingress-controller/values.yaml
+++ b/charts/apisix-ingress-controller/values.yaml
@@ -60,7 +60,7 @@ deployment:
   image:
     repository: apache/apisix-ingress-controller
     pullPolicy: IfNotPresent
-    tag: "dev"
+    tag: "2.0.0-rc1"
 
 config:
   logLevel: "info"

Reply via email to