Skip to content

Commit d1203a2

Browse files
committed
etcd - Update default chart values
1 parent 5151987 commit d1203a2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

charts/etcd/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: etcd
33
description: ETCD distributed storage
44
type: application
5-
version: 0.6.0
5+
version: 0.6.1
66
appVersion: 3.5.5
77
maintainers:
88
- name: scDisorder

charts/etcd/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ fullnameOverride: ""
1717

1818
auth:
1919
peer:
20-
enableAuthentication: "true"
20+
enableAuthentication: false
2121
## Switch to automatically create the TLS certificates
2222
useAutoTLS: ""
2323
## Switch to encrypt peer communication using TLS certificates
2424
secureTransport: "true"
2525
client:
26-
enableAuthentication: true
26+
enableAuthentication: false
2727
## Switch to encrypt client communication using TLS certificates
28-
secureTransport: true
28+
secureTransport: false
2929
## Name of the existing secret containing cert files for peer communication.
3030
existingSecret: etcd-ssl-certs
3131

0 commit comments

Comments
 (0)