Skip to content

Commit

Permalink
feat: upgrade APISIX-Dashboard to 2.15.1 (#511)
Browse files Browse the repository at this point in the history
Signed-off-by: Gallardot <tttick@163.com>
  • Loading branch information
Gallardot committed Mar 15, 2023
1 parent d28abdf commit 2b92b35
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/apisix-dashboard/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion charts/apisix-dashboard/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
2 changes: 1 addition & 1 deletion charts/apisix-dashboard/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: []
Expand Down

0 comments on commit 2b92b35

Please sign in to comment.