File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ type: application
1515# This is the chart version. This version number should be incremented each time you make changes
1616# to the chart and its templates, including the app version.
1717# Versions are expected to follow Semantic Versioning (https://semver.org/)
18- version : 0.9.13
18+ version : 0.9.14
1919
2020# This is the version number of the application being deployed. This version number should be
2121# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ spec:
1212 metadata :
1313 {{- with .Values.podAnnotations }}
1414 annotations :
15- {{- toYaml . | nindent 10 }}
15+ {{- toYaml . | nindent 12 }}
1616 {{- end }}
1717 {{- with .Values.podLabels }}
1818 labels :
19- {{- toYaml . | nindent 10 }}
19+ {{- toYaml . | nindent 12 }}
2020 {{- end }}
2121 spec :
2222 {{- with .Values.volumes }}
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ type: application
1515# This is the chart version. This version number should be incremented each time you make changes
1616# to the chart and its templates, including the app version.
1717# Versions are expected to follow Semantic Versioning (https://semver.org/)
18- version : 0.9.13
18+ version : 0.9.14
1919
2020# This is the version number of the application being deployed. This version number should be
2121# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change 1212 dnsNames :
1313 - {{ .Values.ingressroute.dns }}
1414---
15- apiVersion : traefik.containo.us /v1alpha1
15+ apiVersion : traefik.io /v1alpha1
1616kind : IngressRoute
1717metadata :
1818 name : {{ include "ob-service.fullname" . }}
You can’t perform that action at this time.
0 commit comments