Skip to content

Commit 7cce218

Browse files
author
Alongkorn Kiatmontri
committed
Merge branch 'main' into STSI-470_helm_chart_for_tablestar_controller
2 parents a675ae9 + 5e6a60a commit 7cce218

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

charts/sophora-youtube-connector/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

charts/sophora-youtube-connector/templates/statefulset.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)