Skip to content

Commit 9d8fa4d

Browse files
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 <i.katlinsky@itransition.com>
1 parent 573d77d commit 9d8fa4d

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

charts/apisix-ingress-controller/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ keywords:
2424
- nginx
2525
- crd
2626
type: application
27-
version: 0.13.0
28-
appVersion: 1.7.1
27+
version: 0.14.0
28+
appVersion: 1.8.0
2929
sources:
3030
- https://github.com/apache/apisix-helm-chart
3131

charts/apisix-ingress-controller/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ The same for container level, you need to set:
166166
| gateway.type | string | `"NodePort"` | Apache APISIX service type for user access itself |
167167
| image.pullPolicy | string | `"IfNotPresent"` | |
168168
| image.repository | string | `"apache/apisix-ingress-controller"` | |
169-
| image.tag | string | `"1.7.1"` | |
169+
| image.tag | string | `"1.8.0"` | |
170170
| imagePullSecrets | list | `[]` | |
171171
| initContainer.image | string | `"busybox"` | |
172172
| initContainer.tag | float | `1.28` | |

charts/apisix-ingress-controller/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ replicaCount: 1
5151
image:
5252
repository: apache/apisix-ingress-controller
5353
pullPolicy: IfNotPresent
54-
tag: "1.7.1"
54+
tag: "1.8.0"
5555

5656
podAnnotations: {}
5757

0 commit comments

Comments
 (0)