This is an automated email from the ASF dual-hosted git repository.
tokers 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 1800fb5 chore: bump apisix to 2.7-alpine (#107)
1800fb5 is described below
commit 1800fb59177fc08bd45c72145e55ad81e512416c
Author: AnJia <[email protected]>
AuthorDate: Wed Jul 7 10:18:24 2021 +0800
chore: bump apisix to 2.7-alpine (#107)
---
charts/apisix/Chart.lock | 6 +++---
charts/apisix/Chart.yaml | 6 +++---
charts/apisix/charts/apisix-dashboard-0.1.4.tgz | Bin 4754 -> 0 bytes
charts/apisix/charts/apisix-dashboard-0.1.5.tgz | Bin 0 -> 4754 bytes
.../charts/apisix-ingress-controller-0.5.0.tgz | Bin 10116 -> 10118 bytes
charts/apisix/values.yaml | 2 +-
6 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/charts/apisix/Chart.lock b/charts/apisix/Chart.lock
index fd153a7..2d174f3 100644
--- a/charts/apisix/Chart.lock
+++ b/charts/apisix/Chart.lock
@@ -4,9 +4,9 @@ dependencies:
version: 6.2.6
- name: apisix-dashboard
repository: https://charts.apiseven.com
- version: 0.1.4
+ version: 0.1.5
- name: apisix-ingress-controller
repository: https://charts.apiseven.com
version: 0.5.0
-digest: sha256:9caece1d96a10e3ff6b9dd02f0940eaf287af43e15025a6f27b2d6ed834e6795
-generated: "2021-06-17T18:24:13.237789931+08:00"
+digest: sha256:c740400324755d91cb286e61059011c97e8f37ec8a20e821334dabcb6b59eb7f
+generated: "2021-07-06T17:23:04.154546698+08:00"
diff --git a/charts/apisix/Chart.yaml b/charts/apisix/Chart.yaml
index 21edd21..9103401 100644
--- a/charts/apisix/Chart.yaml
+++ b/charts/apisix/Chart.yaml
@@ -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.3.4
+version: 0.3.5
# 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.6.0
+appVersion: 2.7.0
dependencies:
- name: etcd
@@ -44,7 +44,7 @@ dependencies:
repository: https://charts.bitnami.com/bitnami
condition: etcd.enabled
- name: apisix-dashboard
- version: 0.1.4
+ version: 0.1.5
repository: https://charts.apiseven.com
condition: dashboard.enabled
alias: dashboard
diff --git a/charts/apisix/charts/apisix-dashboard-0.1.4.tgz
b/charts/apisix/charts/apisix-dashboard-0.1.4.tgz
deleted file mode 100644
index 8d4163d..0000000
Binary files a/charts/apisix/charts/apisix-dashboard-0.1.4.tgz and /dev/null
differ
diff --git a/charts/apisix/charts/apisix-dashboard-0.1.5.tgz
b/charts/apisix/charts/apisix-dashboard-0.1.5.tgz
new file mode 100644
index 0000000..512d624
Binary files /dev/null and b/charts/apisix/charts/apisix-dashboard-0.1.5.tgz
differ
diff --git a/charts/apisix/charts/apisix-ingress-controller-0.5.0.tgz
b/charts/apisix/charts/apisix-ingress-controller-0.5.0.tgz
index f20ecdc..1e5362a 100644
Binary files a/charts/apisix/charts/apisix-ingress-controller-0.5.0.tgz and
b/charts/apisix/charts/apisix-ingress-controller-0.5.0.tgz differ
diff --git a/charts/apisix/values.yaml b/charts/apisix/values.yaml
index a88e757..59015df 100644
--- a/charts/apisix/values.yaml
+++ b/charts/apisix/values.yaml
@@ -27,7 +27,7 @@ apisix:
repository: apache/apisix
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
- tag: 2.6-alpine
+ tag: 2.7-alpine
replicaCount: 1