This is an automated email from the ASF dual-hosted git repository.

tokers 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 6faf532  chore: update etcd version (#261)
6faf532 is described below

commit 6faf532709abb389871bfd5d5380bb4c9d4603ac
Author: 失眠是真滴难受 <[email protected]>
AuthorDate: Thu Apr 14 16:17:01 2022 +0800

    chore: update etcd version (#261)
---
 charts/apisix/Chart.lock               |   6 +++---
 charts/apisix/Chart.yaml               |   2 +-
 charts/apisix/README.md                |   2 +-
 charts/apisix/charts/etcd-6.2.6.tgz    | Bin 34140 -> 0 bytes
 charts/apisix/charts/etcd-7.0.4.tgz    | Bin 0 -> 41227 bytes
 charts/apisix/templates/configmap.yaml |   2 +-
 charts/apisix/values.yaml              |   2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/charts/apisix/Chart.lock b/charts/apisix/Chart.lock
index cd8100e..0521a28 100644
--- a/charts/apisix/Chart.lock
+++ b/charts/apisix/Chart.lock
@@ -1,12 +1,12 @@
 dependencies:
 - name: etcd
   repository: https://charts.bitnami.com/bitnami
-  version: 6.2.6
+  version: 7.0.4
 - name: apisix-dashboard
   repository: https://charts.apiseven.com
   version: 0.4.0
 - name: apisix-ingress-controller
   repository: https://charts.apiseven.com
   version: 0.9.0
-digest: sha256:8f5d95f88de2312d4e1a5800ac48726f8b83d7fad1b0acb995d5cd35ab5b27bf
-generated: "2022-01-30T11:13:35.54113645+08:00"
+digest: sha256:c7fa3a4cc920401515f6d346d5fea1336bf2fd39dcc649217ff96198088549c6
+generated: "2022-04-14T01:35:09.621196817Z"
diff --git a/charts/apisix/Chart.yaml b/charts/apisix/Chart.yaml
index 026f837..58a846b 100644
--- a/charts/apisix/Chart.yaml
+++ b/charts/apisix/Chart.yaml
@@ -40,7 +40,7 @@ appVersion: 2.13.0
 
 dependencies:
   - name: etcd
-    version: 6.2.6
+    version: 7.0.4
     repository: https://charts.bitnami.com/bitnami
     condition: etcd.enabled
   - name: apisix-dashboard
diff --git a/charts/apisix/README.md b/charts/apisix/README.md
index dfe28ea..331b14f 100644
--- a/charts/apisix/README.md
+++ b/charts/apisix/README.md
@@ -129,7 +129,7 @@ Apache APISIX service parameters, this determines how users 
can access itself.
 | `etcd.host`                     | if `etcd.enabled` is false, use external 
etcd, support multiple address, if your etcd cluster enables TLS, please use 
https scheme, e.g. https://127.0.0.1:2379. | `["http://etcd.host:2379"]` |
 | `etcd.prefix`                   | apisix configurations prefix               
                                                                                
                                      | `/apisix`                   |
 | `etcd.timeout`                  | Set the timeout value in seconds for 
subsequent socket operations from apisix to etcd cluster                        
                                            | `30`                        |
-| `etcd.auth.rbac.enabled`        | enable auth for etcd                       
                                                                                
                                      | `false`                     |
+| `etcd.auth.rbac.create`        | Switch to enable RBAC authentication        
                                                                                
                                                     | `false`                  
   |
 | `etcd.auth.rbac.user`           | root username for etcd                     
                                                                                
                                      | `""`                        |
 | `etcd.auth.rbac.password`       | root password for etcd                     
                                                                                
                                      | `""`                        |
 | `etcd.auth.tls.enabled`         | enable etcd client certificate             
                                                                                
                                      | `false`                     |
diff --git a/charts/apisix/charts/etcd-6.2.6.tgz 
b/charts/apisix/charts/etcd-6.2.6.tgz
deleted file mode 100644
index e6a5354..0000000
Binary files a/charts/apisix/charts/etcd-6.2.6.tgz and /dev/null differ
diff --git a/charts/apisix/charts/etcd-7.0.4.tgz 
b/charts/apisix/charts/etcd-7.0.4.tgz
new file mode 100644
index 0000000..a50025d
Binary files /dev/null and b/charts/apisix/charts/etcd-7.0.4.tgz differ
diff --git a/charts/apisix/templates/configmap.yaml 
b/charts/apisix/templates/configmap.yaml
index 26bb95d..d656595 100644
--- a/charts/apisix/templates/configmap.yaml
+++ b/charts/apisix/templates/configmap.yaml
@@ -221,7 +221,7 @@ data:
     {{- end }}
       prefix: {{ .Values.etcd.prefix | quote }}     # apisix configurations 
prefix
       timeout: {{ .Values.etcd.timeout }}   # 30 seconds
-      {{- if .Values.etcd.auth.rbac.enabled }}
+      {{- if .Values.etcd.auth.rbac.create }}
       user: {{ .Values.etcd.auth.rbac.user | quote }}
       password: {{ .Values.etcd.auth.rbac.password | quote }}
       {{- end }}
diff --git a/charts/apisix/values.yaml b/charts/apisix/values.yaml
index a98c1f9..3cd4a61 100644
--- a/charts/apisix/values.yaml
+++ b/charts/apisix/values.yaml
@@ -374,7 +374,7 @@ etcd:
   auth:
     rbac:
       # No authentication by default
-      enabled: false
+      create: false
       user: ""
       password: ""
     tls:

Reply via email to