This is an automated email from the ASF dual-hosted git repository. juzhiyuan pushed a commit to branch legacy in repository https://gitbox.apache.org/repos/asf/apisix-helm-chart.git
The following commit(s) were added to refs/heads/legacy by this push: new 2b92b35 feat: upgrade APISIX-Dashboard to 2.15.1 (#511) 2b92b35 is described below commit 2b92b356f28f005cb5c4d205afa15b28d0af9166 Author: Gallardot <ttt...@163.com> AuthorDate: Wed Mar 15 18:08:19 2023 +0800 feat: upgrade APISIX-Dashboard to 2.15.1 (#511) Signed-off-by: Gallardot <ttt...@163.com> --- charts/apisix-dashboard/Chart.yaml | 4 ++-- charts/apisix-dashboard/README.md | 2 +- charts/apisix-dashboard/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/apisix-dashboard/Chart.yaml b/charts/apisix-dashboard/Chart.yaml index 1596a5e..8163502 100644 --- a/charts/apisix-dashboard/Chart.yaml +++ b/charts/apisix-dashboard/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: 0.7.0 +version: 0.7.1 # 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: 2.15.0 +appVersion: 2.15.1 maintainers: - name: tao12345666333 diff --git a/charts/apisix-dashboard/README.md b/charts/apisix-dashboard/README.md index f5dab0c..f064cd3 100644 --- a/charts/apisix-dashboard/README.md +++ b/charts/apisix-dashboard/README.md @@ -73,7 +73,7 @@ _See [helm upgrade](https://helm.sh/docs/helm/helm_upgrade/) for command documen | fullnameOverride | string | `""` | String to fully override apisix-dashboard.fullname template | | image.pullPolicy | string | `"IfNotPresent"` | Apache APISIX Dashboard image pull policy | | image.repository | string | `"apache/apisix-dashboard"` | Apache APISIX Dashboard image repository | -| image.tag | string | `"2.15.0-alpine"` | | +| image.tag | string | `"2.15.1-alpine"` | | | imagePullSecrets | list | `[]` | Docker registry secret names as an array | | ingress.annotations | object | `{}` | Ingress annotations | | ingress.className | string | `""` | Kubernetes 1.18+ support ingressClassName attribute | diff --git a/charts/apisix-dashboard/values.yaml b/charts/apisix-dashboard/values.yaml index b4867a2..340efa7 100644 --- a/charts/apisix-dashboard/values.yaml +++ b/charts/apisix-dashboard/values.yaml @@ -28,7 +28,7 @@ image: pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. # Apache APISIX Dashboard image tag (immutable tags are recommended) - tag: 2.15.0-alpine + tag: 2.15.1-alpine # -- Docker registry secret names as an array imagePullSecrets: []