diff --git a/stable/atlantis/Chart.yaml b/stable/atlantis/Chart.yaml index 1f3a3684d0..49463d49d8 100644 --- a/stable/atlantis/Chart.yaml +++ b/stable/atlantis/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 appVersion: "v0.8.2" description: A Helm chart for Atlantis https://www.runatlantis.io name: atlantis -version: 3.7.0 +version: 3.7.1 keywords: - terraform home: https://www.runatlantis.io diff --git a/stable/atlantis/templates/secret-webhook.yaml b/stable/atlantis/templates/secret-webhook.yaml index 706cbdcfb2..5b602a41e8 100644 --- a/stable/atlantis/templates/secret-webhook.yaml +++ b/stable/atlantis/templates/secret-webhook.yaml @@ -19,8 +19,8 @@ data: {{- end}} {{- if .Values.bitbucket }} bitbucket_token: {{ required "bitbucket.token is required if bitbucket configuration is specified." .Values.bitbucket.token | b64enc }} - {{- if .Values.bitbucket.baseUrl }} - bitbucket_secret: {{ required "bitbucket.secret is required if bitbucket.baseurl is specified." .Values.bitbucket.secret | b64enc }} + {{- if .Values.bitbucket.baseURL }} + bitbucket_secret: {{ required "bitbucket.secret is required if bitbucket.baseURL is specified." .Values.bitbucket.secret | b64enc }} {{- end}} {{- end }} {{- end }} diff --git a/stable/atlantis/values.yaml b/stable/atlantis/values.yaml index ff8d6aea63..dafe7c57cc 100644 --- a/stable/atlantis/values.yaml +++ b/stable/atlantis/values.yaml @@ -34,7 +34,7 @@ orgWhitelist: # token: bar # Bitbucket Server only: # secret: baz -# base_url: https://bitbucket.yourorganization.com +# baseURL: https://bitbucket.yourorganization.com # (The chart will perform the base64 encoding for you for values that are stored in secrets.) # If managing secrets outside the chart for the webhook, use this variable to reference the secret name