Skip to content

Commit

Permalink
Remove deprecated ENABLE_SSL_FOR_WEBHOOK variable (#87)
Browse files Browse the repository at this point in the history
* Remove deprecated ENABLE_SSL_FOR_WEBHOOK variable

* Bump chart version to 0.1.23
  • Loading branch information
jesper7 authored Mar 18, 2023
1 parent e507ce3 commit 9edd2ea
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion charts/studio/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.22
version: 0.1.23

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
2 changes: 0 additions & 2 deletions charts/studio/templates/configmap-studio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ data:
API_URL: "http{{ if $.Values.global.ingress.tlsEnabled }}s{{ end }}://{{.Values.global.host }}/api"
UI_URL: "http{{ if $.Values.global.ingress.tlsEnabled }}s{{ end }}://{{.Values.global.host }}/"

ENABLE_SSL_FOR_WEBHOOK: {{ .Values.global.scmProviders.enableWebhookSSL | quote | title }}

{{- if .Values.global.scmProviders.bitbucket.url }}
BITBUCKET_URL: {{.Values.global.scmProviders.bitbucket.url | quote }}
{{- end }}
Expand Down
3 changes: 0 additions & 3 deletions charts/studio/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,6 @@ global:
databasePassword: "postgres"

scmProviders:
# Enable SSL for webhooks
enableWebhookSSL: true

github:
# -- GitHub enabled
enabled: false
Expand Down

0 comments on commit 9edd2ea

Please sign in to comment.