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 9d8fa4d chore: release ingress 1.8.0 with chart version 0.14.0 (#710)
9d8fa4d is described below
commit 9d8fa4d39526ccc0e2e5000264f39be37498bedf
Author: ikatlinsky <[email protected]>
AuthorDate: Mon Jan 29 04:39:51 2024 +0100
chore: release ingress 1.8.0 with chart version 0.14.0 (#710)
* chore: release ingress 1.8.0 with chart version 0.14.0
* chore(docs): udpate docs based on the chart configuration
---------
Co-authored-by: Katlinsky, Ilya <[email protected]>
---
charts/apisix-ingress-controller/Chart.yaml | 4 ++--
charts/apisix-ingress-controller/README.md | 2 +-
charts/apisix-ingress-controller/values.yaml | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/charts/apisix-ingress-controller/Chart.yaml
b/charts/apisix-ingress-controller/Chart.yaml
index af0cbf7..636a794 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.13.0
-appVersion: 1.7.1
+version: 0.14.0
+appVersion: 1.8.0
sources:
- https://github.com/apache/apisix-helm-chart
diff --git a/charts/apisix-ingress-controller/README.md
b/charts/apisix-ingress-controller/README.md
index 2869bc8..3fe6505 100644
--- a/charts/apisix-ingress-controller/README.md
+++ b/charts/apisix-ingress-controller/README.md
@@ -166,7 +166,7 @@ The same for container level, you need to set:
| gateway.type | string | `"NodePort"` | Apache APISIX service type for user
access itself |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"apache/apisix-ingress-controller"` | |
-| image.tag | string | `"1.7.1"` | |
+| image.tag | string | `"1.8.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 e0b4447..928cc75 100644
--- a/charts/apisix-ingress-controller/values.yaml
+++ b/charts/apisix-ingress-controller/values.yaml
@@ -51,7 +51,7 @@ replicaCount: 1
image:
repository: apache/apisix-ingress-controller
pullPolicy: IfNotPresent
- tag: "1.7.1"
+ tag: "1.8.0"
podAnnotations: {}