Skip to content

Commit

Permalink
chore: bump apisix-ingress-controller to 0.13.0 (apache#679)
Browse files Browse the repository at this point in the history
  • Loading branch information
indrekj authored Dec 13, 2023
1 parent 462df93 commit d120e8d
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.12.2
appVersion: 1.7.0
version: 0.13.0
appVersion: 1.7.1
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 @@ -163,7 +163,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.0"` | |
| image.tag | string | `"1.7.1"` | |
| 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 @@ -48,7 +48,7 @@ replicaCount: 1
image:
repository: apache/apisix-ingress-controller
pullPolicy: IfNotPresent
tag: "1.7.0"
tag: "1.7.1"

podAnnotations: {}

Expand Down

0 comments on commit d120e8d

Please sign in to comment.