diff --git a/charts/apisix-dashboard/Chart.yaml b/charts/apisix-dashboard/Chart.yaml index 1596a5ed..8163502a 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 f5dab0c1..f064cd3a 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 b4867a25..340efa76 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: []