Skip to content

Commit

Permalink
Adds support for configuring image name in OpenLDAP deployment (#120)
Browse files Browse the repository at this point in the history
* Adds support for configuring image name in OpenLDAP deployment

* Adds support for configuring image name in OpenLDAP deployment

---------

Co-authored-by: FelipeAFV <[email protected]>
  • Loading branch information
FelipeAFV and FelipeAFV committed Jun 18, 2024
1 parent 3391f04 commit 9063681
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/terrakube/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 3.17.2
version: 3.17.3

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
2 changes: 1 addition & 1 deletion charts/terrakube/templates/deployment-openldap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
spec:
containers:
- name: terrakube-openldap
image: bitnami/openldap:2.6.4-debian-11-r4
image: {{ .Values.openldap.image }}:{{ .Values.openldap.version }}
env:
- name: LDAP_ADMIN_USERNAME
value: "admin"
Expand Down
2 changes: 2 additions & 0 deletions charts/terrakube/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ security:

## OpenLdap
openldap:
image: "bitnami/openldap"
version: "2.6.4-debian-11-r4"
podLabels: {}
securityContext: {}
containerSecurityContext: {}
Expand Down

0 comments on commit 9063681

Please sign in to comment.