Skip to content

Commit

Permalink
Merge pull request #53 from ranesagar/fix-openldap-config
Browse files Browse the repository at this point in the history
Make openldap installation configurable
  • Loading branch information
keerthibingi authored Mar 28, 2024
2 parents 9d17723 + f880276 commit 1a62739
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/spinnaker/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
description: Open source Spinnaker with v1.30.1 Gitops Support
name: spinnaker
version: 2.2.16
version: 2.2.17
appVersion: 1.30.1
home: http://spinnaker.io/
sources:
Expand Down
7 changes: 5 additions & 2 deletions charts/spinnaker/requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,8 @@ dependencies:
- name: minio
repository: ""
version: 8.0.9
digest: sha256:5db3b746b35da7650d252891fe7c2c73937ca36aeedbbcdd9fd665b7e4ac84a8
generated: "2022-06-30T22:35:43.862113+02:00"
- name: openldap
repository: ""
version: 1.2.3
digest: sha256:d69f35cd3b43ee7f852949c6143f48907c864577c607523d00a44847671a3d7b
generated: "2024-03-18T13:00:23.000414-07:00"
3 changes: 3 additions & 0 deletions charts/spinnaker/requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ dependencies:
- name: minio
version: 8.0.9
condition: minio.enabled
- name: openldap
version: 1.2.3
condition: openldap.enabled
3 changes: 1 addition & 2 deletions charts/spinnaker/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -398,12 +398,11 @@ securityContext:
runAsUser: 1000
fsGroup: 1000


installOpenLdap: false
## OpenLDAP custom configuration; will override default configuration of
## openldap helm chart
##
openldap:
enabled: false
# Password for the admin user; by default it is set to admin
adminPassword: opsmxadmin123
configPassword: opsmxconfig123
Expand Down

0 comments on commit 1a62739

Please sign in to comment.