Skip to content

Commit

Permalink
chore: bump apisix-ingress-controller chart version in apisix chart v2 (
Browse files Browse the repository at this point in the history
#684)

Changes included:
* e91048d - feat: add standalone support with helm chart (#671)
* apisix-ingress-controller chart version change from 0.12.2 to 0.13.0
* apisix-dashboard chart version change from 0.8.0 to 0.8.1
  • Loading branch information
indrekj authored Dec 18, 2023
1 parent e91048d commit fdf94ff
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions charts/apisix/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ dependencies:
version: 8.7.7
- name: apisix-dashboard
repository: https://charts.apiseven.com
version: 0.8.0
version: 0.8.1
- name: apisix-ingress-controller
repository: https://charts.apiseven.com
version: 0.12.2
digest: sha256:d796c61733f13b9cbda63e399b389e3bba6cd23f825300ccc01c940c378f6b36
generated: "2023-11-23T11:03:39.086963003Z"
version: 0.13.0
digest: sha256:6ca1fc0eb06fef4d4502a3153ed77c9cd5a382ebe65e676791afe4272ac7c796
generated: "2023-12-14T20:21:52.603033345+02:00"
6 changes: 3 additions & 3 deletions charts/apisix/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ 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.4.0
version: 2.5.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
Expand All @@ -46,12 +46,12 @@ dependencies:
repository: https://charts.bitnami.com/bitnami
condition: etcd.enabled
- name: apisix-dashboard
version: 0.8.0
version: 0.8.1
repository: https://charts.apiseven.com
condition: dashboard.enabled
alias: dashboard
- name: apisix-ingress-controller
version: 0.12.2
version: 0.13.0
repository: https://charts.apiseven.com
condition: ingress-controller.enabled
alias: ingress-controller
Expand Down
Binary file removed charts/apisix/charts/apisix-dashboard-0.8.0.tgz
Binary file not shown.
Binary file added charts/apisix/charts/apisix-dashboard-0.8.1.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit fdf94ff

Please sign in to comment.