You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by sp...@apache.org on 2022/12/23 01:43:54 UTC

[apisix-helm-chart] branch master updated: feat: upgrade APISIX to 3.0.0 (#422)

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

spacewander 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 064c6c1  feat: upgrade APISIX to 3.0.0 (#422)
064c6c1 is described below

commit 064c6c179947bbc493e26196591aa3aecabd4c41
Author: 罗泽轩 <sp...@gmail.com>
AuthorDate: Fri Dec 23 09:43:48 2022 +0800

    feat: upgrade APISIX to 3.0.0 (#422)
---
 charts/apisix-dashboard/README.md |  2 +-
 charts/apisix/Chart.yaml          |  4 ++--
 charts/apisix/README.md           |  2 +-
 charts/apisix/values.yaml         |  2 +-
 docs/en/latest/apisix.md          | 10 +---------
 5 files changed, 6 insertions(+), 14 deletions(-)

diff --git a/charts/apisix-dashboard/README.md b/charts/apisix-dashboard/README.md
index 2ed93ca..f5dab0c 100644
--- a/charts/apisix-dashboard/README.md
+++ b/charts/apisix-dashboard/README.md
@@ -73,7 +73,7 @@ _See [helm upgrade](https://helm.sh/docs/helm/helm_upgrade/) for command documen
 | fullnameOverride | string | `""` | String to fully override apisix-dashboard.fullname template |
 | image.pullPolicy | string | `"IfNotPresent"` | Apache APISIX Dashboard image pull policy |
 | image.repository | string | `"apache/apisix-dashboard"` | Apache APISIX Dashboard image repository |
-| image.tag | string | `"2.13-alpine"` | Overrides the image tag whose default is the chart appVersion. Apache APISIX Dashboard image tag (immutable tags are recommended) |
+| image.tag | string | `"2.15.0-alpine"` |  |
 | imagePullSecrets | list | `[]` | Docker registry secret names as an array |
 | ingress.annotations | object | `{}` | Ingress annotations |
 | ingress.className | string | `""` | Kubernetes 1.18+ support ingressClassName attribute |
diff --git a/charts/apisix/Chart.yaml b/charts/apisix/Chart.yaml
index bc43c69..7b3fe4c 100644
--- a/charts/apisix/Chart.yaml
+++ b/charts/apisix/Chart.yaml
@@ -31,12 +31,12 @@ type: application
 # This is the chart version. This version number should be incremented each time you make changes
 # to the chart and its templates, including the app version.
 # Versions are expected to follow Semantic Versioning (https://semver.org/)
-version: 0.11.4
+version: 0.12.0
 
 # This is the version number of the application being deployed. This version number should be
 # incremented each time you make changes to the application. Versions are not expected to
 # follow Semantic Versioning. They should reflect the version the application is using.
-appVersion: 2.15.1
+appVersion: 3.0.0
 sources:
   - https://github.com/apache/apisix-helm-chart
 
diff --git a/charts/apisix/README.md b/charts/apisix/README.md
index e583c44..a4e9def 100644
--- a/charts/apisix/README.md
+++ b/charts/apisix/README.md
@@ -62,7 +62,7 @@ The command removes all the Kubernetes components associated with the chart and
 | apisix.httpRouter | string | `"radixtree_uri"` | Defines how apisix handles routing: - radixtree_uri: match route by uri(base on radixtree) - radixtree_host_uri: match route by host + uri(base on radixtree) - radixtree_uri_with_parameter: match route by uri with parameters |
 | apisix.image.pullPolicy | string | `"IfNotPresent"` | Apache APISIX image pull policy |
 | apisix.image.repository | string | `"apache/apisix"` | Apache APISIX image repository |
-| apisix.image.tag | string | `"2.15.1-debian"` | Apache APISIX image tag Overrides the image tag whose default is the chart appVersion. |
+| apisix.image.tag | string | `"3.0.0-debian"` | Apache APISIX image tag Overrides the image tag whose default is the chart appVersion. |
 | apisix.kind | string | `"Deployment"` | Use a `DaemonSet` or `Deployment` |
 | apisix.luaModuleHook | object | `{"configMapRef":{"mounts":[{"key":"","path":""}],"name":""},"enabled":false,"hookPoint":"","luaPath":""}` | Whether to add a custom lua module |
 | apisix.luaModuleHook.configMapRef | object | `{"mounts":[{"key":"","path":""}],"name":""}` | configmap that stores the codes |
diff --git a/charts/apisix/values.yaml b/charts/apisix/values.yaml
index 7c88e51..af23ab0 100644
--- a/charts/apisix/values.yaml
+++ b/charts/apisix/values.yaml
@@ -81,7 +81,7 @@ apisix:
     pullPolicy: IfNotPresent
     # -- Apache APISIX image tag
     # Overrides the image tag whose default is the chart appVersion.
-    tag: 2.15.1-debian
+    tag: 3.0.0-debian
 
   # -- Use a `DaemonSet` or `Deployment`
   kind: Deployment
diff --git a/docs/en/latest/apisix.md b/docs/en/latest/apisix.md
index b044a76..6acdae8 100644
--- a/docs/en/latest/apisix.md
+++ b/docs/en/latest/apisix.md
@@ -31,17 +31,9 @@ helm repo update
 helm install apisix apisix/apisix --create-namespace  --namespace apisix
 ```
 
-### APISIX v3.x
-
-The current default version of APISIX installed is `2.15.0`, if you want to install APISIX 3.x, to install the chart of APISIX with:
-
-```shell
-helm install apisix apisix/apisix --set apisix.image.tag=3.0.0-debian --create-namespace --namespace apisix
-```
-
 :::note
 
-The latest APISIX Ingress Controller and APISIX Dashboard are not compatible with APISIX 3.x.
+The latest APISIX Dashboard are not compatible with APISIX 3.x.
 
 ## Uninstall