Skip to content

Commit a7ae1ad

Browse files
authored
chore: release apisix-ingress-controller 2.0.1 (#932)
Signed-off-by: Ashing Zheng <axingfly@gmail.com>
1 parent c64832b commit a7ae1ad

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: 1.1.0
28-
appVersion: 2.0.0
27+
version: 1.1.1
28+
appVersion: 2.0.1
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
@@ -133,7 +133,7 @@ The same for container level, you need to set:
133133
| deployment.annotations | object | `{}` | Add annotations to Apache APISIX ingress controller resource |
134134
| deployment.image.pullPolicy | string | `"IfNotPresent"` | |
135135
| deployment.image.repository | string | `"apache/apisix-ingress-controller"` | |
136-
| deployment.image.tag | string | `"2.0.0"` | |
136+
| deployment.image.tag | string | `"2.0.1"` | |
137137
| deployment.nodeSelector | object | `{}` | |
138138
| deployment.podAnnotations | object | `{}` | |
139139
| deployment.podSecurityContext | object | `{"fsGroup":2000}` | Set security context for the pod fsGroup: 2000 ensures containers can share Unix socket files via a common group. |

charts/apisix-ingress-controller/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ deployment:
6464
image:
6565
repository: apache/apisix-ingress-controller
6666
pullPolicy: IfNotPresent
67-
tag: "2.0.0"
67+
tag: "2.0.1"
6868
# -- Set pod resource requests & limits
6969
resources: {}
7070

0 commit comments

Comments
 (0)