This is an automated email from the ASF dual-hosted git repository.
zhangjintao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-helm-chart.git
The following commit(s) were added to refs/heads/master by this push:
new bc2e9db fix: Add body-transformer plugin helm chart(#515) (#518)
bc2e9db is described below
commit bc2e9db5a20c5106efba685983a07d56dbafb05b
Author: YujinChoi <[email protected]>
AuthorDate: Fri Mar 31 18:20:16 2023 +0900
fix: Add body-transformer plugin helm chart(#515) (#518)
---
charts/apisix/README.md | 2 +-
charts/apisix/values.yaml | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/charts/apisix/README.md b/charts/apisix/README.md
index 7d31459..e947123 100644
--- a/charts/apisix/README.md
+++ b/charts/apisix/README.md
@@ -187,7 +187,7 @@ The command removes all the Kubernetes components
associated with the chart and
| nginx.workerProcesses | string | `"auto"` | |
| nginx.workerRlimitNofile | string | `"20480"` | |
| pluginAttrs | object | `{}` | Set APISIX plugin attributes, see
[config-default.yaml](https://github.com/apache/apisix/blob/master/conf/config-default.yaml#L376)
for more details |
-| plugins | list |
`["api-breaker","authz-keycloak","basic-auth","batch-requests","consumer-restriction","cors","echo","fault-injection","file-logger","grpc-transcode","grpc-web","hmac-auth","http-logger","ip-restriction","ua-restriction","jwt-auth","kafka-logger","key-auth","limit-conn","limit-count","limit-req","node-status","openid-connect","authz-casbin","prometheus","proxy-cache","proxy-mirror","proxy-rewrite","redirect","referer-restriction","request-id","request-validation","respo
[...]
+| plugins | list |
`["api-breaker","authz-keycloak","basic-auth","batch-requests","body-transformer","consumer-restriction","cors","echo","fault-injection","file-logger","grpc-transcode","grpc-web","hmac-auth","http-logger","ip-restriction","ua-restriction","jwt-auth","kafka-logger","key-auth","limit-conn","limit-count","limit-req","node-status","openid-connect","authz-casbin","prometheus","proxy-cache","proxy-mirror","proxy-rewrite","redirect","referer-restriction","request-id","request
[...]
| rbac.create | bool | `false` | |
| serviceAccount.annotations | object | `{}` | |
| serviceAccount.create | bool | `false` | |
diff --git a/charts/apisix/values.yaml b/charts/apisix/values.yaml
index 4543fbd..9c6dc77 100644
--- a/charts/apisix/values.yaml
+++ b/charts/apisix/values.yaml
@@ -342,6 +342,7 @@ plugins:
- authz-keycloak
- basic-auth
- batch-requests
+ - body-transformer
- consumer-restriction
- cors
- echo