File tree 3 files changed +11
-1
lines changed
3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ type: application
15
15
# This is the chart version. This version number should be incremented each time you make changes
16
16
# to the chart and its templates, including the app version.
17
17
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18
- version : 0.1.9
18
+ version : 0.1.10
19
19
20
20
# This is the version number of the application being deployed. This version number should be
21
21
# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change 131
131
name: studio
132
132
key: secretKey
133
133
134
+ - name: ENABLE_SSL_FOR_WEBHOOK
135
+ { {- if .Values.global.scmProviders.enableWebhookSSL } }
136
+ value: "True"
137
+ { {- else } }
138
+ value: "False"
139
+ { {- end } }
140
+
134
141
- name: GITHUB_APP_ID
135
142
{ {- if .Values.global.scmProviders.github.appId } }
136
143
valueFrom:
Original file line number Diff line number Diff line change @@ -48,6 +48,9 @@ global:
48
48
databasePassword : " postgres"
49
49
50
50
scmProviders :
51
+ # Enable SSL for webhooks
52
+ enableWebhookSSL : true
53
+
51
54
github :
52
55
# -- GitHub enabled
53
56
enabled : false
You can’t perform that action at this time.
0 commit comments