diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 0702738a5..70da7ca13 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -22,13 +22,13 @@ version: 1.1.0 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: 4.1 +appVersion: '4.1' dependencies: - name: mongodb - version: 10.7.1 + version: 14.3.2 repository: https://charts.bitnami.com/bitnami - name: redis - version: 14.7.2 + version: 16.13.2 repository: https://charts.bitnami.com/bitnami condition: redis.enabled diff --git a/helm/templates/route-smtp.yaml b/helm/templates/route-smtp.yaml index d13309eb1..4d7b8a890 100644 --- a/helm/templates/route-smtp.yaml +++ b/helm/templates/route-smtp.yaml @@ -1,3 +1,4 @@ +{{- if .Values.service.smtp.enabled -}} {{- if .Capabilities.APIVersions.Has "route.openshift.io/v1/Route" }} {{- $fullName := include "NotifyBC.fullname" . -}} apiVersion: route.openshift.io/v1 @@ -18,3 +19,4 @@ spec: kind: Service name: {{ $fullName }} {{- end }} +{{- end }} \ No newline at end of file