This is an automated email from the ASF dual-hosted git repository. gallardot pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/apisix-helm-chart.git
The following commit(s) were added to refs/heads/master by this push: new c737d24 feat: upgrading etcd version in helm chart dependency for apisix (#507) c737d24 is described below commit c737d242e57de1d25e0be0496f6d336ab1d1375e Author: Pierre P <here...@users.noreply.github.com> AuthorDate: Wed Mar 22 11:02:36 2023 +0100 feat: upgrading etcd version in helm chart dependency for apisix (#507) * feat: upgrading etcd version in helm chart dependency for apisix * chore: bump apisix chart version to 1.3.0 --- charts/apisix/Chart.lock | 6 +++--- charts/apisix/Chart.yaml | 4 ++-- charts/apisix/charts/etcd-8.3.4.tgz | Bin 42526 -> 0 bytes charts/apisix/charts/etcd-8.7.7.tgz | Bin 0 -> 43592 bytes 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/apisix/Chart.lock b/charts/apisix/Chart.lock index 2f1c607..1637cf2 100644 --- a/charts/apisix/Chart.lock +++ b/charts/apisix/Chart.lock @@ -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" diff --git a/charts/apisix/Chart.yaml b/charts/apisix/Chart.yaml index 6e6a377..93af529 100644 --- a/charts/apisix/Chart.yaml +++ b/charts/apisix/Chart.yaml @@ -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 @@ -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 diff --git a/charts/apisix/charts/etcd-8.3.4.tgz b/charts/apisix/charts/etcd-8.3.4.tgz deleted file mode 100644 index 187abd8..0000000 Binary files a/charts/apisix/charts/etcd-8.3.4.tgz and /dev/null differ diff --git a/charts/apisix/charts/etcd-8.7.7.tgz b/charts/apisix/charts/etcd-8.7.7.tgz new file mode 100644 index 0000000..5f68f5d Binary files /dev/null and b/charts/apisix/charts/etcd-8.7.7.tgz differ