Skip to content

Commit 6cb14df

Browse files
committed
Merge remote-tracking branch 'origin/master' into feat/support-standalone
2 parents 3338613 + d370bab commit 6cb14df

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

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.10.1
34+
version: 2.11.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.11.0
39+
appVersion: 3.13.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
@@ -185,7 +185,7 @@ The command removes all the Kubernetes components associated with the chart and
185185
| hostNetwork | bool | `false` | |
186186
| image.pullPolicy | string | `"IfNotPresent"` | Apache APISIX image pull policy |
187187
| image.repository | string | `"apache/apisix"` | Apache APISIX image repository |
188-
| image.tag | string | `"3.11.0-debian"` | Apache APISIX image tag Overrides the image tag whose default is the chart appVersion. |
188+
| image.tag | string | `"3.13.0-debian"` | Apache APISIX image tag Overrides the image tag whose default is the chart appVersion. |
189189
| ingress | object | `{"annotations":{},"enabled":false,"hosts":[{"host":"apisix.local","paths":[]}],"servicePort":null,"tls":[]}` | Using ingress access Apache APISIX service |
190190
| ingress-controller | object | `{"apisix":{"adminService":{"name":"apisix-admin","port":9180}},"config":{"apisix":{"adminAPIVersion":"v3"},"provider":{"type":"apisix"}},"enabled":false,"gatewayProxy":{"createDefault":false,"provider":{"controlPlane":{"auth":{"adminKey":{"value":"edd1c9f034335f136f87ad84b625c8f1"},"type":"AdminKey"},"endpoints":[]},"type":"ControlPlane"}}}` | Ingress controller configuration |
191191
| 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.11.0-debian
32+
tag: 3.13.0-debian
3333

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

0 commit comments

Comments
 (0)