Skip to content

Commit c52d29d

Browse files
chore: upgrade APISIX to 3.11.0 (#786)
1 parent 38ed591 commit c52d29d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

charts/apisix/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ type: application
3131
# This is the chart version. This version number should be incremented each time you make changes
3232
# to the chart and its templates, including the app version.
3333
# Versions are expected to follow Semantic Versioning (https://semver.org/)
34-
version: 2.9.0
34+
version: 2.10.0
3535

3636
# This is the version number of the application being deployed. This version number should be
3737
# incremented each time you make changes to the application. Versions are not expected to
3838
# follow Semantic Versioning. They should reflect the version the application is using.
39-
appVersion: 3.10.0
39+
appVersion: 3.11.0
4040
sources:
4141
- https://github.com/apache/apisix-helm-chart
4242

charts/apisix/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ The command removes all the Kubernetes components associated with the chart and
181181
| hostNetwork | bool | `false` | |
182182
| image.pullPolicy | string | `"IfNotPresent"` | Apache APISIX image pull policy |
183183
| image.repository | string | `"apache/apisix"` | Apache APISIX image repository |
184-
| image.tag | string | `"3.10.0-debian"` | Apache APISIX image tag Overrides the image tag whose default is the chart appVersion. |
184+
| image.tag | string | `"3.11.0-debian"` | Apache APISIX image tag Overrides the image tag whose default is the chart appVersion. |
185185
| ingress | object | `{"annotations":{},"enabled":false,"hosts":[{"host":"apisix.local","paths":[]}],"servicePort":null,"tls":[]}` | Using ingress access Apache APISIX service |
186186
| ingress-controller | object | `{"config":{"apisix":{"adminAPIVersion":"v3"}},"enabled":false}` | Ingress controller configuration |
187187
| ingress.annotations | object | `{}` | Ingress annotations |

charts/apisix/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ image:
2929
pullPolicy: IfNotPresent
3030
# -- Apache APISIX image tag
3131
# Overrides the image tag whose default is the chart appVersion.
32-
tag: 3.10.0-debian
32+
tag: 3.11.0-debian
3333

3434
# -- set false to use `Deployment`, set true to use `DaemonSet`
3535
useDaemonSet: false

0 commit comments

Comments
 (0)