Skip to content

Commit

Permalink
Commit triggered by a change on the main branch of helm-charts-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-pimenta-DME committed Jul 21, 2023
1 parent 8b01b54 commit f20686b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/pdp-engine/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion charts/pdp-engine/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f20686b

Please sign in to comment.