Managed Apps
Changed
- Upgrade to upstream chart version 0.33.0
- Upgrade loki to version 2.2.1
- Add
loki.existingSecretForConfig to make it possible to specify an existing secret for loki configuration - Breaking: Upgrades require manual intervention. A change in the
StatefulSet’s podManagementPolicy requires existing pods to be manually deleted. See this link for instructions. - Breaking: Configuration path
gateway.nginxConfig changed to gateway.nginxConfig.file.
- Use name from values as endpoint selector in service.
Changed
- Increase memory limit to 100Mi since we ran into out of memory problems. This will make the app more stable.
Changed
- Set authoritative nameserver to
coredns when using dns01 ACME solver. (#162)
Changed
- Support single deployment with multiple replicas
Added
- Support the use of existing (pre-created) Argo Tunnels
- Pre delete hook that deletes the tunnels only for App managed tunnels (not pre-created tunnels)
Changed
- Enable
ingressClass and pathType by default to ease installing on kubernetes >= 1.18.