diff --git a/charts/pep-engine/Chart.yaml b/charts/pep-engine/Chart.yaml index 8f8c489..bd17aa2 100644 --- a/charts/pep-engine/Chart.yaml +++ b/charts/pep-engine/Chart.yaml @@ -16,10 +16,10 @@ 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.10 +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: "v0.9.2" -appVersion: "v1.2" \ No newline at end of file +appVersion: "v1.2" diff --git a/charts/pep-engine/templates/ingress.yaml b/charts/pep-engine/templates/ingress.yaml index 952534c..767664f 100644 --- a/charts/pep-engine/templates/ingress.yaml +++ b/charts/pep-engine/templates/ingress.yaml @@ -8,7 +8,7 @@ apiVersion: extensions/v1beta1 {{- end }} kind: Ingress metadata: - name: pep-engine + name: {{ .Values.global.context }}-pep annotations: {{- if .Values.global.certManager.clusterIssuer }} cert-manager.io/cluster-issuer: {{ .Values.global.certManager.clusterIssuer }} @@ -41,7 +41,7 @@ spec: tls: - hosts: - {{ printf "%s.%s" .Values.global.context .Values.global.domain | quote }} - secretName: pep-tls-certificate + secretName: {{ printf "%s-pep-tls" .Values.global.context | quote }} {{- end }} --- {{- if semverCompare ">=1.19-0" .Capabilities.KubeVersion.GitVersion -}} @@ -135,4 +135,4 @@ spec: - {{ printf "%s.%s" $hostname .Values.global.domain | quote }} secretName: {{ printf "%s-tls" $hostname | quote }} {{- end }} -{{- end }} \ No newline at end of file +{{- end }} diff --git a/charts/pep-engine/values.yaml b/charts/pep-engine/values.yaml index ea0820f..606bb17 100644 --- a/charts/pep-engine/values.yaml +++ b/charts/pep-engine/values.yaml @@ -86,7 +86,7 @@ requests: image: statefulSetReplicas: 1 - repository: um-pdp-engine + repository: eoepca/um-pep-engine pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. tag: "" @@ -99,4 +99,4 @@ persistence: # VolumeClaim values volumeClaim: name: um-pep-engine-pvc - create: true \ No newline at end of file + create: true