diff --git a/charts/apisix/Chart.lock b/charts/apisix/Chart.lock index ac23f624..9f32b4fd 100644 --- a/charts/apisix/Chart.lock +++ b/charts/apisix/Chart.lock @@ -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" diff --git a/charts/apisix/Chart.yaml b/charts/apisix/Chart.yaml index a6c0d394..fd98ecd1 100644 --- a/charts/apisix/Chart.yaml +++ b/charts/apisix/Chart.yaml @@ -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 @@ -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 diff --git a/charts/apisix/README.md b/charts/apisix/README.md index bd87e42f..4ba433f6 100644 --- a/charts/apisix/README.md +++ b/charts/apisix/README.md @@ -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 | diff --git a/charts/apisix/charts/apisix-ingress-controller-0.11.4.tgz b/charts/apisix/charts/apisix-ingress-controller-0.11.4.tgz deleted file mode 100644 index 4d92ff90..00000000 Binary files a/charts/apisix/charts/apisix-ingress-controller-0.11.4.tgz and /dev/null differ diff --git a/charts/apisix/charts/apisix-ingress-controller-0.12.2.tgz b/charts/apisix/charts/apisix-ingress-controller-0.12.2.tgz new file mode 100644 index 00000000..f002efe9 Binary files /dev/null and b/charts/apisix/charts/apisix-ingress-controller-0.12.2.tgz differ diff --git a/charts/apisix/values.yaml b/charts/apisix/values.yaml index 150dd2fd..d84e7541 100644 --- a/charts/apisix/values.yaml +++ b/charts/apisix/values.yaml @@ -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