Skip to content

Commit

Permalink
chore: release ingress 1.8.0 with chart version 0.14.0 (#710)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
ikatlinsky and ikatlinski authored Jan 29, 2024
1 parent 573d77d commit 9d8fa4d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/apisix-ingress-controller/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion charts/apisix-ingress-controller/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/apisix-ingress-controller/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ replicaCount: 1
image:
repository: apache/apisix-ingress-controller
pullPolicy: IfNotPresent
tag: "1.7.1"
tag: "1.8.0"

podAnnotations: {}

Expand Down

0 comments on commit 9d8fa4d

Please sign in to comment.