Skip to content

Commit

Permalink
feat: upgrading etcd version in helm chart dependency for apisix (#507)
Browse files Browse the repository at this point in the history
* feat: upgrading etcd version in helm chart dependency for apisix

* chore: bump apisix chart version to 1.3.0
  • Loading branch information
heresie committed Mar 22, 2023
1 parent 3945916 commit c737d24
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions charts/apisix/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
dependencies:
- name: etcd
repository: https://charts.bitnami.com/bitnami
version: 8.3.4
version: 8.7.7
- name: apisix-dashboard
repository: https://charts.apiseven.com
version: 0.8.0
- name: apisix-ingress-controller
repository: https://charts.apiseven.com
version: 0.11.3
digest: sha256:7b70ad741c7bbad8c75f6a304732432119852a2afc2e9b06630ba15819fdc0fc
generated: "2023-02-16T12:01:51.939303+08:00"
digest: sha256:8a51b27cbe92105963e0867739fcb318e0694d5aab885f5b1dcc1d0275e0db7e
generated: "2023-03-10T14:47:46.703992+01:00"
4 changes: 2 additions & 2 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: 1.2.0
version: 1.3.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 @@ -42,7 +42,7 @@ sources:

dependencies:
- name: etcd
version: 8.3.4
version: 8.7.7
repository: https://charts.bitnami.com/bitnami
condition: etcd.enabled
- name: apisix-dashboard
Expand Down
Binary file removed charts/apisix/charts/etcd-8.3.4.tgz
Binary file not shown.
Binary file added charts/apisix/charts/etcd-8.7.7.tgz
Binary file not shown.

0 comments on commit c737d24

Please sign in to comment.