uselagoon / lagoon-charts

A collection of Helm charts for Lagoon and associated services.
Apache License 2.0
11 stars 10 forks source link

Lagoon-core appVersion v2.18.0 #647

Closed tobybellwood closed 6 months ago

tobybellwood commented 7 months ago

Corresponding chart releases for https://github.com/uselagoon/lagoon/releases/tag/v2.18.0

shreddedbacon commented 6 months ago

To resolve a weird proxy issue with ui/keycloak http 502s when running lagoon in k3d and testing ui functionality, can the core ci-linter-values be extended to include the following section in keycloak on its ingress.

keycloak:
  ingress:
    annotations:
      nginx.ingress.kubernetes.io/proxy-buffer-size: "128k"