Skip to content

Commit

Permalink
Merge pull request #1004 from lucasfcnunes/typo-CONTACT_EMAIL
Browse files Browse the repository at this point in the history
fix(kutt): typo on CONTACT_EMAIL env
  • Loading branch information
christianhuth authored Oct 22, 2023
2 parents a94fdb2 + acf238e commit 0b5250c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions charts/kutt/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: kutt
description: Kutt is a free modern URL shortener.
type: application
version: 3.2.1
version: 3.2.2
appVersion: "v2.7.4"
home: https://github.com/christianknell/helm-charts
icon: https://www.saashub.com/images/app/service_logos/15/d634f2359578/large.png
Expand All @@ -22,8 +22,8 @@ dependencies:
condition: redis.enabled
annotations:
artifacthub.io/changes: |
- kind: changed
description: bumped dependency of redis to chart 18.1.2
- kind: fixed
description: typo on CONTACT_EMAIL env
artifacthub.io/screenshots: |
- title: Simply shorten your link using the Web UI.
url: https://d4.alternativeto.net/v9sHosD3RiPblfBOOHZi0gwU1M0pRL6Jn53oiobJi9k/rs:fit:1200:1200:0/g:ce:0:0/YWJzOi8vZGlzdC9zL2t1dHQtaXRfNzY3MjMzX2Z1bGwucG5n.jpg
Expand Down
2 changes: 1 addition & 1 deletion charts/kutt/templates/kutt/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ spec:
# Mail Settings
{{- if .Values.kutt.mail.contactEmail }}
- name: CONTACT_EMAIL
value: {{ .Values.kutt.mail.reportEmail | quote }}
value: {{ .Values.kutt.mail.contactEmail | quote }}
{{- end }}
{{- if .Values.kutt.mail.host }}
- name: MAIL_HOST
Expand Down

0 comments on commit 0b5250c

Please sign in to comment.