Skip to content

Commit

Permalink
kick pw
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Aug 7, 2023
1 parent 203aa03 commit 291a53d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion charts/humhub/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: 0.1.16
version: 0.1.17

# 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/humhub/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Return the humhub-database Secret Name
{{- end -}}

{{/*
Return the humhub-database Secret Name
Return the humhub-mailer Secret Name
*/}}
{{- define "humhub.mailerSecretName" -}}
{{- if .Values.mailer.existingSecret }}
Expand Down
5 changes: 0 additions & 5 deletions charts/humhub/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,6 @@ spec:
value: {{ .Values.mailer.port | quote }}
- name: HUMHUB_MAILER_USERNAME
value: {{ .Values.mailer.username | quote }}
- name: HUMHUB_MAILER_PASSWORD
valueFrom:
secretKeyRef:
name: {{ include "humhub.mailerSecretName" . }}
key: password
- name: HUMHUB_MAILER_ENCRYPTION
value: {{ .Values.mailer.encryption | quote }}
- name: HUMHUB_MAILER_ALLOW_SELF_SIGNED_CERTS
Expand Down

0 comments on commit 291a53d

Please sign in to comment.