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 f20686b commit b82614c
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.11
version: 1.1.12

# 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.2"
2 changes: 1 addition & 1 deletion charts/pdp-engine/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ apiVersion: extensions/v1beta1
{{- end }}
kind: Ingress
metadata:
name: pdp-{{ .Values.context }}-service
name: pdp-service

annotations:
kubernetes.io/ingress.class: nginx
Expand Down

0 comments on commit b82614c

Please sign in to comment.