diff --git a/charts/lagoon-core/Chart.yaml b/charts/lagoon-core/Chart.yaml index 81aca95b..0283c194 100644 --- a/charts/lagoon-core/Chart.yaml +++ b/charts/lagoon-core/Chart.yaml @@ -21,7 +21,7 @@ type: application # 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: 1.36.0 +version: 1.37.0 # This is the version number of the application being deployed. This version # number should be incremented each time you make changes to the application. @@ -40,11 +40,5 @@ dependencies: # Valid supported kinds are added, changed, deprecated, removed, fixed and security annotations: artifacthub.io/changes: | - - kind: changed - description: add additional metrics to broker - - kind: changed - description: update lagoon-ssh-token and lagoon-ssh-portal-api to v0.30.1 - - kind: changed - description: update NATS chart dependency to v0.19.17 - - kind: changed - description: update Lagoon appVersion to v2.15.4 + - kind: added + description: add webhook to UI Deployment diff --git a/charts/lagoon-core/templates/ui.deployment.yaml b/charts/lagoon-core/templates/ui.deployment.yaml index c475cb67..303e658b 100644 --- a/charts/lagoon-core/templates/ui.deployment.yaml +++ b/charts/lagoon-core/templates/ui.deployment.yaml @@ -44,6 +44,12 @@ spec: {{- else }} value: https://{{ index .Values.api.ingress.hosts 0 "host" }}/graphql {{- end }} + - name: WEBHOOK_URL + {{- if .Values.lagoonWebhookURL }} + value: {{ .Values.lagoonWebhookURL | quote }} + {{- else }} + value: https://{{ index .Values.webhookHandler.ingress.hosts 0 "host" }} + {{- end }} - name: KEYCLOAK_API {{- if .Values.keycloakAPIURL }} value: {{ .Values.keycloakAPIURL | quote }}