From 4df82a6ff191a14c660d6c8a93ea9f8fff1cca94 Mon Sep 17 00:00:00 2001 From: Grraahaam <72856427+Grraahaam@users.noreply.github.com> Date: Tue, 14 Feb 2023 01:15:27 +0100 Subject: [PATCH] feat(chart): mailhog for local development --- helm-charts/infisical/Chart.lock | 7 +++++-- helm-charts/infisical/Chart.yaml | 8 ++++++-- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/helm-charts/infisical/Chart.lock b/helm-charts/infisical/Chart.lock index 633998bc2..3b5f48ca4 100644 --- a/helm-charts/infisical/Chart.lock +++ b/helm-charts/infisical/Chart.lock @@ -2,5 +2,8 @@ dependencies: - name: mongodb repository: https://charts.bitnami.com/bitnami version: 13.6.7 -digest: sha256:f3a15cf01e2df1fc410b635cd7af684222d16b76d7e6a4d112883dc32b092249 -generated: "2023-02-08T00:14:41.706253573+01:00" +- name: mailhog + repository: https://codecentric.github.io/helm-charts + version: 5.2.3 +digest: sha256:a54ae9ee60775f6f1aa916b59aee55b3ed5234b6bd88185fcb118b7f69539d70 +generated: "2023-02-13T14:13:27.525541038+01:00" diff --git a/helm-charts/infisical/Chart.yaml b/helm-charts/infisical/Chart.yaml index 54ee708fd..d0d293b71 100644 --- a/helm-charts/infisical/Chart.yaml +++ b/helm-charts/infisical/Chart.yaml @@ -7,7 +7,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.13 +version: 0.1.14 # 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 @@ -19,4 +19,8 @@ dependencies: - name: mongodb version: "~13.6.7" repository: "https://charts.bitnami.com/bitnami" - condition: mongodb.enabled \ No newline at end of file + condition: mongodb.enabled + - name: mailhog + version: "~5.2.3" + repository: "https://codecentric.github.io/helm-charts" + condition: mailhog.enabled \ No newline at end of file