Skip to content

Commit

Permalink
chore(dev): upgrade APISIX to 3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AlinsRan committed Nov 23, 2023
1 parent e94a049 commit 7a1bf7f
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions charts/apisix/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ dependencies:
version: 0.8.0
- name: apisix-ingress-controller
repository: https://charts.apiseven.com
version: 0.11.4
digest: sha256:4a768defccf772b470d8ac2ee0005c64ccb2fec0a0f31ca098a1581735b40a6c
generated: "2023-03-30T10:41:53.873367347+08:00"
version: 0.12.2
digest: sha256:d796c61733f13b9cbda63e399b389e3bba6cd23f825300ccc01c940c378f6b36
generated: "2023-11-23T11:03:39.086963003Z"
6 changes: 3 additions & 3 deletions charts/apisix/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.1
version: 2.4.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.6.0
appVersion: 3.7.0
sources:
- https://github.com/apache/apisix-helm-chart

Expand All @@ -51,7 +51,7 @@ dependencies:
condition: dashboard.enabled
alias: dashboard
- name: apisix-ingress-controller
version: 0.11.4
version: 0.12.2
repository: https://charts.apiseven.com
condition: ingress-controller.enabled
alias: ingress-controller
Expand Down
2 changes: 1 addition & 1 deletion charts/apisix/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,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.6.0-debian"` | Apache APISIX image tag Overrides the image tag whose default is the chart appVersion. |
| image.tag | string | `"3.7.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":[]}],"servicePort":null,"tls":[]}` | Using ingress access Apache APISIX service |
| ingress-controller | object | `{"config":{"apisix":{"adminAPIVersion":"v3"}},"enabled":false}` | Ingress controller configuration |
| ingress.annotations | object | `{}` | Ingress annotations |
Expand Down
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion charts/apisix/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ image:
pullPolicy: IfNotPresent
# -- Apache APISIX image tag
# Overrides the image tag whose default is the chart appVersion.
tag: 3.6.0-debian
tag: 3.7.0-debian

# -- set false to use `Deployment`, set true to use `DaemonSet`
useDaemonSet: false
Expand Down

0 comments on commit 7a1bf7f

Please sign in to comment.