From dabadb6384ac019dedbb1f0ef4448ee27be4be2f Mon Sep 17 00:00:00 2001 From: Lucas Fernando Cardoso Nunes Date: Mon, 9 Oct 2023 17:14:12 -0300 Subject: [PATCH 1/4] fix(kutt): typo on CONTACT_EMAIL env --- charts/kutt/templates/kutt/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/kutt/templates/kutt/deployment.yaml b/charts/kutt/templates/kutt/deployment.yaml index 7a769c74..1eed9626 100644 --- a/charts/kutt/templates/kutt/deployment.yaml +++ b/charts/kutt/templates/kutt/deployment.yaml @@ -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 From 7ceb43082d88285e9bed529155cdc6a170c10afb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Oct 2023 19:16:07 +0000 Subject: [PATCH 2/4] Update Helm release mysql to v9.12.5 --- charts/passbolt-ha/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/passbolt-ha/Chart.yaml b/charts/passbolt-ha/Chart.yaml index 61efb534..1532dc91 100644 --- a/charts/passbolt-ha/Chart.yaml +++ b/charts/passbolt-ha/Chart.yaml @@ -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: @@ -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 From 98cc1e9bf1bcdb78b51be563acd1de355fbb3fb5 Mon Sep 17 00:00:00 2001 From: Christian Knell Date: Sun, 22 Oct 2023 20:43:42 +0200 Subject: [PATCH 3/4] Update Chart.yaml --- charts/kutt/Chart.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/kutt/Chart.yaml b/charts/kutt/Chart.yaml index 89c53155..1226b2b6 100644 --- a/charts/kutt/Chart.yaml +++ b/charts/kutt/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: kutt description: Kutt is a free modern URL shortener. type: application -version: 3.2.0 +version: 3.2.1 appVersion: "v2.7.4" home: https://github.com/christianknell/helm-charts icon: https://www.saashub.com/images/app/service_logos/15/d634f2359578/large.png @@ -22,8 +22,8 @@ dependencies: condition: redis.enabled annotations: artifacthub.io/changes: | - - kind: changed - description: bumped dependency of redis to chart 18.1.1 + - 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 From 51010b4cceff8142ce980476ea90f9ef61558f6a Mon Sep 17 00:00:00 2001 From: Christian Knell Date: Sun, 22 Oct 2023 20:48:04 +0200 Subject: [PATCH 4/4] Update Chart.yaml --- charts/passbolt-ha/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/passbolt-ha/Chart.yaml b/charts/passbolt-ha/Chart.yaml index 1532dc91..dd5f6eae 100644 --- a/charts/passbolt-ha/Chart.yaml +++ b/charts/passbolt-ha/Chart.yaml @@ -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