Skip to content

Commit

Permalink
Merge pull request #68 from jp-gouin/bug
Browse files Browse the repository at this point in the history
update default values.yaml
  • Loading branch information
jp-gouin authored Jun 29, 2022
2 parents 11474da + 764e629 commit 1e38aff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
- bitnami-common
version: 1.x.x
home: https://www.openldap.org
version: 3.0.0
version: 3.0.1
appVersion: 2.4.57
description: Community developed LDAP software
icon: https://raw.githubusercontent.com/jp-gouin/helm-openldap/master/logo.png
Expand Down
4 changes: 3 additions & 1 deletion values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ existingSecret: ""
# need a secret with tls.crt, tls.key and ca.crt keys with associated files
# Ref: https://kubernetes.io/docs/tasks/configmap-secret/managing-secret-using-kubectl/#create-a-secret
customTLS:
enabled: true
enabled: false
image:
repository: alpine
tag: latest
Expand Down Expand Up @@ -405,6 +405,8 @@ test:
tag: 0.4.0
ltb-passwd:
enabled : true
image:
tag: 5.2.3
ingress:
enabled: true
annotations: {}
Expand Down

0 comments on commit 1e38aff

Please sign in to comment.