Skip to content

Commit 9d5ad2a

Browse files
chore: upgrade apisix to 3.15.0 (#938)
1 parent 737c163 commit 9d5ad2a

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.12.6
34+
version: 2.13.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.14.1
39+
appVersion: 3.15.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
@@ -188,7 +188,7 @@ The command removes all the Kubernetes components associated with the chart and
188188
| hostNetwork | bool | `false` | |
189189
| image.pullPolicy | string | `"IfNotPresent"` | Apache APISIX image pull policy |
190190
| image.repository | string | `"apache/apisix"` | Apache APISIX image repository |
191-
| image.tag | string | `"3.14.1-ubuntu"` | Apache APISIX image tag Overrides the image tag whose default is the chart appVersion. |
191+
| image.tag | string | `"3.15.0-ubuntu"` | Apache APISIX image tag Overrides the image tag whose default is the chart appVersion. |
192192
| ingress | object | `{"annotations":{},"enabled":false,"hosts":[{"host":"apisix.local","paths":[]}],"servicePort":null,"tls":[]}` | Using ingress access Apache APISIX service |
193193
| ingress-controller | object | `{"enabled":false}` | Ingress controller configuration |
194194
| 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.14.1-ubuntu
32+
tag: 3.15.0-ubuntu
3333

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

0 commit comments

Comments
 (0)