diff --git a/charts/pdp-engine/Chart.yaml b/charts/pdp-engine/Chart.yaml index 95e106e..62f0db0 100644 --- a/charts/pdp-engine/Chart.yaml +++ b/charts/pdp-engine/Chart.yaml @@ -16,9 +16,9 @@ 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: 1.1.6 +version: 1.1.11 # 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 # follow Semantic Versioning. They should reflect the version the application is using. -appVersion: "v1.1" +appVersion: "v1.1" \ No newline at end of file diff --git a/charts/pdp-engine/templates/ingress.yaml b/charts/pdp-engine/templates/ingress.yaml index 7bf21f1..3b4628d 100644 --- a/charts/pdp-engine/templates/ingress.yaml +++ b/charts/pdp-engine/templates/ingress.yaml @@ -15,7 +15,7 @@ metadata: nginx.ingress.kubernetes.io/rewrite-target: /$2 spec: tls: - - secretName: {{ printf "%s-pdp-tls" .Values.context | quote }} + - secretName: "pdp-tls-certificate" hosts: - {{ .Values.global.domain | quote }} rules: