Skip to content

Commit 6808ebb

Browse files
authored
chore: upgrade APISIX to 3.4.0 (dev) (#577)
1 parent 6f95e30 commit 6808ebb

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.0.0
34+
version: 2.1.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.3.0
39+
appVersion: 3.4.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
@@ -178,7 +178,7 @@ The command removes all the Kubernetes components associated with the chart and
178178
| hostNetwork | bool | `false` | |
179179
| image.pullPolicy | string | `"IfNotPresent"` | Apache APISIX image pull policy |
180180
| image.repository | string | `"apache/apisix"` | Apache APISIX image repository |
181-
| image.tag | string | `"3.3.0-debian"` | Apache APISIX image tag Overrides the image tag whose default is the chart appVersion. |
181+
| image.tag | string | `"3.4.0-debian"` | Apache APISIX image tag Overrides the image tag whose default is the chart appVersion. |
182182
| ingress | object | `{"annotations":{},"enabled":false,"hosts":[{"host":"apisix.local","paths":[]}],"tls":[]}` | Using ingress access Apache APISIX service |
183183
| ingress-controller | object | `{"config":{"apisix":{"adminAPIVersion":"v3"}},"enabled":false}` | Ingress controller configuration |
184184
| 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.3.0-debian
32+
tag: 3.4.0-debian
3333

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

0 commit comments

Comments
 (0)