diff --git a/helm-charts/infisical/Chart.lock b/helm-charts/infisical/Chart.lock index 5170df21b..952009b7b 100644 --- a/helm-charts/infisical/Chart.lock +++ b/helm-charts/infisical/Chart.lock @@ -1,9 +1,12 @@ dependencies: - name: mongodb repository: https://charts.bitnami.com/bitnami - version: 13.9.1 + version: 13.9.4 - name: mailhog repository: https://codecentric.github.io/helm-charts version: 5.2.3 -digest: sha256:1ddb3ffef899859222b72547657f57ea303e768d67886a4a57edcb0f773ea83f -generated: "2023-03-14T12:58:34.387144895+01:00" +- name: ingress-nginx + repository: https://kubernetes.github.io/ingress-nginx + version: 4.0.13 +digest: sha256:d1a679e6c30e37da96b7a4b6115e285f61e6ce0dd921ffbe2cf557418c229f33 +generated: "2023-04-08T15:59:12.950942-07:00" diff --git a/helm-charts/infisical/Chart.yaml b/helm-charts/infisical/Chart.yaml index 55cc51b9b..aaafc28ba 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.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 @@ -24,3 +24,7 @@ dependencies: version: "~5.2.3" repository: "https://codecentric.github.io/helm-charts" condition: mailhog.enabled + - name: ingress-nginx + version: 4.0.13 + repository: https://kubernetes.github.io/ingress-nginx + condition: ingress.nginx.enabled diff --git a/helm-charts/infisical/templates/NOTES.txt b/helm-charts/infisical/templates/NOTES.txt index 56879e6a2..7d98ee89c 100644 --- a/helm-charts/infisical/templates/NOTES.txt +++ b/helm-charts/infisical/templates/NOTES.txt @@ -50,6 +50,7 @@ │ • infisical-backend : {{ .Values.backend.enabled }} │ • mongodb : {{ .Values.mongodb.enabled }} │ • mailhog : {{ .Values.mailhog.enabled }} +| • nginx : {{ .Values.ingress.nginx.enabled }} │ ╰―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――┤ diff --git a/helm-charts/infisical/values.yaml b/helm-charts/infisical/values.yaml index 67c222278..392c9b3b2 100644 --- a/helm-charts/infisical/values.yaml +++ b/helm-charts/infisical/values.yaml @@ -301,6 +301,10 @@ ingress: ## @param ingress.ingressClassName Ingress class name ## ingressClassName: nginx + ## @param ingress.nginx.enabled Ingress controller + ## + nginx: + enabled: false ## @param ingress.annotations Ingress annotations ## annotations: