Skip to content

Commit 389ea5b

Browse files
authored
chore: release APISIX 3.8.1 (#753)
1 parent 6b8acad commit 389ea5b

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.6.0
34+
version: 2.6.1
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.8.0
39+
appVersion: 3.8.1
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
@@ -167,7 +167,7 @@ The command removes all the Kubernetes components associated with the chart and
167167
| hostNetwork | bool | `false` | |
168168
| image.pullPolicy | string | `"IfNotPresent"` | Apache APISIX image pull policy |
169169
| image.repository | string | `"apache/apisix"` | Apache APISIX image repository |
170-
| image.tag | string | `"3.8.0-debian"` | Apache APISIX image tag Overrides the image tag whose default is the chart appVersion. |
170+
| image.tag | string | `"3.8.1-debian"` | Apache APISIX image tag Overrides the image tag whose default is the chart appVersion. |
171171
| ingress | object | `{"annotations":{},"enabled":false,"hosts":[{"host":"apisix.local","paths":[]}],"servicePort":null,"tls":[]}` | Using ingress access Apache APISIX service |
172172
| ingress-controller | object | `{"config":{"apisix":{"adminAPIVersion":"v3"}},"enabled":false}` | Ingress controller configuration |
173173
| 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.8.0-debian
32+
tag: 3.8.1-debian
3333

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

0 commit comments

Comments
 (0)