diff --git a/stable/drone/Chart.yaml b/stable/drone/Chart.yaml index 0ab9285391..b1c30723d2 100644 --- a/stable/drone/Chart.yaml +++ b/stable/drone/Chart.yaml @@ -1,7 +1,7 @@ name: drone home: https://drone.io/ icon: https://drone.io/apple-touch-icon.png -version: 2.0.0-rc.2 +version: 2.0.0-rc.3 appVersion: 1.0.0-rc.4 description: Drone is a Continuous Delivery system built on container technology keywords: diff --git a/stable/drone/templates/NOTES.txt b/stable/drone/templates/NOTES.txt index 5a9510810f..97e77196d8 100644 --- a/stable/drone/templates/NOTES.txt +++ b/stable/drone/templates/NOTES.txt @@ -6,7 +6,7 @@ {{- if .Values.ingress.enabled }} From outside the cluster, the server URL(s) are: {{- range .Values.ingress.hosts }} - http://{{ . }} + {{ $.Values.server.protocol }}://{{ . }} {{- end }} {{- else if contains "NodePort" .Values.service.type }} @@ -76,4 +76,4 @@ By setting `server.kubernetes.enabled=false` you've disabled kubernetes pipelines and are instead using the legacy agent method which utilizes either docker-in-docker or host mounting in the docker socket. This is not recommended due to the additional security concerns. -{{- end }} \ No newline at end of file +{{- end }} diff --git a/stable/drone/values.yaml b/stable/drone/values.yaml index 4097fe5bda..aafb2e5aa4 100644 --- a/stable/drone/values.yaml +++ b/stable/drone/values.yaml @@ -110,8 +110,8 @@ server: ## # host: "drone.domain.io" - ## protocol should be http:// or https:// - protocol: http:// + ## protocol should be http or https + protocol: http ## Initial admin user ## Leaving this blank may make it impossible to log into drone.