This is an automated email from the ASF dual-hosted git repository.
zhangjintao pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/apisix-helm-chart.git
The following commit(s) were added to refs/heads/dev by this push:
new 6808ebb chore: upgrade APISIX to 3.4.0 (dev) (#577)
6808ebb is described below
commit 6808ebbddd816effe765134ca76cf0899923a8ac
Author: Xin Rong <[email protected]>
AuthorDate: Mon Jul 10 15:11:48 2023 +0800
chore: upgrade APISIX to 3.4.0 (dev) (#577)
---
charts/apisix/Chart.yaml | 4 ++--
charts/apisix/README.md | 2 +-
charts/apisix/values.yaml | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/charts/apisix/Chart.yaml b/charts/apisix/Chart.yaml
index e7e2225..3109821 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: 2.0.0
+version: 2.1.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: 3.3.0
+appVersion: 3.4.0
sources:
- https://github.com/apache/apisix-helm-chart
diff --git a/charts/apisix/README.md b/charts/apisix/README.md
index 27f8c0c..aa3ce75 100644
--- a/charts/apisix/README.md
+++ b/charts/apisix/README.md
@@ -178,7 +178,7 @@ The command removes all the Kubernetes components
associated with the chart and
| hostNetwork | bool | `false` | |
| image.pullPolicy | string | `"IfNotPresent"` | Apache APISIX image pull
policy |
| image.repository | string | `"apache/apisix"` | Apache APISIX image
repository |
-| image.tag | string | `"3.3.0-debian"` | Apache APISIX image tag Overrides
the image tag whose default is the chart appVersion. |
+| image.tag | string | `"3.4.0-debian"` | Apache APISIX image tag Overrides
the image tag whose default is the chart appVersion. |
| ingress | object |
`{"annotations":{},"enabled":false,"hosts":[{"host":"apisix.local","paths":[]}],"tls":[]}`
| Using ingress access Apache APISIX service |
| ingress-controller | object |
`{"config":{"apisix":{"adminAPIVersion":"v3"}},"enabled":false}` | Ingress
controller configuration |
| ingress.annotations | object | `{}` | Ingress annotations |
diff --git a/charts/apisix/values.yaml b/charts/apisix/values.yaml
index af4930e..7dfd71a 100644
--- a/charts/apisix/values.yaml
+++ b/charts/apisix/values.yaml
@@ -29,7 +29,7 @@ image:
pullPolicy: IfNotPresent
# -- Apache APISIX image tag
# Overrides the image tag whose default is the chart appVersion.
- tag: 3.3.0-debian
+ tag: 3.4.0-debian
# -- set false to use `Deployment`, set true to use `DaemonSet`
useDaemonSet: false