Skip to content

Commit

Permalink
chore: bump apisix to 2.10 (#152)
Browse files Browse the repository at this point in the history
Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
  • Loading branch information
tao12345666333 committed Oct 8, 2021
1 parent 2609954 commit 6a31617
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions charts/apisix/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ dependencies:
version: 6.2.6
- name: apisix-dashboard
repository: https://charts.apiseven.com
version: 0.2.0
version: 0.3.0
- name: apisix-ingress-controller
repository: https://charts.apiseven.com
version: 0.7.0
digest: sha256:d585232286efa9b69c066dd0ca331a86826a0c70846b8d54813b14fdcf5b5f8a
generated: "2021-10-08T19:35:58.82774491+08:00"
digest: sha256:bed931e7ea755e0749277131faa53a266db5128df1a97cb12ee9e61d2a3a03d3
generated: "2021-10-08T19:52:00.529231005+08:00"
6 changes: 3 additions & 3 deletions charts/apisix/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,20 +31,20 @@ 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.5.0
version: 0.6.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.9.0
appVersion: 2.10.0

dependencies:
- name: etcd
version: 6.2.6
repository: https://charts.bitnami.com/bitnami
condition: etcd.enabled
- name: apisix-dashboard
version: 0.2.0
version: 0.3.0
repository: https://charts.apiseven.com
condition: dashboard.enabled
alias: dashboard
Expand Down
Binary file removed charts/apisix/charts/apisix-dashboard-0.2.0.tgz
Binary file not shown.
Binary file added charts/apisix/charts/apisix-dashboard-0.3.0.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion charts/apisix/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ apisix:
repository: apache/apisix
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: 2.9-alpine
tag: 2.10.0-alpine

replicaCount: 1

Expand Down

0 comments on commit 6a31617

Please sign in to comment.