You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by kv...@apache.org on 2021/10/08 14:40:29 UTC

[apisix-helm-chart] branch master updated: chore: bump apisix to 2.10 (#152)

This is an automated email from the ASF dual-hosted git repository.

kvn 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 6a31617  chore: bump apisix to 2.10 (#152)
6a31617 is described below

commit 6a31617187321287dc5e96d6dbe6af96279e3b30
Author: Jintao Zhang <zh...@gmail.com>
AuthorDate: Fri Oct 8 22:40:11 2021 +0800

    chore: bump apisix to 2.10 (#152)
    
    Signed-off-by: Jintao Zhang <zh...@gmail.com>
---
 charts/apisix/Chart.lock                        |   6 +++---
 charts/apisix/Chart.yaml                        |   6 +++---
 charts/apisix/charts/apisix-dashboard-0.2.0.tgz | Bin 4752 -> 0 bytes
 charts/apisix/charts/apisix-dashboard-0.3.0.tgz | Bin 0 -> 4752 bytes
 charts/apisix/values.yaml                       |   2 +-
 5 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/charts/apisix/Chart.lock b/charts/apisix/Chart.lock
index 17f4bc8..1a4587b 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.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"
diff --git a/charts/apisix/Chart.yaml b/charts/apisix/Chart.yaml
index 6dd8abd..9b4d2c0 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.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
@@ -44,7 +44,7 @@ dependencies:
     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
diff --git a/charts/apisix/charts/apisix-dashboard-0.2.0.tgz b/charts/apisix/charts/apisix-dashboard-0.2.0.tgz
deleted file mode 100644
index 9fe78fa..0000000
Binary files a/charts/apisix/charts/apisix-dashboard-0.2.0.tgz and /dev/null differ
diff --git a/charts/apisix/charts/apisix-dashboard-0.3.0.tgz b/charts/apisix/charts/apisix-dashboard-0.3.0.tgz
new file mode 100644
index 0000000..833a61c
Binary files /dev/null and b/charts/apisix/charts/apisix-dashboard-0.3.0.tgz differ
diff --git a/charts/apisix/values.yaml b/charts/apisix/values.yaml
index 5ac442d..e4a161d 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.9-alpine
+    tag: 2.10.0-alpine
 
   replicaCount: 1