File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ type: application
22
22
# This is the chart version. This version number should be incremented each time you make changes
23
23
# to the chart and its templates, including the app version.
24
24
# Versions are expected to follow Semantic Versioning (https://semver.org/)
25
- version : 0.1.1
25
+ version : 0.1.2
26
26
27
27
# This is the version number of the application being deployed. This version number should be
28
28
# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change 24
24
nodeSelector :
25
25
{{- toYaml .Values.nodeSelector | nindent 6 }}
26
26
affinity :
27
- {{- toYaml .Values.affinity | nindent 6 }}
27
+ {{- toYaml .Values.affinity | nindent 8 }}
28
28
volumes :
29
29
- name : pms-transcode
30
30
emptyDir : {}
You can’t perform that action at this time.
0 commit comments