File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
charts/sophora-youtube-connector Expand file tree Collapse file tree 2 files changed +6
-4
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 : 1.0 .0
18+ version : 1.1 .0
1919
2020
2121# This is the version number of the application being deployed. This version number should be
Original file line number Diff line number Diff line change @@ -12,10 +12,12 @@ spec:
1212 {{- include "sophora-youtube-connector.selectorLabels" . | nindent 6 }}
1313 template :
1414 metadata :
15- {{- with .Values.podAnnotations }}
1615 annotations :
17- {{- toYaml . | nindent 8 }}
18- {{- end }}
16+ checksum/logbackconfig : {{ toString .Values.sophora.youtubeconnector.logback | sha256sum }}
17+ checksum/mediaconfig : {{ toString .Values.sophora.youtubeconnector.mediaconfig | sha256sum }}
18+ {{- with .Values.podAnnotations }}
19+ {{- toYaml . | nindent 8 }}
20+ {{- end }}
1921 labels :
2022 {{- include "sophora-youtube-connector.selectorLabels" . | nindent 8 }}
2123 spec :
You can’t perform that action at this time.
0 commit comments