Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 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.14.1
appVersion: 1.8.0
version: 1.0.0
appVersion: 2.0.0-rc1
sources:
- https://github.com/apache/apisix-helm-chart

Expand All @@ -34,4 +34,4 @@ maintainers:

# ref: https://artifacthub.io/docs/topics/annotations/helm/
annotations:
artifacthub.io/prerelease: "false"
artifacthub.io/prerelease: "true"
2 changes: 1 addition & 1 deletion charts/apisix-ingress-controller/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ The same for container level, you need to set:
| deployment.annotations | object | `{}` | Add annotations to Apache APISIX ingress controller resource |
| deployment.image.pullPolicy | string | `"IfNotPresent"` | |
| deployment.image.repository | string | `"apache/apisix-ingress-controller"` | |
| deployment.image.tag | string | `"dev"` | |
| deployment.image.tag | string | `"2.0.0-rc1"` | |
| deployment.nodeSelector | object | `{}` | |
| deployment.podAnnotations | object | `{}` | |
| deployment.podSecurityContext | object | `{}` | |
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 @@ -60,7 +60,7 @@ deployment:
image:
repository: apache/apisix-ingress-controller
pullPolicy: IfNotPresent
tag: "dev"
tag: "2.0.0-rc1"

config:
logLevel: "info"
Expand Down