diff --git a/stable/osclass/Chart.yaml b/stable/osclass/Chart.yaml index d371f839fa..d9fdc91a73 100644 --- a/stable/osclass/Chart.yaml +++ b/stable/osclass/Chart.yaml @@ -1,5 +1,5 @@ name: osclass -version: 4.0.1 +version: 4.0.2 appVersion: 3.7.4 description: Osclass is a php script that allows you to quickly create and manage your own free classifieds site. diff --git a/stable/osclass/templates/deployment.yaml b/stable/osclass/templates/deployment.yaml index bc3201fd51..3285f60388 100644 --- a/stable/osclass/templates/deployment.yaml +++ b/stable/osclass/templates/deployment.yaml @@ -77,7 +77,7 @@ spec: {{- end }} {{- $port:=.Values.service.port | toString }} - name: OSCLASS_HOST - value: "{{ include "osclass.host" . }}}}{{- if ne $port "80" }}:{{ .Values.service.port }}{{ end }}" + value: "{{ include "osclass.host" . }}{{- if ne $port "80" }}:{{ .Values.service.port }}{{ end }}" - name: OSCLASS_USERNAME value: {{ default "" .Values.osclassUsername | quote }} - name: OSCLASS_PASSWORD