Skip to content

Commit

Permalink
Merge branch 'main' into kutt-MAIL_FROM
Browse files Browse the repository at this point in the history
  • Loading branch information
christianhuth authored Oct 22, 2023
2 parents 88885a8 + 0b5250c commit 7986f5f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion 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.2
version: 3.2.3
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 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
6 changes: 3 additions & 3 deletions charts/passbolt-ha/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: v2
name: passbolt-ha
description: A Helm chart to deploy Passbolt with MySQL and ProxySQL for HA
type: application
version: 1.9.3
version: 1.9.4
home: https://github.com/christianknell/helm-charts
icon: https://avatars.githubusercontent.com/u/4386228?s=200&v=4
maintainers:
Expand All @@ -16,7 +16,7 @@ sources:
dependencies:
- name: mysql
repository: https://charts.bitnami.com/bitnami
version: 9.12.3
version: 9.12.5
- name: passbolt
repository: https://cnieg.github.io/helm-charts
version: 1.1.17
Expand All @@ -27,7 +27,7 @@ annotations:
artifacthub.io/category: security
artifacthub.io/changes: |
- kind: changed
description: bumped chart version of proxysql to 1.1.4
description: bumped chart version of mysql to 9.12.5
artifacthub.io/screenshots: |
- title: The login screen of Passbolt
url: https://help.passbolt.com/assets/img/help/2021/02/AN_login_v3.png
Expand Down

0 comments on commit 7986f5f

Please sign in to comment.