This is an automated email from the ASF dual-hosted git repository.
zhangjintao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-helm-chart.git
The following commit(s) were added to refs/heads/master by this push:
new 557ebf6 feat: upgrade apisix dashboard to 3.0.0 (#470)
557ebf6 is described below
commit 557ebf68ddf4ccc07488716ca763f52c7471d094
Author: litesun <[email protected]>
AuthorDate: Thu Feb 16 10:57:49 2023 +0800
feat: upgrade apisix dashboard to 3.0.0 (#470)
---
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..15c6e50 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.8.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: 2.15.0
+appVersion: 3.0.0
maintainers:
- name: tao12345666333
diff --git a/charts/apisix-dashboard/README.md
b/charts/apisix-dashboard/README.md
index 4c93a13..08ba8bb 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 | `"3.0.0-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 1d8e466..9593033 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: 3.0.0-alpine
# -- Docker registry secret names as an array
imagePullSecrets: []