You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by zh...@apache.org on 2022/12/30 10:09:41 UTC

[apisix-helm-chart] branch master updated: chore: APISIX Ingress v1.6.0 release (#433)

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

zhangjintao 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 bfadad5  chore: APISIX Ingress v1.6.0 release (#433)
bfadad5 is described below

commit bfadad5536534858189e23f07c332a4e0a3cee66
Author: Jintao Zhang <zh...@gmail.com>
AuthorDate: Fri Dec 30 18:09:35 2022 +0800

    chore: APISIX Ingress v1.6.0 release (#433)
---
 charts/apisix-ingress-controller/Chart.yaml  | 6 +++---
 charts/apisix-ingress-controller/README.md   | 2 +-
 charts/apisix-ingress-controller/values.yaml | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/charts/apisix-ingress-controller/Chart.yaml b/charts/apisix-ingress-controller/Chart.yaml
index a965ad4..453c7ae 100644
--- a/charts/apisix-ingress-controller/Chart.yaml
+++ b/charts/apisix-ingress-controller/Chart.yaml
@@ -24,8 +24,8 @@ keywords:
   - nginx
   - crd
 type: application
-version: 0.11.2
-appVersion: 1.6.0-rc1
+version: 0.11.3
+appVersion: 1.6.0
 sources:
   - https://github.com/apache/apisix-helm-chart
 
@@ -34,4 +34,4 @@ maintainers:
 
 # ref: https://artifacthub.io/docs/topics/annotations/helm/
 annotations:
-  artifacthub.io/prerelease: "true"
+  artifacthub.io/prerelease: "false"
diff --git a/charts/apisix-ingress-controller/README.md b/charts/apisix-ingress-controller/README.md
index 82f1d20..4c872de 100644
--- a/charts/apisix-ingress-controller/README.md
+++ b/charts/apisix-ingress-controller/README.md
@@ -138,7 +138,7 @@ The same for container level, you need to set:
 | fullnameOverride | string | `""` |  |
 | image.pullPolicy | string | `"IfNotPresent"` |  |
 | image.repository | string | `"apache/apisix-ingress-controller"` |  |
-| image.tag | string | `"1.6.0-rc1"` |  |
+| image.tag | string | `"1.6.0"` |  |
 | imagePullSecrets | list | `[]` |  |
 | initContainer.image | string | `"busybox"` |  |
 | initContainer.tag | float | `1.28` |  |
diff --git a/charts/apisix-ingress-controller/values.yaml b/charts/apisix-ingress-controller/values.yaml
index b6df281..e10c94a 100644
--- a/charts/apisix-ingress-controller/values.yaml
+++ b/charts/apisix-ingress-controller/values.yaml
@@ -42,7 +42,7 @@ replicaCount: 1
 image:
   repository: apache/apisix-ingress-controller
   pullPolicy: IfNotPresent
-  tag: "1.6.0-rc1"
+  tag: "1.6.0"
 
 podAnnotations: {}