Skip to content

Commit 8534763

Browse files
authored
chore: APISIX Ingress v2.0.0-rc1 release (#840)
1 parent d370bab commit 8534763

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

charts/apisix-ingress-controller/Chart.yaml

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

@@ -34,4 +34,4 @@ maintainers:
3434

3535
# ref: https://artifacthub.io/docs/topics/annotations/helm/
3636
annotations:
37-
artifacthub.io/prerelease: "false"
37+
artifacthub.io/prerelease: "true"

charts/apisix-ingress-controller/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ The same for container level, you need to set:
131131
| deployment.annotations | object | `{}` | Add annotations to Apache APISIX ingress controller resource |
132132
| deployment.image.pullPolicy | string | `"IfNotPresent"` | |
133133
| deployment.image.repository | string | `"apache/apisix-ingress-controller"` | |
134-
| deployment.image.tag | string | `"dev"` | |
134+
| deployment.image.tag | string | `"2.0.0-rc1"` | |
135135
| deployment.nodeSelector | object | `{}` | |
136136
| deployment.podAnnotations | object | `{}` | |
137137
| deployment.podSecurityContext | object | `{}` | |

charts/apisix-ingress-controller/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ deployment:
6060
image:
6161
repository: apache/apisix-ingress-controller
6262
pullPolicy: IfNotPresent
63-
tag: "dev"
63+
tag: "2.0.0-rc1"
6464

6565
config:
6666
logLevel: "info"

0 commit comments

Comments
 (0)